phpBB Discussion • Re: do you recommend phpbb for your new forum site?
Code: do you recommend phpbb for your new forum site???? Well.... that depends on a lot of factors. How much time do you have?Statistics: Posted by warmweer — Sun Feb 18, 2024 2:27 pm
View Article[3.3.x] Extensions Database Releases • Re: Stop Forum Spam
Extension Updated to version 1.4.6See first post for Download LinkStatistics: Posted by Paul — Sun Feb 18, 2024 2:27 pm
View ArticlephpBB Custom Coding • Re: S_USER_LOGGED_IN not working in attachment.html
Find this in viewtopic.phpCode: 'S_HAS_ATTACHMENTS'=> (!empty($attachments[$row['post_id']])) ? true : false,change it to thisCode: 'S_HAS_ATTACHMENTS'=> ($user->data['user_id'] != ANONYMOUS...
View Article[3.3.x] Support Forum • How to upgrade?
Hi, I suppose need to upgrade from 3.2.8. In my forum I only added a custom style and changed the logo on the forum header page. Is it recommended for me to use Advanced installer or Full package?...
View Article[3.3.x] Support Forum • Re: Cannot find where/hos to add Database details.
Thanks, Mick & KevC.As often happens, it was a simple omission: the "Hostname" is not needed unless is it an ODBC installation.But, "not needed" is a bit of an understatement, as including it...
View Article[3.3.x] Support Forum • Re: How to upgrade?
Hi, I suppose need to upgrade from 3.2.8. In my forum I only added a custom style and changed the logo on the forum header page. Is it recommended for me to use Advanced installer or Full package?...
View ArticlephpBB Custom Coding • Re: SALT Value for creating Passwords
Well I found the phpbb_users.user_form_salt field while searching for a solution. Can anyone tell me if this value is used as SALT for login ? This leads to the next question how is this value...
View ArticleGeneral Discussion • urgent, user disappeared from home
Deal All,today I heared that a user of my forum disappeared from home the 29th of January. From the forum it seems last active the 1st of February. Is the information reported by PhpBB reliable? Does...
View Article[3.3.x] Support Forum • phpAdmin and the Admin login issue ...
Good afternoon all.I am having that common problem of logging in as Admin, and it is now happening with another user too.I have cleared the cookies, and even changed that user's password directly in...
View Article[3.3.x] Support Forum • Re: File count vs database table rows
Is it possible that Filezilla is limiting how many files it displaysMost likely the FTP server limits this. But never your FTP client. 7998 files (or entries in general) + 2 entries for the current...
View Article[3.3.x] Support Forum • Re: phpAdmin and the Admin login issue ...
...So, I have noted the solution posted which involves creating user Admin1 though I'm not sure how that user is awarded admin privileges when we cannot login). However as I do not have phpAdmin...
View Article[3.3.x] Styles Database Releases • Allan Style - SUBSILVER
Style name: Allan Style - SUBSILVERAuthor: Allan_StyleStyle description: Hello.Our style will appeal to all who love SUBSILVER2. If you have the SUBSILVER2 style - you know about the problems of...
View Article[3.3.x] Styles Database Releases • Re: Allan Style - SUBSILVER
Style validated/releasedStatistics: Posted by _Vinny_ — Mon Feb 19, 2024 6:19 pm
View Article[3.3.x] Support Forum • Can't edit a topic...
I am the admin for my forum. In fact, I am the Founder. The forum has been up and running fine for about 9 months. I recently tried to edit a topic - something I have done successfully many times....
View Article[3.3.x] Support Forum • Re: 'Send a test email' fails. Environment is...
Got this working by setting SELinux to permissive. Documenting this for any future users:Using SMTP: Code: Contact email address: gctaylor@alma.homdomFrom email address: gctaylor@alma.homdomUse SMTP...
View Article[3.3.x] Support Forum • Re: Can't edit a topic...
There is likely some text in the post that your host's mod_security is blocking.Statistics: Posted by Brf — Tue Feb 20, 2024 2:28 pm
View ArticleExtension Writers Discussion • Re: activating a from-skeleton extension
I uploaded to zweibieren.com/pp/ext/zweibieren/emailsok. The composer.json file is in sub-directory _Presumably because I did not run phing.I'll try phing next.I've read a lot of Extension Development...
View Article[3.3.x] Support Forum • admin - founding member
I have several computers and over the years, I have given admin capability to a few different login names. They are all me, so there is no security risk. It is a small board and a variety of users...
View Article[3.3.x] Support Forum • Re: admin - founding member
We do not have access to your board that you don't.If you want to go into phpmyAdmin and create a Founder account do this, which will create an admin user named Admin1 with a password of admin.Code:...
View Article[3.3.x] Support Forum • Re: upgrading from 3.2.5 to 3.3
Hi. Although from what i can see so far, the upgrade seems good. When I reply to a thread in an iPad, it appears to squeeze the textbox down (see pic)_ which does not happen when i reply using the...
View Article