Abandoned Extensions • Re: [3.2][3.3][RC] Embeded LaTeX Equation Editor
This topic has been marked as [ABD] - Abandoned as the extension author has not been active recently. If the extension author wishes to continue development, please PM anyone on the Extension...
View ArticleExtension Writers Discussion • Forum permission not showing in group forum...
I've created a new permission for an extension that needs to add said permission for forums. This is what it looks like in the event listener:Code: $event->update_subarray( 'permissions',...
View ArticleExtension Writers Discussion • Re: Forum permission not showing in group...
I had a look into the permissions table acl_options and it seems as though changing the status of the permission from global to local seemed to work and it now appears as it should. Having said that,...
View ArticlephpBB Ideas • Re: phpBB "safe mode"
https://www.phpbbmodders.com/community/viewtopic.php?t=88Statistics: Posted by DionDesigns — Tue Dec 31, 2024 2:47 am
View Article[3.3.x] Support Forum • Is it a problem that topics show duplicates of the...
I ran across this when viewing a topic's page source [Ctrl]-U. This would represent page content from the <head> </head> section of overall_header.html, I think? Is this normal? Or is...
View Article[3.3.x] Support Forum • Re: Is it a problem that topics show duplicates of...
Hello,Check that you don't have this line duplicated in overall_header.html:Code: <!-- EVENT overall_header_head_append -->Statistics: Posted by cabot — Tue Dec 31, 2024 9:51 am
View Article[3.3.x] Support Forum • Re: A more comprehensive user activity log
In the "Forum Logs" is only the "Admin Log" filled with informations. The "Moderator Log", "User Logs" and "Error Log" are emtpy.Why? Shouldn't be there all the activities? Why is there a "Option" to...
View Article[3.3.x] Support Forum • Re: No User logs / Moderator log / Error log
If this is a brand-new install, I wouldn't expect to see any User or Moderator activity. Once there is activity, it will show in the logs:Statistics: Posted by Brf — Tue Dec 31, 2024 1:18 pm
View ArticleExtension Requests • Re: Poetic/Account Options
Seriously though, does anyone have any more extension recommendations?Statistics: Posted by TheVorpalPig? — Tue Dec 31, 2024 5:50 pm
View Article[3.3.x] Support Forum • Re: Periodic tasks have stopped running
I'd disable the digest extension at this time also.Thank you Steve. Your suggestion proved to be right on the nail.Before disabling Digests I set cron_lock to 0 and manually ran the command in my cron...
View Article[3.3.x] Support Forum • Re: Standard links don’t work
Under server settings set "Enable URL Rewriting:" to no -OR- enable mod_rewrite assuming it's Apache serer.I have now both disabled and everything is working. Thanks!Guess I need to take a look at the...
View Article[3.3.x] Support Forum • How To Delete queue.php Email Notifications
Over a year ago I moved my site to a new server. The move was successful but email notification stopped. This includes emails such as "Active User Account" messages sent to admins, as well as "Forum X...
View Article[3.3.x] Support Forum • Re: How To Delete queue.php Email Notifications
Just to add to this. I was digging around for a solution because there were other weird things going on such as over 200,000 sql files in the cache folder, which was caused by the phpbb_sessions table...
View ArticleGeneral Discussion • Re: Happy New Year
Happy new year to allStatistics: Posted by halil16 — Wed Jan 01, 2025 8:46 pm
View Article[3.3.x] Support Forum • [split from] MYSQL groups error PLEASE HELP!
I have the same problem.phpBB 3.3.12I am migrating our forum from one server to another.Database.Old server: MariaDB 10.3.35-MariaDBNew server: MySQL 8.0.36 (mysql-8.0.36-1.el9_3.src.rpm)backup taken:...
View Article[3.3.x] Support Forum • Re: [split from] MYSQL groups error PLEASE HELP!
In MySQL 8, the word "groups" became a reserved keyword. This means that old installs like yours which didn't mandate a table prefix will run into problems. The solution was provided in the original...
View ArticleCustom BBCode Development and Requests • BBCode to greet New User
Hi all...I am trying to create a BBCode that when typingCode: [newu]Name User[/newu]That user will be recognised as a registered user and will get a welcome message, for example:Hello user-name,...
View ArticleCustom BBCode Development and Requests • Re: BBCode to greet New User
On a side note, what you're requesting is basically a welcome and introduction to the board: something that could be a welcome post/topic (perhaps even a forum with informational sections) OR just...
View ArticleExtension Requests • convert this mod to extension (custom header logo)
Could someone convert this mod to extension?https://www.phpbb.com/customise/db/mod/ ... ader_logo/Statistics: Posted by eunaumtenhoid — Thu Jan 02, 2025 11:36 pm
View ArticleExtensions in Development • Re: [3.3][DEV] Styles Page 1.0.3
The extension has been updated and the ACP side has been added. Now, when you click on a style, the demo will be displayed on the same page. The issue with the ID that remained after each demo has...
View Article