axew3.com

Integration and scripts for the cool people

display phpBB into any WordPress template, as more you like

The awesome iframe template integration using shortcode

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

  • 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…

  • 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:…