[3.3.x] Support Forum • Re: Odd little bug
When you say deactivate the extensions, does that mean that you also deleted the extension data?When deleting the extension data, you delete everything stored in the database that is related to the...
View ArticlephpBB Discussion • Re: Is Cloudflare the only solution?
I don't use Cloudflare, only use the .htaccess method like [Dimetrodon] saidStatistics: Posted by ssl — Wed Apr 16, 2025 3:54 pm
View ArticleExtension Writers Discussion • Please help me understand the ( for loop ) in...
Hello,I need some help to understand the {% for something in loops.something %}xxx{% endfor %} used in the templates.Can it be used twice, like this:Code: <div class="forabg" role="row"><div...
View ArticleExtension Writers Discussion • Re: Please help me understand the ( for loop )...
You use for loops when you want to print multiple values or lists in general. In your example you can do a one query selection at random and output it without a for loop. The html matters as it will...
View ArticleExtension Writers Discussion • Re: Make current user ID globally available in...
Yup. Thanks. This becomes very easy then.If the PTB want to add the necessary variable to core, well and good, but in the absence of that I just write the extension and go ahead and use my variable in...
View Article[3.3.x] Styles Support & Discussion • Re: Add banner image at the top of...
Sure. Which style are you using? And exactly how do you want it to look?Statistics: Posted by Gumboots — Wed Apr 16, 2025 5:54 pm
View Article[3.3.x] Support Forum • Search index
Hello,On my board the search function works fine and quick but on the ACP general page I have a permanent warning :The selected search engine does not have a search index.Please create a search index...
View ArticlephpBB Custom Coding • Re: post_subject = topic_title
The OP might want to look at the extension Smart Subjects. Features:Editing the first post's subject will update all matching replies to the new title.Replies with a different subject that a user...
View Article[3.3.x] Support Forum • Re: Search index
What will be the result of the SQL query SHOW INDEX FROM phpbb_posts (replace phpbb_ with the actual table prefix)?Statistics: Posted by rxu — Thu Apr 17, 2025 2:53 pm
View ArticlephpBB Ideas • Disable version check in ACP
Would be nice to do a disable version check after maybe 5 secs when login ACP.When phpbb.com servers are down it takes forever to login to ACPAbout 36 seconds - thats too muchStatistics: Posted by...
View Article[3.3.x] Styles Support & Discussion • Re: link visible with >0 posts
Thank you. It works now. This is what I did:Code: <li><!-- IF not S_USER_NEW -->Something<!-- ELSE IF S_REGISTERED_USER -->Something else<!-- ENDIF --></li>Statistics:...
View Article[3.3.x] Support Forum • Search excluding BBCodes - possible?
Is it possible to have Search skip specific BBCodes?I have a forum that contains a LOT of code. So much that it muddies up the search result because of keywords, comments etc. I have several users...
View Article[3.3.x] Support Forum • Re: Search excluding BBCodes - possible?
What I've done on my own forum is edit the template so the default search is for first post so you aren't getting all the replies. If sphinx is option you ca add stopwords instead of using the...
View ArticlephpBB Ideas • Re: Disable version check in ACP
Yes indeed. I had to go to user profile, and edit account to get into acp Statistics: Posted by SpIdErPiGgY — Thu Apr 17, 2025 6:40 pm
View ArticleExtensions in Development • Re: [3.2][3.3][RC] Hide Foe Topics
Lol, no, it is not actually necessary. If the poster's profile is hidden, and the post content is hidden, and there is no message reminding you that "This was posted by **** who is on your ignore...
View Article[3.3.x] Support Forum • Re: Admin Approval of new users
I've never used google recaptcha but a good Q&A question that you cannot google the answer to works fine.Statistics: Posted by KevC — Fri Apr 18, 2025 11:08 am
View Article[3.3.x] Support Forum • "My advertisements" tab under user control...
I am admin on Version 3.3.9What does "My advertisements" tab under user control panel exactly do ?Does this mean any approved user can add ads. on their own ?I clicked on this tab, both as admin. or...
View Article[3.3.x] Support Forum • How can member change username?
One of my members wants to change his user name, I have ticked the box allowing username change but how does he go about changing the name?Statistics: Posted by siân — Fri Apr 18, 2025 3:23 pm
View Article[3.3.x] Support Forum • Re: How can member change username?
They can do it in the user control panel but it's just as simple for them to tell you want they want to change it to and you do it in the admin panel on their profile page.Statistics: Posted by KevC —...
View Article[3.3.x] Support Forum • Re: "My advertisements" tab under user...
That's not a standard feature, you must have added an extension at some point. Have a look in the admin panel customise>manage extensions tab to see what is installed.Statistics: Posted by KevC —...
View Article