I've tried to change CSS styles for the topic view: http://punbb.informer.com/trac/changeset/1078

Please, test these new styles.

PS. I've already found a markup-related bug in moderate.php.

502

(3 replies, posted in PunBB 1.3 bug reports)

CSS glitches were fixed, particularly in http://punbb.informer.com/trac/changeset/1077

503

(6 replies, posted in PunBB 1.3 bug reports)

About collations: http://dev.mysql.com/doc/refman/5.0/en/ … neral.html

First of all, make a backup of your database via phpmyadmin. Then see what collation tables have ('Collation' column in the table list). If it differs from 'utf8_general_ci' try the method described here: http://punbb.informer.com/forums/topic/ … rk-on-132/

Is the installation of extensions successful after you refresh the page?

What extensions or other modifications have you installed? Maybe an extension causes this. Try to disable (not uninstall!) all extensions to find the cause.

Thanks, fixed.

By the way, nice style smile

506

(3 replies, posted in PunBB 1.3 bug reports)

What do you think about this fix?

I think it's not a critical bug.

If users ask, we'll add the protection of moderators from ban themselves.

Any opinions?

508

(4 replies, posted in PunBB 1.3 bug reports)

Generally a hotfix can't solve an issue in CSS, because the hotfix system is based on hooks.

I've proposed another solution of the issue discussed.

509

(3 replies, posted in PunBB 1.3 bug reports)

What do you think about this fix?

Fixed.

We'll think how to fix this.

What extension have you tried to install? Could you give us a link?

513

(5 replies, posted in Feature requests)

And by "add"? smile

514

(6 replies, posted in PunBB 1.3 bug reports)

Maybe this topic will help you: http://punbb.informer.com/forums/topic/ … rk-on-132/

Have you upgraded your forum from 1.2 or this is a fresh 1.3 installation?

What database and version do you use? Could you find what encodings and collations are set in the database?

515

(6 replies, posted in PunBB 1.3 bug reports)

Is the issue still there?

What forum version are you running?

516

(1 replies, posted in PunBB 1.3 bug reports)

Fixed.

In pun_pm a message can have different statuses: draft, sent, delivered, read. If the status is 'sent', sender is able to edit or to delete the message. When receiver visits the forum, he sees that he has N new messages. At this moment the status is changed to 'delivered' and from now sender can't edit or delete the message.


$result = mysql_query('select count("id") from '.$db_prefix.'pun_pm_messages where receiver_id = '.$forum_user['id'].' && (status = "sent" || status = "delivered");');

By the way, where do you find this code?

518

(4 replies, posted in PunBB 1.3 bug reports)

Fixed.

519

(11 replies, posted in PunBB 1.3 troubleshooting)

Obviously mail templates have not been saved in UTF-8 encoding. The right way to fix it is to save templates in UTF-8.

There is a similar topic.

I can't reproduce this bug. Everything works fine, see the test topic.

What errors are displayed when accessing to http://mydomain.com/forum?

Could you post the content of the .htaccess file (used for wordpress) here?

522

(1 replies, posted in General discussion)

Registration here makes one able to modify wiki. You already have all permissions.

523

(1 replies, posted in PunBB 1.3 bug reports)

Fixed smile

524

(2 replies, posted in PunBB 1.3 bug reports)

Fixed.

I think the presence of these bugs strongly depends on updates istalled for IE, since updates can contain some browser bug fixes. IE version 6.00.2900.2180 (xpsp_sp2_rtm.040803-2158) (installed on my computer) shows "Post new topic" form correctly.