axew3.com

Tag: wordpress

  • 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

  • WordPress shortcode for comments, widgets and excerpts

    by

    The following add_filter lines of code that will activate shortcode for Posts Comments, Widgets and Excerpts in WordPress, could also be added into your theme functions.php file. Or if you wish, you can add it on WP_w3all plugin (that allow you to show phpBB posts into WordPress) inside the wp_w3all.php file (NOTE: when plugin update…

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

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

  • WP_w3all .htaccess and Javascript for phpBB: rewrite URLs to point iframe how to (Spiders friendly)

    by

    Open .htaccess file of your phpBB root folder, search for this line: RewriteRule ^(.*)$ app.php [QSA,L] just below add the follow: #p reserved in WP RewriteCond %{QUERY_STRING} ^(.*)(iframe=true&)(.*)(p=)([0-9]+)(.*)?$ RewriteRule . /yourwp/index.php/forum/?%3post_id=%5%6 [R,L] #all others RewriteCond %{QUERY_STRING} ^(.*)(iframe=true)(.*)$ RewriteRule . /yourwp/index.php/forum/?%3 [R,L] Change on lines RewriteRule . /yourwp/index.php/forum/?%3post_id=%5%6 [R,L] and RewriteRule . /yourwp/index.php/forum/?%3 [R,L] the relative…

  • How are users identified when you add/transfer existent user
    integration of same username/email users

    by

    Problem: i have WordPress users and I have phpbb users, they have different usernames but the same email addresses. Solutions: user A into phpBB with email C user B into WP with email C user A into phpBB come to try to login WP: NOT added can’t login WP side. If you use the transfer…

  • WPD – w3all
    WordPress Dropbox integration

    by

    WPD w3all WordPress plugin for Dropbox, to display and manage shared Dropbox user’s files into WordPress user’s pages. Display shared Dropbox files, into WordPress user’s pages. Choose between Full Dropbox App or Folder App. Ajax images gallery. Choose which WP groups can use the Dropbox in WordPress. Limit files in sharing to retrieve and display…

  • Configure phpBB
    to set cookie available all over domain

    by

    OBSOLETE REMOVED it is all into new install help page, so follow this instead: OBSOLETE REMOVED