[3.3.x] Convertors • Re: [SPLIT] Convert MyBB to phpBB?
Running a PWS (Personal Web Server) is easy see Knowledge Base - Installing and Setting Up Your Own Web Server.If you have a search there’s even one that can be run on a memory stick leaving no marks...
View Article[3.3.x] Styles Support & Discussion • Re: Link to quote
Sorry, I had some days off I have my own style based on SE_Square itself based on Prosilver so I guess I should place the CSS in my own CSS that is...
View Article[3.3.x] Support Forum • Re: [split] Email works ok except Admin not sent...
Have you checked the email error logs to see if anything is chasing an issue during sending?Also worth checking the following just to make sure: Is the admin email address correct? Are board emails...
View ArticlephpBB Custom Coding • Re: 3.3.12 Can one Remove mode=viewprofile
Hello Dead Man, I agree with danieltj. A link to your board can also help you to look at the construct for your self-help request. Otherwise, it remains to consult the author of that extension, - at...
View Article[3.3.x] Support Forum • Emojis work in post titles but not post body
Emojis (the ones served by the CDN) such as and only show up in post titles. In post body, they just show up as little blue icons with a white “?” symbol. Very odd they show up in titles but not body....
View Article[3.3.x] Support Forum • Re: Emojis work in post titles but not post body
Doubtfull, as when they show up in titles, the CDN seems to work perfectly.What is happening is kinda hard to say, as you provide very limited information, like what your board URL is, or what version...
View Article[3.3.x] Support Forum • Re: PHP version 7.4 UpDate TO Newer?
The OP using phpBB 3.3.12Statistics: Posted by ssl — Sun Aug 11, 2024 12:36 pm
View ArticleCustom BBCode Development and Requests • Re: [Split] User Customizable Table...
You could use many style variables using this bbcode:[div={TEXT1}]{TEXT2}[/div]Replacement:<div style="{TEXT1}">{TEXT2}</div>Post example:[div=background: #000;color: #fff;padding:...
View ArticlephpBB Custom Coding • Re: Cron task
This is the full added code, comments welcomein /includes/ucp/ucp_profile.php after $vars = array('cp_data', 'data', 'sql_ary'); addCode: $TankDim = preg_replace("/\D+/",...
View ArticlephpBB Discussion • Re: phpBB.com Website Feedback
Trying to access posting page or pm I get this. After 2-3 mins submitted messages have disappeared.... Statistics: Posted by Steve — Mon Aug 12, 2024 2:40 pm
View Article[3.3.x] Support Forum • Re: Can I recover a board with just the database intact?
upload the latest backup of the board filesall that remains is the databaseYou may find this Knowledge Base - Rebuilding Your config.php File handy as well.Once you’ve got your board up and running...
View Article[3.3.x] Support Forum • Re: I can't update the platform
What method did you follow to update your board?Please fill out the Support Request Template and post it back here to enable us to assist you better.Statistics: Posted by Mick — Tue Aug 13, 2024 10:06...
View ArticlephpBB Discussion • Re: Calibrating with PageSpeed / Lighthouse Prior to Release
The Tracker is another layer into the den, a den that I will have to schedule some time to enter and explore.I did find this lingering:at a minimum we should start including a minified version of the...
View ArticleExtension Requests • Re: Better Ranks Extension Request
check if isset204 could be:'GROUP_LIST' => isset($userGroups[$niddle]) ? $userGroups[$niddle] : ''Statistics: Posted by Steve — Tue Aug 13, 2024 3:22 pm
View ArticleExtensions in Development • Re: [3.2][3.3][RC] Obscure Registration Code...
I'm trying a new Q&A combo. Originally the question was: what is the exact color of our site logo? this is information that cannot be found on Google. A bot cannot be so advanced as to find the...
View Article[3.3.x] Support Forum • Re: Upgrade to 3.3.12, MYSQL error
How and where to?phpBB is shipped with .htaccess which correctly sets up redirects for Apache, so I guess it's more nginx issue which doesn't have ready-for-use phpBB config but has an example...
View Article[3.3.x] Support Forum • Re: Images rotated ??
I think most of us can make changes to our forum's PHP files via copy and paste, like updating the header logo and such, but will never actually truly understand the code we pasted in or how to debug...
View ArticlephpBB Ideas • Re: phpBB "safe mode"
Well Mick we can call it "shit is broke and I need to fix it mode" for all I care. "safe mode" is used on Windows computers to load just essential drivers and can usually get you into computer to fix...
View Article[3.3.x] Support Forum • Re: Submitted From is Invalid
You could try registering a new account.No becauseCode: Your account has been created. However, this board requires account activation by the administrator group. An email has been sent to them and...
View Article[3.3.x] Support Forum • Re: Editing or Adding New Forum = Page not found
This is probably being caused by the .htaccess file in the root of the domain used by whatever CMS you are using (not the phpBB .htaccess file). You can rename it .htaccessbak to test....
View Article