Custom BBCode Development and Requests • SOLVED - Create number to...
Locking for an possibility to transform phone number to WhatsApp-Links via BBcode.I have tested [whatsapp]{Number}[/whatsapp][/code]<a href="href="https://wa.me/{Number}"><img alt="Chat on...
View ArticleCustom BBCode Development and Requests • Re: Clickable phone number in the post
Thats everything you needCode: [phonenumber]{SIMPLETEXT1}[/phonenumber]Code: <a href="tel:{SIMPLETEXT1}" target="_blank">{SIMPLETEXT1}</a>Code: [phonenumber]+1XXXXXXXX[/phonenumber]Instead...
View ArticleExtension Requests • Re: Mark topics feature
In the event that you're happy to pay someone to write an extension for you then you should post in the Wanted! forum. Do you have any examples of other forums or websites that offer this feature so...
View Article[3.3.x] Support Forum • Re: Broken Logo Image Showing!
Thanks guys all sorted logo looks squashed on mobile though!Statistics: Posted by MrPrickerton — Mon Jul 08, 2024 1:55 pm
View ArticleExtension Requests • Re: Need some help here pliss
mChat is a CDB extension, so it has its own support available here: https://www.phpbb.com/customise/db/exte ... on/supportStatistics: Posted by ssl — Mon Jul 08, 2024 1:56 pm
View ArticleGeneral Discussion • Re: Forum as a graduation project
Building a forum is easy, and I don't mean that in a condescending way. I mean the actual architecture of a forum is very simple. It can actually be condensed down into the form of a blog like...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney,...
Actually or changed the name of the bot to (gpt-3.5-turbo-1106) it seems to work now, I think those who use the free plan there are many limitations. Now he tells me I exceeded the quota, here is the...
View Article[3.3.x] Support Forum • Error update 3.3.11 to 3.3.12
HelloI get this error message in install pagephpbb full package installed (https://www.phpbb.com/support/docs/en/3 ... date_full/)file_exists(): open_basedir restriction in effect....
View ArticleExtensions in Development • Re: [3.3][RC] All in One Accessibility
Hello phpBB Team,Can you please let us know, how much time it will take to validate the All in One Accessibility Plugin?Statistics: Posted by skynettechnologies — Tue Jul 09, 2024 11:50 am
View ArticleExtensions in Development • Re: [3.2][RC] All in One Accessibility
If you submitted it for validation, then it should take around a month (+/- days-month).Statistics: Posted by GanstaZ — Tue Jul 09, 2024 11:59 am
View Article[3.3.x] Support Forum • Re: Error update 3.3.11 to 3.3.12
file_exists(): open_basedir restriction in effect. File(../install/update/new/phpbb/cache/driver/file.php) is not within the allowed path(s):...
View ArticleGeneral Discussion • Re: Bots eating up all the bandwidth
A little personal feedback on these invasive bots.I do not use Cloudflare and my .htacces file has not been modified, just this addition to the robots.txt file got rid of these invasionsCode: #...
View Article[3.3.x] Styles in Development • Re: [RC] FarmingPro 3.3.12
Additional smileys are not displayed.I installed this smiley pack: https://www.phpbb.com/customise/db/styl ... _egg_head/Display with FarmingProDisplay with prosilverStatistics: Posted by ssl — Tue...
View Article[3.3.x] Support Forum • Re: 504 Gateway Time-out when registering new user
Thanks for your responsesI've disabled all extensions, I've disabled all styles except prosilver, I've disabled antispam-bot, I've cleared the cache several times. And nothing change, everything...
View Article[3.3.x] Support Forum • Re: Avatars
Finally before activating cookie_secure you must first activate HTTPS redirection otherwise it is uselesshttp://www.traditionalfisherman.com/Statistics: Posted by ssl — Wed Jul 10, 2024 6:05 am
View ArticleExtensions in Development • Re: [3.2][3.3][RC] Obscure Registration Code...
Is there any idea to be also in "contact us" page?That is beyond the scope of this extensionStatistics: Posted by HiFiKabin — Wed Jul 10, 2024 7:54 am
View Article[3.3.x] Support Forum • Re: SMTP send mail error
Your log for outlook.com appears to be truncated.That's all it shows on the error log pageStatistics: Posted by peyman974 — Wed Jul 10, 2024 10:15 am
View ArticleExtensions in Development • Re: [3.3][RC] Browser Push Notifications
HelloThanks a lot for this extension !!Unless I'm mistaken, no badge on the web application on Safari/iPhone.Is this normal? Is there any development planned for this?Thanks again.Statistics: Posted...
View ArticleCustom BBCode Development and Requests • Show time/date in viewer's own...
This is my first post, sorry if it's wrong. I could not find a bbcode like this anywhere.I'm not sure what to call this, but this bbcode converts a Unix epoch timestamp to human readable format. You...
View ArticleCustom BBCode Development and Requests • Re: Show time/date in viewer's own...
Unless I'm overlooking something the code you posted converts the Unix time to human time GMT. In other words, it's not taking the timezone into account.Have a look at Executing PHP Code With...
View Article