[3.3.x] Support Forum • Re: Images displayed as [img] only on post, but works...
It's not the [img] bbcode that will be broken. If [img=] was used anywhere it will be broken. Go into phpmyadmin and run this sql to see if it's present in any posts. Code: SELECT * FROM `phpbb_posts`...
View Article[3.3.x] Support Forum • Groups and permissions
recently i set up newly registered users now i want to set group where i can add users and this users can have permissions of regular user even if they didnt meat conditions of newly registered...
View Article[3.3.x] Styles Support & Discussion • Re: Removing {{...
Great, thanks!Statistics: Posted by Terrio — Thu Nov 14, 2024 10:14 pm
View Article[3.3.x] Styles Database Releases • Re: WildWest
Style Updated to version 3.5.6See first post for Download LinkStatistics: Posted by _Vinny_ — Thu Nov 14, 2024 10:27 pm
View Article[3.3.x] Support Forum • Re: Groups and permissions
https://www.phpbb.com/support/docs/en/3 ... de/groups/Knowledge Base - phpBB3 PermissionsKnowledge Base - How to use the post count to limit forum accessStatistics: Posted by Scanialady — Thu Nov 14,...
View ArticleExtension Requests • Re: Where is Recent Topics v2.2.15?
Yes I knowLooks like I'm dyslexic, oops Statistics: Posted by Toxyy — Fri Nov 15, 2024 1:03 am
View Article[3.3.x] Support Forum • Re: TMP file in MYSQL keeps getting full and crashing...
If you have a lot of traffic from bots that are not listed in the bots list yes that can cause bloated sessions table. Another reason is phpbb cron is not running successfully. Cloudflare has lot of...
View Article[3.3.x] Support Forum • Is serch inside search results supposed to be like...
So, I searched for a word 'installing' in 'Search this forum' for 'viewforum.php?f=661', that gave me 1888 results. Now I entered 'one' to filter out results, that gave me 363 results.Then I entered...
View ArticleExtension Requests • Re: CAS authentication extension?
A very quick Google search doesn’t reveal any current solutions for CAS (central authentication sever) integration for phpBB 3.3 so I’d suspect someone would probably need to make this.You didn't look...
View Article[3.3.x] Support Forum • Can't Log In - Admin'
Hi guys,Boy do I feel stupid .... but .... not completely,... I had created a fresh install of 3.3.13 (to install and test the Pages extension to embed a TeamUp Calendar, which All went swimmingly,......
View Article[3.3.x] Support Forum • Re: Can't Log In - Admin'
Try the following:Backup your database firstIn phpMyAdmin, run the following, which will create an admin user named Admin1 with a password of admin. From that point you should be able to get into the...
View ArticlephpBB Custom Coding • Re: Some useful SQL
If you have an older forum like mine and check the user_login_attempts column you are probably going to find it's at 99 for many older accounts. We have instances here on phpBB.com and other sites...
View ArticleExtension Writers Discussion • Handle the file upload with plupload in the...
Where can I find a tutorial to integrate an editor with file upload plupload into an extension?I have found how to handle BBCode, but I can't find anything on how to parse file attachments and...
View ArticleExtensions in Development • Re: [3.3][DEV] Troll Mode
You started this topic back in January one can only assume it has been abandon.I merely pointed out i have an ext that does the same sort of thing and was going to post it but i wont bother. Forum...
View Article[3.3.x] Support Forum • Re: How to remove Foe posts from quotes and hide Foe...
Did anyone happen to come up with a solution for this? My users are much the same as OP. They came from an old forum, where they were able to block another user, which completely hid the blocked user...
View ArticleGeneral Discussion • Re: Will you pay for writers?
the opening post is going to be edited with a spam link sometime in the future The post editor prevents this through the edit time configuration in ACP > Posting > Messages > Post settings...
View Article[3.3.x] Support Forum • SMTP not working (Response: 501 Error: Syntax: HELO...
I use mailersend as SMTP. This worked fine with MyBB but not with phpBB.My settings are as follow:Server address: smtp.mailersend.netServer port: 587Authentication method: LOGIN (not specified by...
View Article[3.3.x] Support Forum • rss content include code problem
Helloi have a problem with rss contentwhen we have some links in post ( in code section ) , in rss content, paste all links after togetherfor example in post is:Code:...
View Article[3.3.x] Support Forum • Re: SMTP not working (Response: 501 Error: Syntax:...
Are you 100% sure about the mailersend.netStatistics: Posted by janus_zonstraal — Sun Nov 17, 2024 9:03 am
View ArticleExtensions in Development • Re: [3.2][3.3][DEV] Horizontal Attachments
Firstly & mst importantly - thanks! Having attachments (even when they're inline) running all the way down the screen looks bad & seems a waste of screen real estate.Can you suggest a reason...
View Article