651

(10 replies, posted in PunBB 1.3 extensions)

No, it is not. There is an extension request for this feature already.

No, there is not functionality for this in the forum core. Will it be enough for you just to hide some forums from a user?

  • Go to the administration section of the profile of the user who is intended to moderate some forums

  • Assign user to the administrators or the moderators group

  • Select the forums, the user will moderate, and press "Update moderator assignment" button.

654

(3 replies, posted in PunBB 1.3 bug reports)

Yes, you're right. Thanks.

655

(3 replies, posted in PunBB 1.3 troubleshooting)

Contact with your web-hoster. Or, if you have MySQL administrator account, use Grant sql-statement to allow access from another ip.

656

(2 replies, posted in PunBB 1.2 troubleshooting)

What editing have you done?

657

(1 replies, posted in PunBB 1.3 bug reports)

Thanks, fixed

Thanks, I will try to reproduce it.

v2px wrote:

- The <author> field contains "dummy@example.com" as mail address..

If only the post's author was a guest. You can edit the author field at the 131 line of "<FORUM_ROOT>/extern.php".

v2px wrote:

- The author name is somethimes completely wrong (seen with the "main" freed of all forums/threads).

Could you post an example, please?

660

(3 replies, posted in PunBB 1.3 troubleshooting)

Check $db_username and $db_password variables in "<FORUM_ROOT>/config.php".

roffer wrote:

My webhosting service told me to use a file called php_to_mysql and put in my username and password in that file.

For what purposes this file is used?

661

(4 replies, posted in PunBB 1.3 extensions)

It is in unofficial repository.

No, it is not. But you can create an extension based on the mod for 1.2, if you have enough knowledge of PHP.

663

(5 replies, posted in PunBB 1.3 discussion)

In PunBB 1.3, the "show recent posts" link is "<FORUM_URL>/search.php?action=show_recent". To display the link in a header, study the code of "<FORUM_ROOT>/header.php" (lines 197-206). If you need some help, post your questions here.

Go to <FORUM_URL>/admin/settings.php?section=setup and increase visit timeout

This line is affecting the expiry time of the forum's cookie. If a user checks "Remember me", the cookie will expire after 14 days, otherwise it will expire after the visit's timeout.

What permission will be given to users from this group? Maybe, it will be enough to create a group based on the moderators group?

667

(3 replies, posted in PunBB 1.3 bug reports)

There is "be" in the lang file.

Thanks for reporting, fixed.

I can't reproduce this bug. Сan you post instructions to get this error?

There are several ways how you can use extern.php. How do you use it? Please, describe the problem in more detailed way.

The features you have described can be implemented in an extension.

In the archive with PunBB forum, there is only Oxygen style. Now we have another official style - Informer. Also, you can get other styles from the unofficial repository or from this forum. All styles should be placed in the directory "<FORUM_ROOT>/style"

tj111 wrote:

...I was unable to figure out how to successfully create csrf tokens for forms that exist outside of my punbb directory.

You need to add hidden value to your form:

<input type="hidden" name="csrf_token" value="'.generate_form_token('http://site/form_handler.php').'" />

All CSS rules for colors are placed in "<FORUM_ROOT>/style/<STYLE_NAME>/STYLE_NAME_cs.css".
The background of html body is specified in the first rule of this file.

675

(1 replies, posted in PunBB 1.3 troubleshooting)

First query runs after editing/deleting posts or topics in the function "strip_search_index" (FORUM_ROOT/include/search_idx.php).