[3.2.x] Support Forum • Re: Sending e-mail alert to admin when new user register
Top right of this (or any) page.Notifications | Private messages | <yourusername>Statistics: Posted by KevC — Tue Jul 30, 2024 3:41 pm
View ArticlephpBB Discussion • Re: Whois and inconsistent results
Why then does phpBB's whois identify it as ZZ?I went and did a little digging. The ZZ is because it's reporting information about APNIC but as noted that IP was transferred to RIPE. These are all...
View ArticleExtension Requests • Re: BackUp ⇒ Google Drive
Again, this forum is to request an extension. If you are having problems with a specific one, you need to contact the author from where you obtained the extension. As for ImgBB, that is not a problem...
View Article[3.3.x] Support Forum • Forum not showing in search engine results after...
I previously installed Phpbb under a subdomain bbs.abc.com, recently I migrated to a sub folder “bbs” of the domain, i.e www.abc.com\bbs, then I found search engines like google is not showing results...
View ArticleCustom BBCode Development and Requests • Re: BBcode : Background for Video
This is how far I've come at the moment .Code: ORIGINAL BB CODE[background={URL}]{TEXT}[/background]ORIGINAL HTML CODE<div style="background: url('{URL}') no-repeat; background-size: 100%;...
View Article[3.3.x] Support Forum • Re: Forum not showing in search engine results after...
This is normal since you changed the URL for your forum, so you lose your current SEO if I'm not mistaken.For example, the forum https://example.com/forum is already well referenced on Google and...
View Article[3.3.x] Support Forum • Images rotated ??
How can I prevent images which get posted from being rotated in the message ? If I click on the image it displays correctly. See example below.Thanks -AlecStatistics: Posted by 65Corsa — Wed Jul 31,...
View ArticlephpBB Discussion • Calibrating with PageSpeed / Lighthouse Prior to Release
When I look at some of my sites with https://pagespeed.web.dev I see a common theme about items that I am very hesitant to fix as they are related to the files that are bundled as part of phpBB.Sure,...
View Article[3.3.x] Support Forum • Registration Time Frame
is there a method to allow REGISTRATION ONLY during special hours..ie. 8am-9am EST something like this ?Statistics: Posted by chuckphd53 — Wed Jul 31, 2024 4:19 pm
View ArticlephpBB Discussion • Re: Calibrating with PageSpeed / Lighthouse Prior to Release
The phpBB cache system should help with load times to some degree but more could be done. The issue though is that refactoring the code base to appease the Lighthouse test would be a lot of work.I’d...
View ArticleExtension Writers Discussion • Re: populate a table while migrations
What is sebo_postreact_table? You have it in the function effectively_installed() in install_sample_data migration so if it exists migration doesn't apply schema changes and just considered as already...
View Article[3.3.x] Support Forum • Re: Strange Results using New Posts Search Function...
Excellent! I did try using :Code: /*[Fix] queued replies missing from "view new posts" (Bug #42705 - Patch by Paul)- Creates temporary table, query is far from optimized$sql = 'SELECT t.topic_idFROM '...
View Article[3.3.x] Support Forum • Re: Images rotated ??
OK, Thanks !!! I had a feeling that would be the case...AlecStatistics: Posted by 65Corsa — Thu Aug 01, 2024 1:33 pm
View Article[3.3.x] Styles Support & Discussion • Re: Custom logo in banner
There's this extension: https://www.phpbb.com/customise/db/exte ... hange_logoStatistics: Posted by bonelifer — Thu Aug 01, 2024 3:44 pm
View Article[3.3.x] Support Forum • Error in mcp/moderation queue
Hellophpbb3.3.12 when i click on mcp/moderation queue/ show this error message:SQL ERROR [ mysqli ]The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1...
View Article[3.3.x] Support Forum • Re: Error in mcp/moderation queue
This is caused by MAX_JOIN_SIZE set to small on the database server.Ask your host to chance that.Statistics: Posted by SpIdErPiGgY — Thu Aug 01, 2024 4:39 pm
View Article[3.3.x] Support Forum • update procedure (3.3.11 to 3.3.12)
Support Request Template What version of phpBB are you using? phpBB 3.3.11 What is your board's URL? http://kidneypatientguide.org.uk/ Who do you host your board with? No answer given How did you...
View Article[3.3.x] Support Forum • More thorough search for image URLS
Dear Experts,As always, I appreciate your assistance.I've encountered a dilemma with my forum and would like your help.How can I find or search for all links that start with 'https://i.ibb.co/' across...
View ArticlephpBB Custom Coding • Re: More thorough search for image URLS
That script I linked to is standalone and creates database tables and then inserts the URL's into the table. You can delete the tables it creates an rerun it as many times as you want without...
View Article[3.3.x] Support Forum • Re: Send post
After clicking WHO IS ONLINE at the the bottom left hand side of a page click the ‘Display guests’ link indicated in the image.Statistics: Posted by Mick — Fri Aug 02, 2024 10:35 am
View Article