[3.3.x] Support Forum • How do I install modifications?
I remember there was something called AutoMOD, does that still work to install modifications?Statistics: Posted by Just_A_Alien — Wed Mar 19, 2025 8:04 pm
View Article[3.3.x] Support Forum • Re: How do I install modifications?
It's all moved on since then.Now we have extensions.For instructions on installing an extension, see Installing Extensions.Statistics: Posted by KevC — Wed Mar 19, 2025 8:11 pm
View Article[3.3.x] Support Forum • Re: Dealing with bot traffic
I would not call it irrelevant because they can cause exact same issue for exact same reason. The only difference is you can fix it by adding them to bots group.Well, according to the subject of the...
View ArticleExtension Requests • Re: "One click ban" or "Ban Hummer"...
Dont know. But my guess is you need to set permissionYou're right!Even I'm an owner and Administrator on the forum, it doesn't show this link.But when I added myself to super-moderator, the link...
View Article[3.3.x] Styles in Development • Re: [RC] Helion
Well, here are all the RTL adjustments:Code: .rtl {--text-shadow: -1px 1px 0 hsla(0, 0%, 0%, 0.2);--content-flow-start: right;--blockquote-icon: '\f10e';--rtl-scale-x: scaleX(-1);} Statistics: Posted...
View ArticleExtensions in Development • Re: [3.3][DEV][b] phpBB 🙂 Reactions
Extension: Due to a major overhaul to the file system and code, please:: disable, delete data for postreactions/ version 0.9.2 ~ reactions/ version 0.9.3 and lower and start a fresh.Requirements:...
View Article[3.3.x] Support Forum • Re: Quick Replay with full editor activated
What happened to me in Quick Reply, was in Gramziu's Ravaio style.Now I have my own Damaïo styles and Quick Reply works as normal again, because Damaïo has Prosilver as mother.I've downloaded the...
View Article[3.3.x] Support Forum • Re: Upgrading from 3.3.13 to 3.3.14
I have downloaded and extracted the following: https://download.phpbb.com/pub/release/ ... 3.3.14.zipI have deleted certain folders which I have mentioned earlier.On the server, I can delete the same...
View ArticleExtension Writers Discussion • Re: Creating a permission to edit first post...
... the tags function was super helpful on my forum (before it collapsed). can't wait!:)Had a cold or flu or something, so got held up a bit. The so-far-working-great version is now live on GitHub...
View Article[3.3.x] Support Forum • Re: Dealing with bot traffic
To textkit.Did you make both changes? The first one removes the sid's from the urls and the second one leads people with an expired sid in the url to the expired.htm. If people have saved a url with a...
View ArticlephpBB Custom Coding • Re: How do I get the variables defined in the column?
Column definition is number Column type is single line text input boxStatistics: Posted by siwode — Fri Mar 21, 2025 5:51 am
View ArticleGeneral Discussion • Forum only showing one character
I am not sure this is a phpBB-related problem, I think it is not.But I have a "want to become member" that has a problem.In Chrome and Edge my forums show up like this:It is very strange. When looking...
View Article[3.3.x] Support Forum • Re: User Avatars Not Showing in Notification Window
Hello, you should store your own no-avatar in the directory --->yourstyle/theme/images directory (overwrite the default no_avatar).Regards====Edit: 21 Mar 2025, 14:27If you do not have any graphics...
View ArticleGeneral Discussion • Re: Forum only showing one character
May or may not fix your issue but you have at least one syntax error. Validate here:https://validator.w3.org/nu/?doc=https% ... 3%26t%3D21The info and warnings are good practice suggestions, the...
View Article[3.3.x] Support Forum • How can an admin delete or deactivate URL in signature
Hello,As an admin, I want to erase/deactivate the URL of the signature for all users.Is it possible and how to do it ?Thanks.Statistics: Posted by kuri2004 — Fri Mar 21, 2025 11:44 am
View Article[3.3.x] Support Forum • Re: How can an admin delete or deactivate URL in...
ACP - tab GENERAL > Board configuration > signature settingsCode: Allow use of links in user signatures:If disallowed the [URL] BBCode tag and automatic/magic URLs are disabled.Statistics:...
View Article[3.3.x] Support Forum • Re: Odd little bug
There's a set of sort keys defined here https://github.com/phpbb/phpbb/blob/81f ... m.php#L286 and it doesn't contain the b key. Hence the error.So it's not phpBB or PHP version related.You'd need to...
View ArticleGeneral Discussion • Re: [Time: 0.3s | Queries: 7 | Peak Memory Usage: 4 MiB...
That's rather page generation info/time (spent on on server side). Page load time is a bit different thing (like, the time spent to display already generated page to the user).Statistics: Posted by...
View ArticleExtension Requests • Re: Google Docs Viewer
Can't you do this with a custom BBCode?Statistics: Posted by Just an Alien — Sat Mar 22, 2025 7:30 am
View Article[3.3.x] Support Forum • Re: Question about permissions
Okay, I did find out how to remove full access to the forum but it being visible or how to let it show the topic list but not allow to read them.If I remove full access - but the forum is visible -...
View Article