Thank you! Now I understand why I set the minimum version of php = 5.4.

I saw this limitation for PHP: https://github.com/MioVisman/punbb_exte … st.xml#L15
I do not remember the reason for this restriction sad

PunBB 1.4.4 + Fancy Stop SPAM 1.3.54.13 + PHP 5.4.31 and SQLite 3.7.7.1/MySQL 5.6.20 - works without problems.

P.S. PHP 5.3.3/5.3.7 could not start, Apache swears at them.

Publish the php errors that appear when the Fancy Stop SPAM extension is enabled. In the errors.log file (approximate name), they should be.

>After I enable the Fancy Stop SPAM extension on the remote site, and browse to another forum page, I get only blank pages in the browser.
>and PHP 5.3.3.

Most likely, this is an incompatibility of php. Therefore, I need to see the errors from the server error log.

29

(2 replies, posted in PunBB 1.4 bug reports)

use https://punbb.informer.com/forums/post/158390/#p158390

30

(3 replies, posted in Discussions)

dead

31

(47 replies, posted in PunBB 1.4 additions)

v 2.5.0

+ iz.ru
+ t.me

32

(4 replies, posted in Discussions)

> Am I right?

and Administration → Settings → Setup → Redirect wait = 1
https://i.ibb.co/GtSnmzv/set.png

then yes

33

(4 replies, posted in Discussions)

Uses cookies to identify the logged in registered user.
A session cookie (which the browser deletes after closing the site page) can also be used if the redirect time is 0. Needed to send messages to the redirect page (pop-up message at the top of the forum page).

If the redirect time is greater than 0, then the engine does not set any cookies for guests.

34

(9 replies, posted in PunBB 1.4 bug reports)

>Out of topic but is this a new, style-stripped version of punBB or it's just CSS did not load?
This is a misconfigured server. My browser refuses to accept mixed protocol styles.

>I need something like this to built my own style/theme from scratch. Thanks.
Copy the style /style/Oxygen/ folder.
Delete css files from it except Oxygen.min.css.
In the Oxygen.php file, set up the correct file paths.
And edit the Oxygen.min.css file to suit your requirements.

35

(154 replies, posted in Supported extensions)

1. Fix pun_pm_next_reply() function  https://github.com/MioVisman/punbb_exte … 7f14b9ea66
2. Fix style for display less than 800px https://github.com/MioVisman/punbb_exte … 48b0d0aeb5

36

(9 replies, posted in PunBB 1.4 bug reports)

For each user, the displayed time is taken from the settings in his profile: Your profile → Settings → Your timezone.

For all guests, the displayed time is taken from the settings in the admin panel: Administration → Settings → Setup → Default timezone
For each guest there is no automatic recalculation of time for his time zone.


You don't need it, but browsers automatically translate the user to https if it's available on the site smile As a result, users see a broken site due to the browser preventing it from displaying mixed content:
https://i.ibb.co/k2yvLNH/err2.png

37

(9 replies, posted in PunBB 1.4 bug reports)

I see one guest and one user:
https://i.ibb.co/bbTws8G/qqq2.png

P.S. I see you have another problem: your resources are loaded via the http protocol. If your site works only using the https protocol, then add two lines to the end of the config.php file:

$_SERVER['HTTPS'] = 'on';
$_SERVER['SERVER_PORT'] = '443';

If your site works via http and https, then you need to correctly configure the transfer of environment variables from the server to php.

38

(9 replies, posted in PunBB 1.4 bug reports)

https://i.ibb.co/7SqZRXJ/qqq.png

39

(1 replies, posted in Discussions)

Only the administrator can change the username on the forum. But there is not a single administrator on this forum for a long time.

40

(23 replies, posted in PunBB 1.4 additions)

Check the server log for errors.

41

(47 replies, posted in PunBB 1.4 additions)

v 2.4.0

* fix case sensitive for audio/video extensions
* audiomack.com (add new link format)

- metacafe.com (off August 2021)
- liveleak.com (off 5 May 2021)
- video.online.ua (off 16 марта 2020)
- dumpert.nl (the server response contains the header: content-security-policy: frame-ancestors *.geenstijl.nl geenstijl.nl)

42

(6 replies, posted in PunBB 1.4 additions)

antonio wrote:

The thing is, many users discuss something in one thread, after some time they come back with the same thing and create a new topic not continuing in the older one. Now I cannot move this new post at the end of the older topic.

For this case, merge topics is sufficient.

43

(6 replies, posted in PunBB 1.4 additions)

...
3. Select the not required posts and click Split selected posts
...
5. Open a forum with a old topic and target topic. ...
...

P.S. The first post in the topic is tied to the topics table in db. It cannot be transferred to a new topic.

44

(6 replies, posted in PunBB 1.4 additions)

1. Open a topic with the required post
2. Scroll down to the moderator menu and go to Moderate topic
3. Select the required posts and click Split selected posts
4. Enter the name of the new theme and click Split
5. Open a forum with a new topic and target topic. (if they are in different forums, then move the first topic.) Go to the Moderate forum.
6. Select both themes and press Merge.
7. Confirm the merging of topics.

P.S. If you edit the database manually, you can break the forum wink

I am not aware of such an extension.
Using standard administration tools, you can transfer two members to a separate user group, create a separate forum with access only for this user group, then this group of users and all administrators will have access to this topics.

46

(4 replies, posted in Feature requests)

for test
Oxygen.min.css file

1.

.postbody{overflow: hidden;}

replace to

/*.postbody{overflow: hidden;}*/

2.

.postbody .post-author ul.author-info{display:none;}

replace to

/*.postbody .post-author ul.author-info{display:none;}*/

3. Clear the cache of your browser and refresh the page (if the cache is not cleared, then the style can be loaded from it, and not from the server).

47

(4 replies, posted in Feature requests)

The standard Oxygen style has overly confusing behavior of css rules on narrow screens.
If I am not mistaken, then through the overflow property of the element with the postbody class, all information about the author of the post is hidden.
Try it yourself through the developer tools in the browser (F12) to see how it works.
Or you should take a third-party style that does not have this problem .

29.10.2020
https://github.com/MioVisman/punbb/comm … 212c48614e

replace

if (!$forum_user['is_guest'] && $cur_forum['last_post'] > $forum_user['last_visit'] && (empty($tracked_topics['forums'][$cur_forum['fid']]) || $cur_forum['last_post'] > $tracked_topics['forums'][$cur_forum['fid']]))

to

if (!$forum_user['is_guest'] && isset($new_topics[$cur_forum['fid']]) && is_array($new_topics[$cur_forum['fid']]) && $cur_forum['last_post'] > $forum_user['last_visit'] && (empty($tracked_topics['forums'][$cur_forum['fid']]) || $cur_forum['last_post'] > $tracked_topics['forums'][$cur_forum['fid']]))

50

(10 replies, posted in PunBB 1.4 bug reports)

Additional Information:
There is no $main_tpl variable in punbb, there is a $tpl_main variable. Inform the author of the extension about this wink