Should be fixed in r1551

Hmm, we might actually have to change that, it seems that asterisks are a reserved character and need to be properly encoded.

678

(13 replies, posted in PunBB 1.2 troubleshooting)

Where are you downloading your fresh copy from then? hmm

679

(13 replies, posted in PunBB 1.2 troubleshooting)

So, before you make the modification (when you're just using a clean version of include/functions.php) it works fine and after it doesn't?

That URL works absolutely fine for me on the dev forum. hmm
And what "Access forbidden" message?

It's working fine for me using the revision I mentioned.

682

(13 replies, posted in PunBB 1.2 troubleshooting)

I would start with a fresh copy of include/functions.php and work from there.

Fixed wink

intedinmamma: qubertman means that sef_friendly prefixes it with a -, even in the folder based scheme.
It is something we'll want to remove, so I'll look into it.

Fixed in 1548.

You need to be more clear. I had to re-read your post a few times before I realized that you were talking about wildcards in the author name. wink

687

(151 replies, posted in PunBB 1.3 extensions)

Take a look at PunBB's array_insert function.

Fixed the $2 stuff. And the pid links are permalinks to a post, they're being used as they are intended to be used.

689

(151 replies, posted in PunBB 1.3 extensions)

I believe that's because of the upper case B you're using in some of your examples.

690

(151 replies, posted in PunBB 1.3 extensions)

Well, I don't know what problem you're having: what happens when you install an extension with that hook?

691

(151 replies, posted in PunBB 1.3 extensions)

That's to modify pun_rewrite_rules, not pun_url.

692

(151 replies, posted in PunBB 1.3 extensions)

Herbivor: That's the purpose of co_common

693

(69 replies, posted in News)

...which is something the MegaPun developers can deal with, not us. We're not familiar with the modification, whereas they are. Therefore, if something with it breaks, they're the ones who need to figure out why.

Only allow registered users to write then? Then they have to accept the rules before registering.

695

(69 replies, posted in News)

Talk to the MegaPun people, that's not a PunBB problem wink

696

(7 replies, posted in PunBB 1.3 troubleshooting)

$query['JOINS'][] = array(
    'INNER JOIN'    => 'forums AS f',
     'ON'            => 'c.id=f.cat_id'
);

For example

http://www.gnu.org/software/libiconv/

And I would suggest not using phpMyAdmin for the backup, I would use the DB Management plugin.

And if you would send me the entire dump, I should be able to convert it for you.

My guess is that phpMyAdmin exported the characters as UTF-8 rather than latin1, which is causing the mixture of collations. wink
You'll need to use a tool like iconv to convert the file to latin1/iso-8859-1.

Did you try importing it with the character set set via phpMyAdmin to utf8?

When importing into phpMyAdmin, does it give you an option to pick the encoding? If so, pick latin1 and see if it works. If not, try picking utf8.
Like I said, exporting/importing can be tricky. wink