Integration and scripts for the cool people
display phpBB into any WordPress template, as more you like
The awesome iframe template integration using shortcode
WordPress phpBB integration plugin install steps
Minimal and fast site re-built (from WP Twentysixteen) using the WP Twentytwentyfour theme and Gutenberg blocks editor without any custom addition. See the basic example into a simple custom template page with two columns, using the shortcode template integration example phpBB WordPress template integration
-
phpBB WordPress template integration (iframe v6)
V6 version (for the cool people) UNDER CONSTRUCTION JS code – updated on 01 Dec 2025 shortcode files – updated on 01 Dec 2025 Help steps – updated on 06 Jul 2024 NOTE: since plugin version 3.0.5> UNDER CONSTRUCTION WordPress phpBB iframe template integration To do an awesome Template integration by Shortcode, that’s compatible with…
-
Custom phpBB config.php file inclusion
If you wish to NOT store the phpBB db credentials into the WP database, it is possible to use the custom phpBB config.php file inclusion and use it in this way: if not done already because you want to use custom files for shortcodes etc, create the folder /wp-content/plugins/wp-w3all-custom/ add into the new created wp-w3all-custom…
-
WP phpBB integration Plugin code global vars
the $avoid_w3all_password_check global var can be used to avoid the default WordPress check password overwrite. Set to 1 to activate it. Maybe put it into the custom code file More useful global vars to be used:
-
WP phpBB integration global vars: how to use
NOTE: plugin version 3.0.0> using the Custom file inclusion $avoid_w3all_password_check the $avoid_w3all_password_check var is initialized as empty into the wp_w3all.php file and can be set as global and assigned/changed with a value of 1 in certain specific cases. This will avoid the replacement of the WP default wp_check_password: $avoid_w3all_password_check = 1; using the Custom file…
-
WordPress phpBB custom code file
The custom file /wp-content/plugins/wp-w3all-phpbb-integration/common/custom_functions.php can be used to fire hooks, declare functions or vars of any kind. Any other plugin can so work along with the integration plugin in any possible aspect as more like. If the file custom_functions.php exist into the custom created folder named wp-w3all-custom it will be parsed as part of the…
