[3.3.x] Support Forum • Re: There's a Virus I Can't Get Rid of
Please File a report in the incident trackerI’m going to lock this as the details need to be forwarded to the incident tracker.Statistics: Posted by Mick — Wed Dec 27, 2023 5:26 pm
View Article[3.3.x] Support Forum • Re: table _qa_confirm trim?
How are you dealing with the spam before you change the Q&A? Are you removing it it leaving it in place? Please fill out the Support Request Template and post it back here to enable us to assist...
View ArticleAbandoned Extensions • Re: [3.3][DEV] phpBB Quick Reply Full
Why not just use the full editor in the first place? I don’t get quick reply anyway but quick reply with add ons makes even less sense to me.Statistics: Posted by Mick — Wed Dec 27, 2023 5:38 pm
View Article[3.3.x] Styles Support & Discussion • Re: Unable to update overall file
Knowledge Base - Tools needed to set up and customise phpBBStatistics: Posted by Mick — Wed Dec 27, 2023 5:44 pm
View ArticleExtension Writers Discussion • Re: Event before sending emails
It seems some events in includes/functions_messenger.php could be utilized.F.e. core.modify_notification_template, core.modify_notification_message, core.notification_message_email.$user and $topic_id...
View ArticleAbandoned Extensions • Re: [ABD] phpBB Quick Reply Full
This topic has been marked as [ABD] - Abandoned as the extension author has not been active recently. If the extension author wishes to continue development, please PM anyone on the Extension...
View Article[3.3.x] Support Forum • Re: Delete taking forever
Did you read and did the suggestions from the coalman?Also you can try to set the timeout setting in the php settings a little longer.Statistics: Posted by janus_zonstraal — Thu Dec 28, 2023 3:13 pm
View Article[3.3.x] Support Forum • Re: Problems with The Teams overview
Try this query Code: select ug.group_id, ug.user_id, u.username from phpbb3_teampage t left join phpbb3_user_group ug on t.group_id = ug.group_id left join phpbb3_users u on ug.user_id = u. userid...
View ArticleGeneral Discussion • Re: "Back on the job"
Pretty sure that's the Board3 Portal extension that does that.Statistics: Posted by Kailey — Thu Dec 28, 2023 3:48 pm
View Article[3.3.x] Support Forum • Re: YouTube custom profile field
I have the same problem, so what the fix?i try:https://youtube.com/%shttps://youtube.com/user/%shttps://youtube.com/@%s no one is working.Statistics: Posted by VOLKERMORD — Thu Dec 28, 2023 3:50 pm
View ArticlephpBB Discussion • Re: phpBB.com Website Feedback
I can't actually edit a post here in a proper way.1: undifended2:Code: {"form":"\u003Cform method=\u0022post\u0022...
View Article[3.3.x] Support Forum • Re: Unable to accept cookies (forum moved to new host)
IIRC phpBB does indeed cache the configuration data. Options for clearing the board cache include:If you have access to the Administration Control Panel (ACP):ACP > GENERAL > Resynchronise or...
View Article[3.3.x] Support Forum • Re: problem with forum copy
You should double-check your process against the recommended approach in Transferring Your Board to a New Host or DomainStatistics: Posted by P_I — Fri Dec 29, 2023 5:59 pm
View Article[3.3.x] Support Forum • Re: image decoding error
Thank you very much for your advice. I will use SFTP, in fact I am on linux but I always used filezilla for convenience.Understood the explanation of the header encoding and the difficulty that this...
View ArticlephpBB Custom Coding • Modifying quotes in MySQL and "re-submitting"...
Okay this is a long shot...I'm testing board merging and everything is great except one thing.Quotes are formatted like this in the database:Code: [quote="User" post_id="???" time="???" userid="???"]...
View Article[3.3.x] Support Forum • Posting is very slow
Firstly, my forum loads super fast so no issues there. Browsing is normal. PMs are fast. But suddenly posting (adding new topics) has become very slow. It takes 5-10 seconds for anything new to post....
View ArticlephpBB Custom Coding • Re: Modifying quotes in MySQL and...
There’s a reparser in the CLI for the posts/BBCodes. For further information see Command Line Interface. As always, make sure you have an up to date database backup before using the CLI. You will find...
View Article[3.3.x] Support Forum • SQL Error 1064 on 'New Topic'
I can't reproduce it here, but a couple of members have reported that they are getting this error when clicking 'New Topic' (this is after having moved the forum onto a new host):The forum is at...
View Article[3.3.x] Support Forum • Re: Posting is very slow
First check your server error logs for any suppressed errors. Make backup of your database. Go into phpMyadmin and open the database phpBB is in if it's not already open. Scroll to the bottom, check...
View ArticleExtension Writers Discussion • Re: PHPBB33 + Facebook Login creates account...
...Then all I needed was https://wiki.phpbb.com/Add_users to add user to database and then call link_account() after the user was added.I know this is an ancient post - but, the phpBB Wiki was...
View Article