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
-
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…
-
phpBB replies on posts extension
The phpBB replies on posts extension that allow to make phpBB topics like Discourse is ready. Check the online example here: https://www.axew3.com/www/dev/viewtopic.php?p=41#p41 See the start topic here: https://www.axew3.com/w3/forums/viewtopic.php?t=1930
-
w3all WP phpbb users posts by IDs
Since plugin 2.9.6 > Retrieve last posts or topics for a specified phpBB user ID and display in WordPress POSTS get last user’s posts TOPICS get last updated user’s topics Params: If the param phpbb_uid is not set or the param forum_ids is not in a correct format the shortcode simply will not work. Examples:…
-
phpBB user session update
Since plugin version 2.9.6 > Note that this normally really NOT required! But you know that it is possible… Time ago someone asked how could be possible to not have the function function verify_phpbb_credentials(){ that update user’s data and the phpBB session that run each time the WP page load. By default this option has…
-
phpBB replies on posts
This is the new Posts Replies extension for phpBB.It is possible to reply on posts as more like and any feature can be added, or the look changed into anything with easy.It is fast, easy and non-intrusive. See it here: phpBB replies on posts – extension Request here: