[3.3.x] Support Forum • Re: Can the Admin find un-posted user drafts?
We would still like to see what user drafts are stored and the date they were last stored. Our users are not true computer users and we suspect they have saved posts instead of posting. Or they have...
View ArticleExtension Writers Discussion • Javascript Template Literals (backticks: `)...
This is driving me nuts.I have posting_layout_include_panel_body.html with something like this:Code: <script> let x = "that"; let y = `this_${x}`; console.log('y: ', y);</script>This...
View ArticleExtension Writers Discussion • Re: Javascript Template Literals (backticks:...
Why are you using backticks? why not ' or ". Google :: esacape javascript ticksStatistics: Posted by Steve — Thu Jan 16, 2025 5:12 pm
View Article[3.3.x] Support Forum • Re: Constantly being logged out
Also, why are you running an out of date no longer supported php version? Is there a reason for that?Thank you. I thought I was the only one around here would advocated to make sure to be running a...
View Article[3.3.x] Support Forum • Re: ucp_attachments module not working
Ah! I didn't know this. So a thread needs to be closed before a poster can delete it? It doesn't say this anywhere?Statistics: Posted by stockler — Fri Jan 17, 2025 2:50 pm
View Article[3.3.x] Support Forum • Re: Topic guest viewer count
Okay. Then it looks like my writings are interesting to people. Statistics: Posted by Vauxi — Fri Jan 17, 2025 5:23 pm
View ArticlephpBB Custom Coding • Re: PHPBB3 without JavaScript - fontawesome
in Load Settings in ACP what do you have set for Allow usage of third party content delivery networks: ????It is set to "no".I just tried "yes" and "no" for this option and deleted the cache twice. It...
View ArticleExtension Writers Discussion • Custom field to the extension
Hi!Error after adding the 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...
View ArticleExtension Requests • Forum name and description in 2 diferent languages
Hi I am looking for an extension which can make forum/subforum and description of it in two different language. Ex: En: Your first forumDescription: Your first descriptionRo: Primul tău forum...
View Article[3.3.x] Support Forum • How do I merge categories in a forum (version 3.3.0)?
I'm trying to clean up one of my forums by combining some of the categories. I'm using version 3.3.0.I've searched online for how to merge categories, but most results are about merging entire forums....
View Article[3.3.x] Support Forum • Re: Enforce a style for all users not possible?
OK. I found out what the problem is. I have to deactivate the parent. When I did that all users moved to the child style instantly.In my opinion the software should do this automatically when a child...
View Article[3.3.x] Support Forum • Re: How do I merge categories in a forum (version...
Do you mean moving a forum from one category to another?Statistics: Posted by KevC — Sat Jan 18, 2025 6:29 pm
View ArticlephpBB Custom Coding • Re: Forum name and description in 2 diferent languages
Some php events are missing (mcp) to completely convert that MOD into an extension.If you want to translate the forum names and descriptions only for the user then it is possible.If you want only two...
View ArticleGeneral Discussion • Re: Why have forums died?
@saavannah I think this question every day. I owned forums for 20 years.I share every reply all of you said. I would add that a big (negative) hit has been done by search engines.SEO has changed...
View ArticleExtension Writers Discussion • Re: Custom field to the extension
Do you have a set of files for me? I can't find CG_IMAGE_TOP in your code?Statistics: Posted by Steve — Sun Jan 19, 2025 5:17 pm
View ArticleExtensions in Development • Re: [3.3][DEV] mChat - Lounge
I hope it's a easy to add buttons inside the HTML code like in the current version. And some extension like Welcome Message and Broadcast ? Are all BBCodes fully supported ?All features of mchat...
View Article[3.3.x] Support Forum • phpBB3.3.x - Forumuri multilingve / Multilingual forums
[RO]În acest topic vă voi îndruma să vă puteți seta numele categoriilor, forumurilor și descrierea lor în doua limbi diferite.De ce avem...
View Article[3.3.x] Support Forum • Re: phpBB3.3.x - Forumuri multilingve / Multilingual...
e who wants to can be inspired by the respective code to create an extension, the only rule is to add the place where the codes were inspired from, i.e. forum.itandwebsolutions.roThis has to be the...
View Article[3.3.x] Support Forum • Re: Active Topics ?
Active Topics continue without showing: No suitable matches were found.Tracing the used SQL sentence by phpbb 3.3.14 we get this:SELECT t.topic_last_post_time, t.topic_id FROM phpbb_topics t WHERE...
View ArticlephpBB Custom Coding • Re: Change scrollbar colors
Any of the the themes CSS files except for stylesheet.css. If there is common.css add it at the end. Hold ctrl and hit F5 when the browser window is open to refresh the page fully clear the browsers...
View Article