Tag: phpbb
-
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 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…
-
phpBB replies on posts extension
—
by
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
—
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 replies on posts
—
by
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:
-
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…
