[3.3.x] Support Forum • Re: Can the Admin find un-posted user drafts?
Question: why would you have a need to view anything that the person has not chosen to make public? It's a bit like trawling through someone's emails without their permission.Statistics: Posted by...
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] Support Forum • Quick help please
im getting this error when im trying to delete data or recent topics extension [phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/migrator.php on line 662: Undefined array key 17i checked line but i...
View Article[3.3.x] Support Forum • Re: Orphaned Attachments Question
That documentation doesn't answer the questions does it?There is no way to do this I know of in stock phpBB. It would need an extension or custom coding. Using phpMyadmin in your hosting control panel...
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] Styles Support & Discussion • Re: Sub Forum Font Size, Style...
Why on Earth are you still running 3.1.10?Statistics: Posted by Gumboots — Wed Sep 18, 2024 9:52 pm
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 ArticlephpBB Custom Coding • [TIP] Custom button icons
I know there is an extension for this (this one) but before I knew about it I wanted to customise some button icons myself, without hacking the template, and I also wanted some that were not possible...
View Article[3.3.x] Styles in Development • Re: [RC] Zeina - phpBB 3.3.12
Hi there,Zeina theme has been updated.Reasons:Update to phpBB 3.3.13How to update phpBB version:https://www.phpbb.com/support/docs/en/3 ... date_full/How to update Zeina theme:Overwrite old files with...
View ArticlephpBB Custom Coding • Re: Total Group Members on Index Stats
I'm sorry for the delay, I must have forgotten to click notify me!The topics you mentioned are for something else. Do you want to edit the current legend of the forum or to have a new section with all...
View ArticlephpBB Custom Coding • Re: Add Email explain in registration
Many thanx, its working!Statistics: Posted by exemplary1 — Thu Sep 19, 2024 4:34 pm
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 ArticlephpBB Discussion • Re: Least privilege for phpbb DB user
I believe most users grant the DB user all privileges. I would make sure you are securing that account with a very strong password.Statistics: Posted by Kailey — Thu Sep 19, 2024 10:14 pm
View Article[3.3.x] Support Forum • Re: New user filter
That was simple enough. Thank you.Statistics: Posted by bkelly13 — Fri Sep 20, 2024 1:14 am
View Article[3.3.x] Styles Support & Discussion • Active styles are not showing
I'm helping someone create a discussion forum on a new website account. We installed the newest version of phpBB and the Prosilver style is 3.3.13. Using FTP we uploaded styles from the Customise...
View Article