[3.3.x] Support Forum • Re: How to recover accidentally overwritten post?
You could open the backup in a text editor and just copy/paste the original text in to the post without having to risk any database mess ups.Statistics: Posted by KevC — Sun Feb 09, 2025 6:17 pm
View Article[3.3.x] Support Forum • Re: Registration activation link rarely sends
Ah, thanks Statistics: Posted by Innertraveller — Sun Feb 09, 2025 6:23 pm
View Article[3.3.x] Support Forum • Re: Troubleshooting a permission masks issue...
Hm, no, afraid not, I'm on 3.3.14 and in my case the Masks Trace is correct, it's the actual result that is wrong.Thank you for checking, though!Statistics: Posted by nou nou — Sun Feb 09, 2025 8:59 pm
View Article[3.3.x] Support Forum • Re: Does phpbb 3.3.14 uses ajax for voting?
Console message:Code: core.js?assets_version=805:279 AJAX error. status: parsererror, message: SyntaxError: Unexpected token '<', "<b>[phpBB "... is not valid JSONVM274:1 Uncaught (in...
View Article[3.3.x] Support Forum • 3.3 upgrade question
Hi,I'm hosted on GoDaddy and usually use the installatron to do the upgades.Each and everytime I use this method, I loose my site logo and countless other files need to be edited. For example, the...
View Article[3.3.x] Support Forum • Re: 3.3 upgrade question
If you edited core files:https://www.phpbb.com/downloads/3.3/adv ... sion=3.3.7And if you have no core edits:https://www.phpbb.com/downloads/Statistics: Posted by SpIdErPiGgY — Mon Feb 10, 2025 2:38 am
View Article[3.3.x] Support Forum • Re: An idiots guide to build a forum
User Guide:contains lots of info regarding Requirements, Administration, Moderation, etc...Statistics: Posted by warmweer — Mon Feb 10, 2025 6:29 pm
View Article[3.3.x] Support Forum • Re: System keeps logging out users for many actions
Incorrect cookie settings can cause that.Thanks for your reply. But as I stated in my first post, I cleared the cache including cookies etcThat was NOT the problem.I woke up in the middle of the night...
View ArticlephpBB Discussion • Re: Post directly using HTML codes ?
Do you have phpBB Media Embed installed? No . Never heard of it LOLThanks I will take a lookStatistics: Posted by rafa99 — Mon Feb 10, 2025 8:27 pm
View ArticlephpBB Custom Coding • Re: Add DISPLAY NAME function, so users can change...
This isn’t possible without core edits. As someone who has worked on usernames within core I can tell you that display names just aren’t possible because of how names are handled. It’s honestly a...
View Article[3.3.x] Support Forum • Re: Importing database - new host issues
...have you considered moving to a better hosting platform that gives basic functions that will allow you to migrate the site easier and have easier maintenance? One with free migration, CLI support,...
View ArticlephpBB Discussion • What can other uses suggest for spambot defense.
Good afternoon all, My tiny little BBS forum is getting clobbered with spambots. I tried to set up a recpatcha last night and i have my key and secret key, however when i go into the ACP is see that...
View ArticlephpBB Discussion • Re: What can other uses suggest for spambot defense.
Q&A works fine. You just need the right kind of question that cannot be searched for. One that needs some intelligence and logic to work out, like something about your logo or a word on your site...
View ArticleExtensions in Development • Re: [3.3][DEV] Responsive Navbars
Good day! When using the extension QuickReply Reloaded. The lower navbar overlaps the answer field. Is it possible to somehow make these extensions work together?photo_2025-02-11_17-50-11.jpgOpen...
View Article[3.3.x] Support Forum • Is there a way to set private messaging so that users...
Is there a way to set private messaging so that users can only message the admin and not each other?Statistics: Posted by 12stringbassist — Wed Feb 12, 2025 1:28 pm
View Article[3.3.x] Support Forum • Re: Is there a way to set private messaging so that...
Is there a way to set private messaging so that users can only message the admin and not each other?Not that I know of, but there's a Contact Admin extension which can simulate that.Statistics: Posted...
View Article[3.3.x] Support Forum • Re: Post making registration fields required
Hi, Is there a way to force certain profile fields, both the standard and custom fields so they have to be filled in?thanks in advanceNot sure about the default profile fields but a custom profile...
View Article[3.3.x] Support Forum • Re: Finding the original name of an uploaded image
The only thing I see is the physical file is not listed in file list.If you are using FTP use SFTP instead. Servers typically limit file listing to 10K when using FTP. Note this also affects...
View ArticleExtensions in Development • Re: [3.2][3.3][BETA] Advanced Polls
Firstly this extension is excellent. If this question has been asked earlier, i havent found it. --> Is there a simple adjustment that can be made in the CODE to change the limitation of 10 topics...
View ArticleExtensions in Development • Re: [3.3][DEV] Stats On Index
I was playing around with the date format layout in another ext and came up with this little bit of code.$start_date = $this->user->format_date(date($this->config['board_startdate']));That...
View Article