axew3.com

Tag: phpbb

  • phpBB WordPress template integration (iframe v4)

    by

    v4 version (for cool people) OLD CODE: cool people moved to V5  

  • Shortcode: phpBB PM into WordPress

    by

    WP_w3all phpBB PM into WordPress shortcode version 1.0 check all others shortcodes listed under the “common how” to section The w3allphpbbupm shortcode display phpBB Private Messages count into a div, which html output result will be by default something like this: To display this way, you’ll add the shortcode as is: To change attributes class…

  • Transfer phpBB users into WordPress or WordPress users into phpBB

    by

    If you want to use the phpBB WordPress integration plugin just to transfer users between WordPress and phpBB or phpBB to WordPress, follow instructions on this help page: WordPress phpBB integration without linking users

  • WordPress phpBB integration without linking users

    by

    From 1.9.4 > this feature become option on plugin admin page. Activate integration without linking users between WordPress and phpBB It is possible to display Last Topics Widgets and Shortcodes to display phpBB Last Posts or Posts contents into WordPress Pages/Posts. It is also possible to use the template integration to display the phpBB forum…

  • WordPress Shortcode: last phpBB topics/posts into WP post

    by

    Vers. 1.0 check all others shortcodes listed under the “common how” to section WordPress phpBB Latest phpBB Topics shortcode how to To add a WP_w3all shortcode, and display a list of Latest updated phpBB Topics into a WordPress post/page, the WordPress shortcode to use is like this: change the topics_number value 5 with the number…

  • Synchronize Buddypress and phpBB user’s profile fields

    by

    WP_w3all 1.7.5 or > https://www.axew3.com/w3/2017/09/wordpress-and-buddypress-phpbb-profile-fields-integration

  • WP_w3all phpBB integration and phpBB profile fields

    by

    Original forum post:https://www.axew3.com/w3/forums/viewtopic.php?f=13&t=573&p=2300#p2300

  • WordPress Shortcode: phpBB posts into WP post

    by

    check all others shortcodes listed under the “common how” to section phpBB posts – WP post shortcode how to To add a WP_w3all shortcode, and display a phpBB post into a WordPress post, choose a phpBB Post ID (note: post ID NOT Topic ID) to display, and add it into WordPress post, like this: Change…

  • How to connect to external database using phpBB db classes

    by

    This is the simply way to connect to an external database in phpBB (we go to use mysql lib here, but you could use another of these available in /phpbb32/phpbb/db/driver folder changing namespace (if on php7> you need to use mysqli and NOT mysql or you’ll get error) using phpBB db classes $w3dbhost = ‘localhost’;…

  • WP_w3all for WordPress MS MU (Multisite, Multiuser network installations)

    by

    Configure WP_w3all on WordPress MS MU WordPress MU MS. The plugin can be also network activated, but the linked phpBB on each subsite, need to be the same. If the plugin is network activated, it is mandatory that the sub admin or super admin, setup/configure  into each subsite the same config of the main site…