[3.3.x] Support Forum • how to disable extension when cannot access to the board
hello gurys ..I just started to build new forum.. 3.3.13I lost access when I installed one ext..I tried this script but doesnt work for me need help thxCode: <?php/***** Usage: Download and unzip...
View Article[3.3.x] Support Forum • Re: how to disable extension when cannot access to...
I think the script is working, but you have to delete the cache. You can delete it by using ftp, and going in the board's root and you should have a folder "cache" open it and delete the folder...
View ArticleExtension Writers Discussion • Can someone explain template change on event...
So I have an extension I'm working on (add a filter to the viewforum_body.php) that lets you filter topics based on a tag/assigned category.I've found an event that is called within...
View Article[3.3.x] Support Forum • Undefined variable $user
Hello,After upgrading to version 3.3.13, I get following error message when trying to access the ACPCode: Undefined variable $user in H:...\adm\index.php on line 29Line 29:Code:...
View ArticleExtension Writers Discussion • Re: Can someone explain template change on...
viewforum_body.php doesn't exist in phpBB. Do you mean viewforum_body.html?The rest of answers would depend on the actual extension code, the way you defined the {filtercontrol} tag etc.More common...
View Article[3.3.x] Support Forum • Re: Undefined variable $user
What was the phpbb version before upgrade ?Statistics: Posted by exemplary1 — Tue Sep 17, 2024 5:07 pm
View ArticlephpBB Custom Coding • Re: UCP menu logic issue.
That all implies that S_ROW_COUNT and S_ROW_NUM should be able to be used like this (test case only):Code: <!-- IF (t_block1.S_ROW_COUNT = 4) --> style="background:red;"<!-- ENDIF -->But...
View ArticlephpBB Custom Coding • Re: Removing orphaned atachments not in DB.
Looping over 200k files and doing a query for each one means 200k queries. That's going to slow down everything a lot. Plus there is no index on the physical_filename column so that's going to require...
View Article[3.3.x] Styles Support & Discussion • Re: Sub Forum Font Size, Style...
Thanks, it's okay now, there was no update cache in the background just nowStatistics: Posted by travelplus — Wed Sep 18, 2024 4:21 pm
View Article[3.3.x] Support Forum • Re: Least privilege for phpbb DB user
Are you following the install instructions? https://www.phpbb.com/support/docs/en/3 ... tallation/Statistics: Posted by invenio — Wed Sep 18, 2024 4:24 pm
View Article[3.3.x] Support Forum • Re: Migrating an old phpBB forum to new site
The database is not in "files". You would have to export the database using your database tool -- phpMyAdmin or whatever.Transferring Your Board to a New Host or DomainStatistics: Posted by Brf — Wed...
View ArticleGeneral Discussion • Re: Bots eating up all the bandwidth
I look after a website that is getting a lot of bots, everytime i visit the site it has over 200 bots online at any one time. The site is allocated 100GB of Bandwidth each month and every month it is...
View ArticleGeneral Discussion • Re: Can I Still Profit from a Forum Like phpBB Today?
Yes, if you have content - you will certainly make money if you properly monetize.Statistics: Posted by JLA — Wed Sep 18, 2024 9:11 pm
View ArticleExtension Requests • Re: Is there an App for PHPBB?
Every 8086 family based PC you see that doesn’t have an IBM badge is a clone.This is incorrect. The term "PC Clone" or "Clone" as relating to a personal computer was finally defined by PC Magazine in...
View Article[3.3.x] Support Forum • Re: [phpBB Debug] PHP Warning in Recent Topics
Before trying this fix, please BACKUP your existing file!assuming this is your lineCode: $result = $this->run_step($steps[$step], $last_result, $revert);FINDCode: $result =...
View Article[3.3.x] Support Forum • Re: Sample BB to edit and learn.
Do you mean you want a database with several posts and forums already in it? I don't think such a thing exists.It only takes 5 minutes to make a couple of categories with a couple of forums and a...
View ArticlephpBB Custom Coding • Re: Add Email explain in registration
That would require a template edit and additional line in the language file.In styles/prosilver/template/ucp_register.html (line 52)Code: <dt><label...
View Article[3.3.x] Support Forum • Major Problem with Upgrade
my forum has been saying i have to upgrade for awhile so today i bit the bullet.I did everything it said but it is trying to do a new install and not number "2 Select "Update database only" and click...
View Article[3.3.x] Support Forum • Re: Major Problem with Upgrade
I did everything it said but it is trying to do a new install and not number "2 Select "Update database only" and click Submit" from https://www.phpbb.com/support/docs/en/3 ... date_full/Have you by...
View ArticlephpBB Discussion • Re: memcached and speeding up phpBB
I'm still using it but I cannot say how much benefit it is providing. My forum is not that active.Statistics: Posted by Albert Wiersch — Thu Sep 19, 2024 5:59 pm
View Article