Extension Requests • Re: Sitemap extension?
What to do if when viewing the site map in this extension the page opens for a very long time? Several minutes. And don't send me to solve the problem on other resources. The answer is always the same...
View Article[3.3.x] Styles Support & Discussion • Re: Anyone developing arty's styles...
... a bit at a loss in which file to find the colours used and in which files to change them in Black. Could you point me to the right place? I have installed SASS and should be fine at that end.Use...
View Article[3.3.x] Convertors • Re: How to migrate Wordpress to phpBB?
Anything is possible but there is no out of the box solution for converting I'm aware of. Wordpress is a CMS, phpBB is full featured forum software. They each have their own purpose. If you want both...
View ArticleExtensions in Development • Re: [3.3][DEV] phpBB Mp3 Playerbbw 1.0.1
Would be nice to see it as a popup so we can navigate the board still listening to music.Maybe make it possible to stream radio stations?in the new version I have integrated the popup window just...
View Article[3.3.x] Support Forum • Is there a way to have internal links display the...
Asking for a friend member on a board elsewhere. Currently, when someone links another topic, it is displayed as "viewtopic.php?t=xxxxx". Can phpBB automatically display the topic's title instead? For...
View Article[3.3.x] Support Forum • Guest Access to Specific Forum / Topics
Support Request TemplateWhat version of phpBB are you using?: phpBB 3.3.14What is your board's URL?: https://vicscan.com/Who do you host your board with?: HostGatorHow did you install your board? I...
View Article[3.3.x] Support Forum • Re: Guest Access to Specific Forum / Topics
FIXED - I located that the "Radio News" was a sub forum and had to give the same permissions to "Discussions" ... just had to follow the Forum trail as suchDiscussions - - NewsStatistics: Posted by...
View Article[3.3.x] Support Forum • Re: Is there a way to have internal links display the...
There was Convert Local Url To Link Name extension in development for this purpose, but it's abandoned for a long time already. There's a topic in Abandoned extensions forum here on .com.Statistics:...
View Article[3.3.x] Support Forum • New Server. No signup/reset emails being sent.
Hello,Alma Linux 9I have a new server setup with phpBB on apache, postfix, dovecot. (Dovecot sasl authentication)My phpBB installation works fine. My email works fine.I have my SMTP server settings...
View Article[3.3.x] Styles Database Releases • Re: ProLight
Style Updated to version 1.1.12See first post for Download LinkStatistics: Posted by _Vinny_ — Fri Jan 17, 2025 9:51 pm
View Article[3.3.x] Styles Database Releases • Re: Stasis Leak
Style Updated to version 1.0.9See first post for Download LinkStatistics: Posted by _Vinny_ — Fri Jan 17, 2025 9:52 pm
View Article[3.3.x] Styles Database Releases • SE Square
Style name: SE SquareAuthor: Stoker 4.0Style description: A blue colored phpBB3 prosilver based style with no corners and fixed with.Template inheritanceSE Square supports full template...
View Article[3.3.x] Styles Database Releases • Re: SE Square
Style validated/releasedStatistics: Posted by _Vinny_ — Fri Jan 17, 2025 10:07 pm
View ArticleExtension Writers Discussion • Re: Javascript Template Literals (backticks:...
Yep, it's Twig.The solution I've found is to move my Javascript out of <script></script> and into a separate .js file. Better encapsulation anyway, so I'm happy now. But it's surprising...
View ArticleExtension Writers Discussion • Adding data to what's submitted by posting.php
My extension is a photo uploader. In posting_layout_include_panel_body.html I am successfully uploading the images and it's pretty slick:However, users have found that when they press Preview or Save...
View Article[3.3.x] Convertors • Re: convert ancient IPB to phpBB?
Thanks again for the tips - I have now converted from the old IPB to phpBB 3.0.14. Before I upgrade to phpBB 3.3.14 I have a couple more questions.First, the old IPB (v 2.3.4) board created thumbnails...
View Article[3.3.x] Support Forum • Re: New Server. No signup/reset emails being sent.
Thanks, that was 50% of the solutionKept SMTP to YESChanged the port to 465Added ssl:// before the server addressStatistics: Posted by Carsonix — Sat Jan 18, 2025 12:09 am
View ArticleExtension Writers Discussion • Re: Adding data to what's submitted by...
I’m on a phone right now so I can’t really look into this much but I know that the posting UI states that saving as a draft only saves the post content and nothing else so that’s at least one issue....
View ArticleExtension Requests • Re: Forum name and description in 2 diferent languages
https://www.phpbb.com/customise/db/exte ... m_fa_icon/The above extension, will give some a good start on how to control at least the titles and from there just find the description and turn both the...
View ArticleExtension Writers Discussion • Re: Custom field to the extension
see how I'm using it in the template:Code: {CG_IMAGE_TOP}is returning empty.the id of the custom field is cg_image_top.see my codeMaybe's use this in the template?Code: {{ CG_IMAGE_TOP }}Statistics:...
View Article