Search found 9 matches
- Sat Aug 17, 2024 8:09 pm
- Forum: phpBB Custom Coding
- Topic: Add IP column in Inactive User
- Replies: 0
- Views: 158
Add IP column in Inactive User
Let's go! in adm/styles/acp_inactive.html Look for <th>{L_EMAIL}</th> Add after <th>{L_IP}</th> Find <td style="vertical-align: top;">{inactive.USER_EMAIL}</td> Add after <td style="vertical-align: top;">{inactive.USER_IP}</td> in includes/acp/acp_inactive.php Look for 'USER_EMAI...
- Thu Aug 01, 2024 1:23 pm
- Forum: Support phpBB 3.2
- Topic: Unable to retrieve configuration file data for style
- Replies: 0
- Views: 275
Unable to retrieve configuration file data for style
In case a style directory has been deleted without prior uninstallation and the error « Unable to retrieve configuration file data for style: XYZ » is displayed, simply create a directory with the same name as the one indicated by the error message and add a simple style.cfg file ( even empty, in wh...
- Sun Jun 09, 2024 8:12 am
- Forum: phpBB Custom Coding
- Topic: How to get number of users online?
- Replies: 0
- Views: 278
How to get number of users online?
I need to have number of users online for statistics block in my index_body template, only the number not the whole string which is {{ TOTAL_USERS }} How can this be done? Open ./language/en/common.php and find: // "... :: x registered, y hidden and z guests" 'ONLINE_USERS_TOTAL_GUESTS' =...
- Sat Jun 08, 2024 5:53 pm
- Forum: phpBB Custom Coding
- Topic: « Notify me when a reply is posted » default to YES
- Replies: 0
- Views: 235
« Notify me when a reply is posted » default to YES
I would like newly registered users to have the « Notify me when a reply is posted » option set to YES by default. Is there an easy way to do this? Edit the posting_editor.html file and find: <div><label for="notify"><input type="checkbox" name="notify" id="notify...
- Sat Jun 08, 2024 6:45 am
- Forum: phpBB Discussion
- Topic: What PHP version can I install with version 3.2.x
- Replies: 0
- Views: 535
What PHP version can I install with version 3.2.x
See requirements topic. Conclusion: if you want to continue with phpBB 3.2 you could, but you should update to 3.2.11 (and you can use PHP version up to 7.2) Bear in mind that all PHP versions lower than 8.1.x are End Of Life, and 8.1 only has security maintenance for another 5 months (no active sup...
- Fri Jun 07, 2024 7:49 am
- Forum: Announcements
- Topic: End of support for phpBB 3.2.x
- Replies: 0
- Views: 393
End of support for phpBB 3.2.x
On phpbb.com the end of support for versions 3.2 of phpBB will be effective on 1 st August 2024. Packages will still be available at this link As a reminder, phpBB 3.2.x reached its End of Maintenance date in August 2020 and no longer receives maintenance fixes or security. Although there are no kno...
- Fri Jun 07, 2024 7:18 am
- Forum: Support phpBB 3.2
- Topic: Enabling debug mode
- Replies: 0
- Views: 250
Enabling debug mode
There are several debugging options that can be enabled to display information that is normally hidden or limited. This is what the default content of the ./config.php file under phBB Rhea should look like: <?php // phpBB 3.2.x auto-generated configuration file // Do not change anything in this file...
- Thu Jun 06, 2024 5:18 pm
- Forum: Announcements
- Topic: phpBB 3.2 Requirements
- Replies: 0
- Views: 278
phpBB 3.2 Requirements
phpBB has a few requirements which must be met before you are able to install and use it. In this section, these requirements are explained. A webserver or web hosting account running on any major Operating System with support for PHP A SQL database system, one of: MySQL 3.23 or above (MySQLi suppor...
- Thu Jun 06, 2024 2:56 pm
- Forum: Announcements
- Topic: Welcome to Refugees phpBB 3.2
- Replies: 0
- Views: 304
Welcome to Refugees phpBB 3.2
About This Site This site was set up to welcome those users of phpBB that are still using version 3.2.x. We intend to offer this site as a new community to replace the non su-pported forums at the official site. Note that this site is in no way official nor is it affiliated with or authorized by th...