Page 1 of 1
1.9.0 patches logs
Posted: Sat Aug 04, 2018 6:34 pm
by axew3
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
Re: 1.9.0 patches logs
Posted: Mon Aug 13, 2018 7:45 pm
by axew3
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)
Re: 1.9.0 patches logs
Posted: Tue Aug 14, 2018 10:45 pm
by Guest
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
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?
Re: 1.9.0 patches logs
Posted: Wed Aug 15, 2018 8:20 pm
by axew3
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):
Code: Select all
[w3allastopicforumsids topics_number="5" forums_id="3"]
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