axew3.com

Category: Wordpress phpBB integration

  • Custom phpBB config.php file inclusion

    by

    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

    by

    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

    by

    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

    by

    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…

  • w3all WP phpbb users posts by IDs

    by

    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

    by

    Since plugin version 2.9.6 > Note that this normally 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 not…

  • phpBB usernames migrated to WordPress with native language characters

    by

    Note: plugin version 2.9.0 > See more about or reply here: https://www.axew3.com/w3/forums/viewtopic.php?t=1920 To allow phpBB users to be transferred/migrated in WordPress using their non Latin language characters, it is required to add into the wp.config.php file the following line of code after the line See more about or reply here: https://www.axew3.com/w3/forums/viewtopic.php?t=1920

  • WordPress roles phpBB groups switches functions

    by

    Functions on file: wp_w3all.php Note: plugin version 2.9.0 > See more or reply here: https://www.axew3.com/w3/forums/viewtopic.php?t=1918 w3all_wp_USERS_roles_switch w3all_wp_USERS_roles_switch( $phpbb_u_emails__wp_roles ); this function works also like a little API: it can be fired using cURL with specific parameters, or can be used as internal function in WP, called into any action or filter I realized after, that…

  • w3all WP heartbeat phpbb lastopics

    by

    check all shortcodes listed under the “common how to” section Require the WP phpBB integration plugin version 2.8.3 or > Params: only topics_number. ** Read below Refer to the inline shortcode hints on the plugin admin page – HeartBeat Last Topics Shortcode. Note this (as mentioned into the inline hints): the value of the Option…

  • Shortcode: Login widget

    by

    check all others shortcodes listed under the “common how” to section Note that it is commonly not required anymore this kind of shortcode, since any login form by any other plugin or the default WordPress login can be used. To use the Login Widget shortcode add: The file to edit for customization is wp-content/plugins/wp-w3all-phpbb-integration/views/wp_w3all_login_form_short.php