When the error appears, try to validate html and css codes of the page on http://validator.w3.org/ and http://jigsaw.w3.org/css-validator/. Maybe you missed something, when you changed template.

Thanks to you we find some defects in CSS. We will fixed it.
If you use Mozilla Firefox, this extensions will help you to find class, id, css-property of elements to change it: Firebug,Web developer

For administration console there is another template - admin.tpl. Do you changed it?

Maybe this discussing will help you: http://punbb.informer.com/forums/topic/ … ers-table/, http://punbb.informer.com/forums/post/116176/

1,105

(1 replies, posted in PunBB 1.3 bug reports)

This bug was reported by Garciat here. Fixed in [922].

If I understand you correctly, you want "<FORUM_URL>/forum"  redirect user to some existing forum?

You should try to rebuild search index.
First, we recommended to you to turn on the maintenance mode. To do this go to <FORUM_URL>/admin_options.php, at the bottom of the page there is "Maintenance mode" section. Read notices, select "Yes" and click "Save changes" button.
After this go to <FORUM_URL>/admin_maintenance.php. Read instructions about rebuild index and click on button. Don't forget to turn off maintenance mode, when rebuild index will be done smile

1,108

(10 replies, posted in PunBB 1.3 troubleshooting)

I hope this article will help you

Thanks, we've changed the tabindexes for BBCode-links: [905]

1,110

(1 replies, posted in PunBB 1.3 troubleshooting)

This article will help you

There are two ways to change o_base_url via phpMyAdmin:
1) On the page with config values press 'edit' (it's a pen-like image in my 'phpMyAdmin') in the row 'o_base_url'. Then correct the base url of your forum and press "Go".
2) After selecting the database at the top of the page, you will see the tab "SQL", press it. In the appropriate field you should place the SQL-query, which I wrote for you. Replace <DB_PRFIX> with your prefix for the DB and <CORRECT URL> - with the correct URL to your site. Press "Go".

After that remove all .php files in the /cache directory.

Do incorrect URL's appear only within a profile? Place the code from profile.php here or send me an e-mail.

stevielove wrote:

...would it be possible to use the snippet of the first post as the Meta Description Tag?

Yes, of course it possible. Describe in more detail, what in your opinion the meta description should contain.

For every forum in category you can change permissions for every user-group. Go to <FORUM_URL>/admin/forums.php. Press the "Edit" link next to the forum you want to change group-permissions for. For every group you can allow a user to read forum, to reply on posts and to post topics.

  • Choose the database which is used for punBB.

  • Run this SQL (<DB_PREFIX> is a prefix which is used for forum tables):
    UPDATE  <DB_PRFIX>config
    SET conf_value = '<CORRECT URL>'
    WHERE conf_name = 'o_base_url'

  • Remove all .php files in the /cache directory.

First of all you should ensure, that PHP on the server was compiled without token support. To do this go to <FORUM_URL>/admin/index.php?action=phpinfo.
Look with what parameters was compiled PHP in "Configure Command" line. If there is a "--disable-tokenizer" in this line, PHP should be recompiled without this option.

1,117

(1 replies, posted in PunBB 1.2 discussion)

Its needed for checking whether all the required registration fields, authorization forms etc. are filled in.

1,118

(18 replies, posted in Feature requests)

We will work on the migration tool from phpBB3, when punBB 1.3 will be finally released.

1,119

(20 replies, posted in PunBB 1.3 troubleshooting)

It can't be more than 25 and less than 3

1,120

(20 replies, posted in PunBB 1.3 troubleshooting)

Is it a fresh install or a migration from another version?

1,121

(20 replies, posted in PunBB 1.3 troubleshooting)

Thanks for reporting. Paths on install page were fixed in [691].

I think this topic will help you

This article will help you to create new groups

1,124

(3 replies, posted in PunBB 1.2 troubleshooting)

This problem was discussed here

1,125

(7 replies, posted in PunBB 1.2 discussion)

In this article there is a section "Showing all topics". It will help you. You can edit the message about new posts or add an image instead of it.