1

(4 replies, posted in PunBB 1.2 troubleshooting)

Okey. Guessed that there was a good reason for the smilies being parsed that way but couldn't think of it.

2

(4 replies, posted in PunBB 1.2 troubleshooting)

If you pu a smilie directly after som text (without a space) it won't be changed into a picture. Anyone know why it's like that and if someone does know why, maybe you could tell how to fix it?!

Example:

This is some text with a smilie:)  (smilie is obviously not working as supposed)

This is some text with a smile and a whitespace smile

3

(31 replies, posted in Feature requests)

I understand that it's nothing you do in an afternoon. Thanks for putting it on the wishlist and I hope that it'll be a future feature of PunBB.

4

(31 replies, posted in Feature requests)

As it is now it's based on the time you were last logged in and all topics with posts after that time is marked as "unread". Is there any possibility that you'll change the forum so that if I read a topic it'll immediately be marked as "read". Hope you know what I mean. I ask because some of my users would appreciate it very much.

5

(2 replies, posted in PunBB 1.2 troubleshooting)

Thanks... will try it. Hope it works.

EDIT: It did work... except me screwing up a table name, but it worked. PunBB is an awesome forum. Many thanks again.

6

(2 replies, posted in PunBB 1.2 troubleshooting)

Is it sufficient to change the names of all the tables in the mySQL database and the prefix in the config.php file or do I have to do something else?

Example of the query I'm thinking of:

RENAME TABLE bans TO punBB_forum,
categories TO punBB_categories,
censoring TO punBB_censoring,
forums TO punBB_forums,
online TO punBB_online,
options TO punBB_options,
permissions TO punBB_permissions,
posts TO punBB_posts,
ranks TO punBB_ranks,
reports TO punBB_reports,
search_matches TO punBB_search_matches,
search_results TO punBB_search_results,
search_words TO punBB_search_words,
topics TO punBB_topics,
users TO punBB_users;