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.
You are not logged in. Please login or register.
PunBB Forums → Posts by Parpalak
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.
CSS glitches were fixed, particularly in http://punbb.informer.com/trac/changeset/1077
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
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?
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.
What do you think about this fix?
We'll think how to fix this.
What extension have you tried to install? Could you give us a link?
And by "add"?
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?
Is the issue still there?
What forum version are you running?
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?
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?
Registration here makes one able to modify wiki. You already have all permissions.
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.
PunBB Forums → Posts by Parpalak
Powered by PunBB, supported by Informer Technologies, Inc.