[3.3.x] Support Forum • Re: missing posts
Try Resynchronize post counts on main page of ACP.That fixed it. Post count is zero now. Thank you very much.Statistics: Posted by timelessbeing — Mon May 12, 2025 7:38 pm
View ArticleExtension Writers Discussion • How does AJAX work in extensions?
I'm trying to implement an AJAX request in an extension and whilst I could fudge a method my own way, there's clearly a phpBB API of sorts to allow this in core natively but I can't find any...
View ArticleWanted! • Re: Site repair....need assistance please
Hello,I can upgrade and fix your board without any issues.Sent you a pm/email. Cheers!Statistics: Posted by Madalin10 — Tue May 13, 2025 7:28 pm
View Article[3.3.x] Support Forum • Changing User Names colour
I was looking all over Prosilver but I can't find how to change User Names colourWhich one of CSS contain code that will change that colour?Statistics: Posted by dobermen — Tue May 13, 2025 8:03 pm
View Article[3.3.x] Support Forum • Re: Changing User Names colour
Username color is the color of your default groupStatistics: Posted by Brf — Tue May 13, 2025 8:05 pm
View Article[3.3.x] Support Forum • New and old Posts Location
Where is it? I know forum have posts from old owner and there must be some new, but after search for it location, I couldn't find one.Statistics: Posted by dobermen — Tue May 13, 2025 9:36 pm
View Article[3.3.x] Support Forum • Re: no admin rights after installation
This line wasn’t added by us - it was already in the file, likely from a previous setup.These lines are often added automatically by whatever web panel management software is being used (ex. cPanel)...
View Article[3.3.x] Support Forum • Re: 3.3.15: download counter doesn't work
Hi stoker,it's no browser issue: all browsers I tested do show the right numbers of anything written to the database. But in my case, the downlaods are not counted to SQL. THXStatistics: Posted by...
View Article[3.3.x] Support Forum • Re: New and old Posts Location
The moderator control panel (MCP). But those posts and topics still show on the forum for mods to read an approve in situ.Statistics: Posted by KevC — Wed May 14, 2025 6:12 pm
View ArticlephpBB Custom Coding • Re: Having problems mysql_escaping some data
I should pay closer attention to examples in the code. This seems to be working fine:Code: $posted_data = $db->sql_escape(utf8_clean_string(serialize($_POST)));;Statistics: Posted by schwim — Wed...
View ArticleExtension Requests • Re: Autosubscribe ADMINS to topics
Make sure under notification settings it's set to notifications, email or both.Note you only get one email notification, multiple replies will not trigger new email notifications. When the new posts...
View Article[3.3.x] Support Forum • Re: What is going on? Is this some kind of widespread...
The following countries are currently blocked at my server:- Brazil- China- Indonesia- India- Singapore- VietnamMore will be added if needed.Its not permanent. I will remove some of them when things...
View Article[3.3.x] Support Forum • Re: What happens if I click on "Reset board’s...
It's done. Thank you, sir!https://www.unixtimestamp.com/index.php Statistics: Posted by open-your-eyes — Wed May 14, 2025 8:05 pm
View ArticleExtensions in Development • Re: [3.3][DEV] phpBB Events Calendar
Extension Version: Features Implemented: Select time zonesFeatures not Implemented: events own page use collapse category's to toggle panels Send notification request to list of attendees, asking if...
View Article[3.3.x] Support Forum • Re: Adding Images
Try it in this topic.Statistics: Posted by KevC — Thu May 15, 2025 6:09 pm
View Article[3.3.x] Support Forum • Re: Who-is-online Whois lookups all from Amsterdam?
I think here:styles/prosilver/template/mcp_post.htmlStatistics: Posted by deninho32 — Thu May 15, 2025 6:20 pm
View Article[3.3.x] Support Forum • Re: Editing ucp.php problems
Ah, my bad, thanks.Statistics: Posted by CPTOM — Fri May 16, 2025 2:13 pm
View Article[3.3.x] Support Forum • Re: "Banned" banner
You could make a group, give it a rank and add them to it (same as if they were an admin for instance). Thanks, KevC. That's a nice suggestion but it's not something actually built in? I didn't think...
View ArticlephpBB Discussion • Re: Dealing with bot traffic
Regarding phpBB3/includes/functions.php to remove session_id from links, I had to edit it in two places:Code: return $url . (($append_url) ? $url_delim . $append_url . $amp_delim : $url_delim) ....
View Article[3.3.x] Support Forum • how to insert logo size?
Hello everyone,on the forum that I administer we are using an extension to customize the logo, it is called "Custom site logo"The problem is that the size of the logo has not been entered, so every...
View Article