At date of this post
1.9.0 patched class.wp.w3all-phpbb.php about options:
retrieve posts based on groups (where sometime was failing)
and exclude forums to be listed on widgets
to update, download the file class.wp.w3all-phpbb.php
and replace in:
/wp-content/plugins/wp-w3all-phpbb-integration
1.9.0 patches logs
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: 1.9.0 patches logs
at date of this post:
patch applied on file wp_w3all.php
about plugin version (still was resulting plugin version 1.8.9 after update to 1.9.0)
and mums installations (that do not change substantially nothing, except that has been added code to avoid (not more necessary) edit the wp-config.php file for wp mums installations)
patch applied on file wp_w3all.php
about plugin version (still was resulting plugin version 1.8.9 after update to 1.9.0)
and mums installations (that do not change substantially nothing, except that has been added code to avoid (not more necessary) edit the wp-config.php file for wp mums installations)
Re: 1.9.0 patches logs
Hi axew, thanks for this. I can't seem to get the new [w3allastopicforumsids] shortcode to work. I attempted to implement it on a test page here, but nothing happens no matter which forum IDs I try to use. The other widgets and shortcodes seem to be working just fine though. Any ideas what might be going wrong?axew3 wrote: ↑Sat Aug 04, 2018 6:34 pm At date of this post
1.9.0 patched class.wp.w3all-phpbb.php about options:
retrieve posts based on groups (where sometime was failing)
and exclude forums to be listed on widgets
to update, download the file class.wp.w3all-phpbb.php
and replace in:
/wp-content/plugins/wp-w3all-phpbb-integration
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: 1.9.0 patches logs
hi, this is not the right place to post this, please create a new topic.
This post in reply (mine) and your will be removed in short(code) time.
All work fine on my tests about the
phpBB Latest phpBB Topics shortcode by forums IDS
that isn't the latest added shortcode-
Should commonly work.
How you use the shortcode? Exactly as explained on related help page, so using something like (for a single forum with ID 3 in this example):
The latest added shortcode is this instead:
Shortcode: display phpBB last topics grid in Wordpress with first topic's attached image
The complete shortcodes list is avalable on Help Install Page, under Common How To section
This post in reply (mine) and your will be removed in short(code) time.
All work fine on my tests about the
phpBB Latest phpBB Topics shortcode by forums IDS
that isn't the latest added shortcode-
Should commonly work.
How you use the shortcode? Exactly as explained on related help page, so using something like (for a single forum with ID 3 in this example):
Code: Select all
[w3allastopicforumsids topics_number="5" forums_id="3"]
Shortcode: display phpBB last topics grid in Wordpress with first topic's attached image
The complete shortcodes list is avalable on Help Install Page, under Common How To section