Extension Requests • Re: Is there an App for PHPBB?
Thats what I do, it’s easy with iOS and Safari and even easier on an IBM PC clone.The last time I heard of an IBM PC clone, a laptop was the size of a suitcase and ALL PC's were beige! Statistics:...
View Article[3.3.x] Support Forum • Re: 3.3.12 Can one Remove mode=viewprofile
Instead of the URL beingCode: member/user.2?mode=viewprofileWhere are you seeing a URL like that?Statistics: Posted by Brf — Fri Aug 09, 2024 12:10 pm
View ArticleExtension Writers Discussion • Re: mark read and unread posts
thanks! i'll check it!!Statistics: Posted by sebo — Fri Aug 09, 2024 1:52 pm
View ArticleCustom BBCode Development and Requests • Re: User Customizable Table BBcode
No, I want the user to be able to choose their own styles when they are writing their bbcode. I have a lot of users who are used to ProBoards bbcode, which lets you style posts like you would html...
View Article[3.3.x] Convertors • Re: [SPLIT] Convert MyBB to phpBB?
Running a PWS (Personal Web Server) is easy see Knowledge Base - Installing and Setting Up Your Own Web Server.If you have a search there’s even one that can be run on a memory stick leaving no marks...
View Article[3.3.x] Styles Support & Discussion • Re: Link to quote
Sorry, I had some days off I have my own style based on SE_Square itself based on Prosilver so I guess I should place the CSS in my own CSS that is...
View Article[3.3.x] Support Forum • Re: [split] Email works ok except Admin not sent...
Have you checked the email error logs to see if anything is chasing an issue during sending?Also worth checking the following just to make sure: Is the admin email address correct? Are board emails...
View ArticlephpBB Custom Coding • Re: 3.3.12 Can one Remove mode=viewprofile
Hello Dead Man, I agree with danieltj. A link to your board can also help you to look at the construct for your self-help request. Otherwise, it remains to consult the author of that extension, - at...
View Article[3.3.x] Support Forum • Re: Emojis work in post titles but not post body
The board version is 3.3.3. I can provide URL privately if needed. Yesterday emojis were working fine and I have not changed any settings. I’m stumped because they display in titles but when inserted...
View ArticleExtension Requests • Re: Fingerprint login
any update all these years later? how about passkey support?Statistics: Posted by fakeologist — Sun Aug 11, 2024 3:51 pm
View ArticleExtension Requests • Passkey login
Passkeys are the latest in logins - I don't see any in progress or available for phpBB.Therefore this humble request.https://fidoalliance.org/passkeys/Statistics: Posted by fakeologist — Sun Aug 11,...
View Article[3.3.x] Support Forum • Re: PHP version 7.4 UpDate TO Newer?
Regarding the error encountered "Cannot modify header information" read this topic: https://www.phpbb.com/support/docs/en/3 ... thout-bom/Nope. That error is because of the error that happened before...
View ArticlephpBB Custom Coding • Re: Cron task
This is the full added code, comments welcomein /includes/ucp/ucp_profile.php after $vars = array('cp_data', 'data', 'sql_ary'); addCode: $TankDim = preg_replace("/\D+/",...
View ArticlephpBB Discussion • Re: phpBB.com Website Feedback
Trying to access posting page or pm I get this. After 2-3 mins submitted messages have disappeared.... Statistics: Posted by Steve — Mon Aug 12, 2024 2:40 pm
View ArticleExtensions in Development • Re: [3.2][3.3][RC] Obscure Registration Code...
I am surprised to hear you say that. A colour answer is one the spambots have programmed in by default. ... but if it works for you, then it works for you. There is no one universal answer to the SPAM...
View Article[3.3.x] Support Forum • Can Admin Unilaterally Register Users?
I am in a custom car and hot rod club, and have just created a discussion forum for our members. It is here:socrc.org/forumThe challenge I have is that a some of our members are older (80s to 90s) and...
View Article[3.3.x] Support Forum • Re: Can Admin Unilaterally Register Users?
Yep but you need an extensionhttps://www.phpbb.com/customise/db/exte ... add_user_2Statistics: Posted by KevC — Tue Aug 13, 2024 4:03 pm
View Article[3.3.x] Support Forum • Re: Can I recover a board with just the database intact?
edit the config file to point to our existing database ( not sure how to do that one)You can use this guide: https://www.phpbb.com/support/docs/en/3 ... gphp-file/Don't hesitate to ask questions if...
View Article[3.3.x] Support Forum • Re: Images rotated ??
We see this a lot more on our forum too. Thus far, it's always associated with smartphone images taken in the portrait orientation that get rotated 90 degrees. In portrait mode the orientation seems...
View ArticleExtension Requests • Re: Better Ranks Extension Request
check if isset204 could be:'GROUP_LIST' => isset($userGroups[$niddle]) ? $userGroups[$niddle] : ''Thanks for the information. This below helped fixed the errors.Encase anyone is still or interested...
View Article