Extension Requests • Re: Shorten URLs (viewtopic -> topic, viewforum ->...
You don't need the files f.php etc, you only need rewrite. Search for htaccess internal rewrite. When the request for f.php is made internally the server sends the request to viewforum.php The...
View Article[3.3.x] Support Forum • Re: big session table
You do not need to empty the whole table as that logs everyone out. You can use this query:Code: DELETE FROM phpbb_sessions WHERE session_last_visit <= UNIX_TIMESTAMP(DATE_SUB(NOW(), INTERVAL 1...
View Article[3.3.x] Support Forum • Re: Guests online
There is already multiple topics on his issue so I'm closing this one.Statistics: Posted by thecoalman — Thu May 08, 2025 6:50 am
View ArticlephpBB Ideas • Re: Re-use of existing attachments
Hi is this idea a new idea or the one currently listed under:Board >index>User >Control Panel>Overview>Manage attachmentsIf so this is very cool.Statistics: Posted by carman33 — Thu May...
View ArticleExtensions in Development • Re: [3.3][DEV] Track Users
Nice ext, thanks SteveThanks.Well done with both profile views and topic views.Thanks.Looking forward the the attachments thing profile pagein viewtopic there will be a link to popup a list of users...
View Article[3.3.x] Styles Support & Discussion • Re: Board Logo
Hello,My /ext file is not directly under my phbb directory.It is in a directory under public_htmp/ext/phbbThe ext/ directory is located at the board root (public_html/ in your case) and effectively...
View Article[3.3.x] Styles Support & Discussion • Re: Change Color yellow to...
This in colours.css:Code: li.row:hover {background-color: #F6F4D0;}Statistics: Posted by Brf — Thu May 08, 2025 3:01 pm
View ArticleExtensions in Development • Re: [DEV] BBCode Tabs
Hello everyoneI don't want to miss the opportunity to leave a big compliment and a big thank you.No matter what, and I mean NO MATTER what I want to display in the tabs, it's displayed Thank...
View Article[3.3.x] Support Forum • Re: Upload Security
My extension above hides the file name it does not remove it, and it is fully compatible with 3.3.15. See HEREStatistics: Posted by HiFiKabin — Thu May 08, 2025 3:53 pm
View Article[3.3.x] Support Forum • Deleting user posts
hello,how can I delete all topics and posts of user X, who was once deleted from the forum? only his posts and topics on the forum are left. is there any sql query that will do it automatically?...
View Article[3.3.x] Support Forum • Re: Problems updating from 3.0.14 to 3.3.15
LiteSpeed as its web server, not NGINXNot familiar with the LiteSpeed, but does it use phpBB's standard .htaccess of some own rewrite rules set? Wondering this because the error can be caused by...
View Article[3.3.x] Support Forum • Re: How many cache files?
Glad you got it sorted.Please report it to the extension author so he can take care of it.Statistics: Posted by Stoker 4.0 — Fri May 09, 2025 1:51 am
View ArticleExtensions in Development • Re: [3.3][RC] Hash value in stylesheet.css
As I explained in my first post it could be a stupid question.What I meant was stylesheets included by an extension.Just like this example: Code: <link...
View Article[3.3.x] Support Forum • Re: Deleting user posts
If it's just handful of posts you can find them with:Code: example.com/search.php?author_id=1You can find them in DB using this, XYZ is the username:Code: SELECT * FROM phpbb_posts WHERE post_username...
View Article[3.3.x] Support Forum • Re: no admin rights after installation
Hmm.. not sure why is that issue but with a search I have found this topic: viewtopic.php?t=2649829Also the latest version released is 3.3.15 and not 3.3.14. Try to download again the package from the...
View Article[3.3.x] Styles Support & Discussion • Re: expand navbar
You just need to add another <ul> and <li>s for the new links you want. At the bottom like so:Code: <div class="navbar" role="navigation"><div class="inner"><ul...
View Article[3.3.x] Support Forum • Re: Upload Security
My extension above hides the file name it does not remove it, and it is fully compatible with 3.3.15. See HERETried it, but was disappointed to see that it strips my added verbal descriptions of...
View Article[3.3.x] Support Forum • cPanel found a virus in update package from 3.3.14 to...
Dear all,I have a phpBB 3.3.14 installation and I want to update it to 3.3.15 using the Changed Files method.I tried to upload the packages containing the files changed from 3.3.14 to 3.3.15 but after...
View Article[3.3.x] Support Forum • Re: cPanel found a virus in update package from...
This is likely a false positive. All security related issues are reported to security tracker. Someone will help you there.https://tracker.phpbb.com/secure/Browse ... jspa#10020Closing this...
View ArticleExtensions in Development • Re: [3.3][DEV][b] phpBB 🙂 Reactions
Hi, thanks for a nice extension! A few questions:1. I am using just one reaction. Is it possible to disable drop-down menu and make the primary button give a heart or remove it?Screenshot 2025-05-08...
View Article