phpBB Custom Coding • Would it be easy to add the user's From_IP_Address to...
I'm trying to save additional interaction steps with non-technical forum users, which is all of our forum users, when troubleshooting banned IPs. Each resolution usually takes several days just to...
View ArticlephpBB Custom Coding • Re: Would it be easy to add the user's From_IP_Address...
Just a thought, wouldn't that then give away to them the IP that has been banned and they'll then know that a simple router reboot or a VPN will bypass it with ease.And a second point, IP banning is...
View Article[3.3.x] Support Forum • Re: SMTP cannot connect to host
SMTP server: mail.smtp2go.comSMTP port: 2525 (or 80, 25, 8025 or 587 if that doesn’t work).Username / Password: Turn on SMTP authentication and enter your account’s SMTP username and SMTP...
View ArticleExtensions in Development • [3.3][BETA] New Topic On Index
Extension Name: New Topic On IndexAuthor: v12mikeExtension Description: Places a 'New Topic' button on the forum index page.Extension Version: 1.0.0-betaRequirements: Forum style must be derived from...
View ArticleExtensions in Development • Re: [3.3][BETA] New Topic On Index
This little extension was prompted by the steady stream of messages to our admin contact form from users who had successfully created a forum account and who desperately wanted to post a new topic but...
View ArticleWanted! • I need someone to do customizatoin for my board
i need 3 simple thingsfirst window where last posted attachments would be visiblesecond window for latest poststhird chatbox on bottom of pageStatistics: Posted by SEKIZO — Sun Aug 25, 2024 7:27 pm
View Article[3.3.x] Support Forum • Re: Banned IP, redux...
When an IP is banned they won't be able to try and register. The IP ban always results in phpBB IP ban error page for any request. This isn't something phpBB is going to log, if an admin bans a bots...
View ArticleWanted! • Re: I need someone to do customizatoin for my board
Hi,I'm good at editing styles. I think I can make any editing and changes you wish. I will send you a PM; Soon; So after this post was published... Statistics: Posted by halil16 — Sun Aug 25, 2024...
View ArticlephpBB Discussion • How to stop getting New post icon for a certain topic
I visit Quick links and Your posts to see if there are any new replies to the topics.A small icon appears next to the topic title if there are new replies so it's easy to see if there is anything...
View Article[3.3.x] Translations • Viglink apparently cannot be used with Spanish...
Users cannot register in Spanish, when they try to do so, because of a software failure. The same apparently happens when I try to use Viglink, which I allowed to be active during installation.Thank...
View Article[3.3.x] Translations • Re: Viglink apparently cannot be used with Spanish...
If you deactivate Vigilink, does the problem disappear?Statistics: Posted by ssl — Mon Aug 26, 2024 4:38 am
View ArticlephpBB Discussion • Re: How to stop getting New post icon for a certain topic
If you no longer want to read the responses to this topic, simply no longer consult it, if you are subscribed to this topic you must unsubscribe.The little red square indicating new answers cannot be...
View ArticleExtension Requests • Re: How to force all members to use a fixed language?
Thank you @Mannix_ and @danieltj. I currently have 2 languages and I still want to keep both of them. At the same time, I want members to only use the forum's default language and not be able to set...
View Article[3.3.x] Styles Support & Discussion • Re: how to publish rank images at...
Go to Customisation Database: https://www.phpbb.com/customise/db/Click on "New Contribution" button to submit your ranks.either I'm blind, or I don't have a button to add a new contribution...
View ArticleCustom BBCode Development and Requests • Iframe and BB Code
I need help making this workI created the proper BB Code for the HTML.Everything seems to check out but the forum will not display EXTERNAL websites. Whatever URL I input it only displays the fourm's...
View ArticleCustom BBCode Development and Requests • Re: Iframe and BB Code
I need help making this workI created the proper BB Code for the HTML.Everything seems to check out but the forum will not display EXTERNAL websites. Whatever URL I input it only displays the fourm's...
View ArticlephpBB Custom Coding • Re: Would it be easy to add the user's From_IP_Address...
That said the file and lines you are looking for are around line 1306 in /phpbb/session.phpSomething like this, FIND:Code: $message .= ($ban_row['ban_give_reason']) ? '<br /><br />' ....
View Article[3.3.x] Support Forum • Re: Unable to access "Custom profile...
There is a different process in newer versions of phpBB for debug mode.https://www.phpbb.com/support/docs/en/3 ... ebug-mode/Whether that is going to be helpful or not depends on the type of php...
View ArticleExtension Requests • Re: Unread message (comment) created by topic starter
I looked into this very briefly and it works off database entries (in *_tracks) when a user visits the forum and it records when they’ve entered a certain page. It definitely would require an...
View ArticleExtension Requests • Attachment/Private Message Permissions By Group
Is there any mods or could a mod be developed to put a limit on attachment uploads and private messages given based on the permissions of a group.Basically the groups would override the Global...
View Article