[3.3.x] Support Forum • Re: Update to 3.3.15 success, but PHP errors, my site...
That apparently did it, my board is back online (thefogbow.com/forum), but I will check everything I can for a while to make sure.Statistics: Posted by Fogbow_Foggy — Tue Apr 15, 2025 10:53 am
View ArticleExtension Writers Discussion • Re: vchar size
From what I've read in the past, the only difference between TEXT and VARCHAR(2550) is that you can limit the maximum length of a VARCHAR column. In your example, that limit is 2550. Personally, if...
View Article[3.3.x] Support Forum • Re: Update to 3.3.15 success, but PHP errors, my site...
You need to transfer files with FileZilla using the binary mode otherwise you can get random errors such as the one you experienced.Statistics: Posted by Mike-on-Tour — Tue Apr 15, 2025 1:04 pm
View ArticleExtensions in Development • Re: [3.2][3.3][DEV] Recent Topics Extension for...
Tested it on 3.3.15 but it marks every topic as new, regardless of my settings (image below for a setting of max days = 8)I would also like to see icons displayed on the index page (in the Last Post...
View Article[3.3.x] Support Forum • Re: Odd little bug
The board is getting the same issue as before but for registered users now, that means they have similar settings problem as it was earlier for anonymous user.Instead of iterating over all users to...
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 • 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 Article[3.3.x] Support Forum • Re: Fatal error
What were you doing before that happened? Errors don't usually occur without something changing.Good question, I don't know anymore.Statistics: Posted by Just an Alien — Thu Apr 17, 2025 6:47 pm
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 ArticleExtensions in Development • Re: [3.2][3.3][RC] Hide Foe Topics
If you really want to totally hide any trace of the ignored posts you can do that, but it will require templates edits too.Lol, yes, if they ask for it, then there is a need to have a real blacklist...
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