phpBB Discussion • Re: Using a CDN
Thanks for your reply.I just figured that if I could speed up the loading time of my forum, I would do it.I tried the CDN extension and it didn't work.I have a CDN setup on all my websites, and it...
View Article[3.3.x] Support Forum • Re: "subscribe topic" to really worked as a...
Ok, definite bug. As I suspected, the condition for changing the icon class is arse about, so it's forcing the unchecked box when subscribed and the checked box when unsubscribed.This:Code: <i...
View ArticlephpBB Custom Coding • Re: Does anyone understand Twig macros?
Yay! Ok, that gets me one step closer to the ultimate goal.The finishing touch it really needs is to load language/" ~ S_USER_LANG ~ "/style_strings.twig if it exists - or else fall back to loading...
View Article[3.3.x] Support Forum • Re: Strange display
Looks like the css didn't load for some reason Statistics: Posted by Mannix_ — Fri Apr 11, 2025 8:50 am
View Article[3.3.x] Support Forum • Weird Problem - Images folder missing ?
Hello all, I needed to access my image folder today but its completely missing in the Public_html folder ? All my images are still functioning on the forum even after a cache clear.I just right...
View ArticleExtensions in Development • Re: [3.2][3.3][DEV] Recent Topics Extension for...
Ooooh! I'm going to test this over the weekend! Statistics: Posted by nou nou — Fri Apr 11, 2025 12:22 pm
View Article[3.3.x] Support Forum • IF FORUM_ID eq
.Hopefully easiest question of the day.You know that thing where you add <!-- IF FORUM_ID eq 17 --> to viewforum_body.html in order to display custom content?That tip works great, very...
View Article[3.3.x] Support Forum • Re: Links stopped being clickable
Already think about updating your style to see if it solves the problemCode: # General Information about this stylename = Prosilver (Dark Edition)copyright = © PlanetStyles.net (Premium Forum...
View ArticlephpBB Custom Coding • Re: [SOLVED] Does anyone understand Twig macros?
You don't have to use a macro, an include will do the job whatever the template using DEFINE.overall_header/head (I've removed the is not empty check which doesn't add anything in the context):Code:...
View Article[3.3.x] Styles Support & Discussion • Browser test
Hello,Back in the good old days.... There was a site where you could test your design in different browsers.How an where is this possible?Prefer something freeStatistics: Posted by Stoker 4.0 — Sat...
View ArticlephpBB Custom Coding • Re: A11y for breadcrumbs: get last .crumb
Why don't you use the already present variable to add the attribute to the current page you are on?Code: <!-- ELSEIF pagination.S_IS_CURRENT --><li class="active"><span {% if...
View ArticleExtensions in Development • Re: [3.3][DEV] Custom HTML Inserter
After disabling the extension, I can't delete the data. Here's the error -Code: SQL ERROR [ mysqli ]Data too long for column 'config_value' at row 125 [1406]SQLALTER TABLE `phpbb_config` CHANGE...
View ArticlephpBB Custom Coding • Android style CP menu (quick and easy)
I'm liking this, because it duplicates the way the images folder on Android phones works.On Android the list of sub-folders in the images folder is compact, swipeable (or scrollable on desktop) and,...
View ArticlephpBB Custom Coding • Re: Android style CP menu (quick and easy)
add scroll-snap for more flair Statistics: Posted by Mannix_ — Sun Apr 13, 2025 10:34 am
View Article[3.3.x] Styles Support & Discussion • Re: #variant_switch button:active
You can't have two elements with the same id on a page so I would suggest using data attribute Statistics: Posted by Mannix_ — Mon Apr 14, 2025 8:51 am
View Article[3.3.x] Support Forum • How to change Forum URL?
I want to change my forum address link. How can I change it? becoz I will change forum name as well.please help, thanks.Statistics: Posted by siân — Mon Apr 14, 2025 11:02 am
View Article[3.3.x] Support Forum • Re: How to change Forum URL?
From what to what?Statistics: Posted by KevC — Mon Apr 14, 2025 11:08 am
View ArticleExtensions in Development • Re: [3.3][DEV] Topic Moderator
change topic authormove topicI don't know how it will work if it will use permissions, or if it will be the user's own if the extension is activated, but it would be cool to have a permission,...
View Article[3.3.x] Support Forum • Re: Update to 3.3.15 success, but PHP errors, my site...
Here are the last few lines of the file ClassLoader.php that's causing the problem, but I don't understand it or what went wrong. Remember, my ACP works fine and says I have updated my site to 3.3.15....
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