phpBB Discussion • Re: Content is king, but....
I have a forum with Dutch translations for extensions.The board is 1.5 year old now with just a very few members (14).None of them are active or post messages.Believe me , I tried everything to become...
View ArticleExtension Writers Discussion • Re: How can I remove the twitter emoji...
If he's still around, he should be able to provide some better insight.Statistics: Posted by Kailey — Sat Mar 08, 2025 11:08 pm
View Article[3.3.x] Support Forum • Re: Trying out new styles
It looks like you're having some issues with Font Awesome. Are you using adblocker or any other programs like VPNS blocking your connection to their server? Post a link so I can take a look at...
View Article[3.3.x] Support Forum • Any extensions for running location specific ads. ?
I am using 3.3.9.I am the admin.Are there any extensions that would allow me to run ads. based on the location of the specific user ?I do not know if this would or should be IP based . But givn that...
View Article[3.3.x] Styles Support & Discussion • Re: Style skeleton for prosilver
prosilver style is the skeleton 99% of styles available in CDB is based on prosilverStatistics: Posted by Mannix_ — Sun Mar 09, 2025 6:53 am
View Article[3.3.x] Support Forum • Re: Any extensions for running location specific ads. ?
I have also been thinking about this recently. And two extensions were written for me for this purpose.One extension VPN Detector Settings blocks ads if the user uses VPN. The second extension GeoIP...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] Thanks for posts (and optional...
Seems something wrong on migration procedure. Steps are:1) Disable original extension2) Delete all files for old extension and upload new ones (on path ext/naguissa/thanksforposts )3) May be not...
View Article[3.3.x] Support Forum • Re: Is my forum's DDoS issue due to configuration or...
Right now, according to "Who is online" there are 539 users online, but this number is 16 in Google Analytics.Blocking those identified as bots and certain IP ranges does not stop this. Some don't...
View Article[3.3.x] Styles Support & Discussion • Re: nav tab icon
it would be nice to see the code you used right now we can just do a guessing game Statistics: Posted by Mannix_ — Mon Mar 10, 2025 7:14 am
View ArticlephpBB Custom Coding • Re: Topics with tabs
@ pxdetroit, that post was made last year in April. I'm sure this topic has been dead for awhile. Like a forum having subforums, which we understand... A topic having subtopics makes no since. Thus,...
View Article[3.3.x] Support Forum • Re: Forgotten Password No Email
Disabling "Users send email via board:" does not disable contact page.You 100% correct. I was looking at the wrong select box. This was the solution. I appreciate your time with this. Thank...
View Article[3.3.x] Styles Support & Discussion • Re: Style skeleton for prosilver
You cannot include the overall_header.html in another overall_header.html, it makes no sense.If you want to modify this file, make a copy in your own style and modify it.Furthermore, when you call a...
View ArticlephpBB Discussion • Re: Is my forum's DDoS issue due to configuration or hosting?
Are there any other tools in either Cloudflare or cpanel that can help me find common traits of these bots, so that I can perhaps block them with rules under Cloudflare?Statistics: Posted by ttfan —...
View ArticleExtension Writers Discussion • Migration Code Problem
I have a Toggle Dark Style extension created but I'm having a problem getting the migration file to work. In the phpbb_users table, I have all the user_dark_style values set to 0 on all users. When...
View ArticleExtension Writers Discussion • Re: Migration Code Problem
If you need to update column values, you'd need to perform update_data() using custom method in it.update_schema() only updates column properties (type/default value/etc).Statistics: Posted by rxu —...
View ArticlephpBB Discussion • Why are empty index.htm files in folders?
Hello,why are in some folders of phpbb empty index.htm files? Can I remove them without any issues? I have installed Error page mode, so if these empty index.htm files only for protect before indexing...
View ArticlephpBB Discussion • Re: Why are empty index.htm files in folders?
It's a minor security enhancement. For example if you tried example.com/files/ the .htaccess file will prevent access to that folder and they should get 403 forbidden, it's unlikely but that can fail....
View ArticleExtension Writers Discussion • Event related to user post counter?
How can I get an event when user posts counter is changing?Statistics: Posted by serek — Wed Mar 12, 2025 5:41 am
View Article[3.3.x] Support Forum • Re: CANNOT_REMOVE_MODULE error while upgrading from...
I've hacked into the code to try and print more info. The CANNOT_REMOVE_MODULE happens when attempting to remove module ID 202, module class is "acp", and it's due the fact that executing...
View ArticlephpBB Discussion • Re: Stupidly deleted a long thread - can I redirect/point...
The most simple way to restore a deleted topic is to import the posts and the topic from a recent database backup.So the workflow is: disable your boardtake a database backup (in case something goes...
View Article