SuperMAG!
Try to install the latest version of the extension. If the problem still exists, please, write what other extensions you use on your forum.

2

(3 replies, posted in PunBB 1.3 extensions)

First, update the extension.
To add many files, you need to add files one by one by pressing the button "Add file"

3

(1 replies, posted in PunBB 1.2 troubleshooting)

Try to contact your ISP

If you use some part of PunBB, you should include copyright-related messages in your files.

5

(60 replies, posted in PunBB 1.3 extensions)

Hello everybody!

I have tested the extension v.0.9 alpha-5 and found some mistakes there:
-Display list of subforums settings
-Counters of posts / topics
-Not seeing where the new message is when viewing the list of subforums.
-Improperly implemented access to closed sub-forums.

If you have information about other shortcomings of the extension or you have suggestions for improvement, please list them here

New version 1.0.1 of pun_move_posts extension has been released.

Radovar wrote:

Some comments/wishes smile

1. If I move post to topic where first post's date is later than date of moved post, this moved post becomes first post of destination topic. I don't think it's always good smile. Could you add feature to ignore dates when moving posts to new topic? (for example, date/time of moved posts becomes actual moving time)

Posts are only sorted by their ID. If you change the time and date of a post to the current time (system time at the time of transfer), it will not affect the order in which posts are displayed. I can change the sorting of posts via an extension. Sorting will be based on dates.
At the same time, transferred posts will be displayed correctly in a topic only when the extension is installed. If the extension is removed later by the administrator of the forum, the sorting will again be done by ID. Posts will be displayed in the wrong order.
Please express your opinion. What do you consider the best way to follow in this situation?

New version 1.0.3 of pun_colored_usergroups extension  has been released.
Compatibility errors with other extensions was fixed.

9

(4 replies, posted in PunBB 1.3 additions)

You need to add a check to the file viewforum.php. If the user is not an administrator, then only the posts created by the user should be sought for in the database. To do this, change the appropriate WHERE clause added to it:

.' AND t.poster = \''. $forum_user ['username'].'\'' 

Similar changes should also be done in the file viewtopic.php'

10

(7 replies, posted in PunBB 1.3 troubleshooting)

Please provide the error message text or post a screenshot

11

(1 replies, posted in PunBB 1.3 extensions)

You can make a request for this extension in the topic Extension requests

You must open the file viewtopic.php and make changes in the lines #248, #249, #250, #254
the result should look like this:

//        if ($pun_user['g_id'] < PUN_GUEST)
//        {
            $user_info[] = '<dd>IP: '.$cur_post['poster_ip'];

            if ($cur_post['admin_note'] != '')
                $user_info[] = '<dd>'.$lang_topic['Note'].': <strong>'.pun_htmlspecialchars($cur_post['admin_note']).'</strong>';
//        }

After making correction do not forget to save your changes.

13

(5 replies, posted in PunBB 1.2 bug reports)

The vulnerability might have occurred after you installed mods. Please indicate if you installed any mods; if you did, which ones?

User IP is displayed in every posts.
For example:

admin
Administrator
Registered: 2010-01-13
Posts: 3
IP: 127.0.0.1
E-mail

Online

The same way IP can be viewed in the user profile

15

(2 replies, posted in PunBB 1.3 troubleshooting)

Perhaps you can find the answer here

This feature displays a dot in front of those topics in viewforum.php where the currently logged in user has posted earlier.
You can enable or disable this feature, see "Options" in the moderator menu'

Where were the language files for your forum downloaded from?

To solve your problem, you should add a constant FORUM_TURN_OFF_MAINT to the file config.php

Thank you for your comment

20

(1 replies, posted in PunBB 1.3 bug reports)

To solve your problem, you need to write the line:

'ş' => 's',

to the file 'url_replace.php', located in the folder 'forum_url\lang\your_language'.

Please indicate where the German language files were taken.

Dear, King iDaichi!
I hope this link will help your kingdom
http://punbb.informer.com/wiki/punbb13/installation

We can help you to integrate the PunBB forum with your web script.
How do you want to use the forum? As the system kernel or something else?

24

(1 replies, posted in PunBB 1.3 discussion)

All information about the logged in user is stored in the variable $forum_user.
To change the error display type, study the error function described in the file functions.php, line 2971

You can set the color for those groups of users for whom it is necessary. Regardless of its type.