2.5.4 released, and coming 2.5.5 logs

User avatar
axew3
w3all User
w3all User
Posts: 2712
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: 2.5.4 released, and coming 2.5.5 logs

Post by axew3 »

It is something hard to be detected only looking by fron-end.
Have you try to switch to (for example) twentysixteeen theme (or a default wp theme)
for a while, and test if it still happen?
Remember that you have to put the page-forum (board) or rebuild it via plugin admin, into the active template folder you go to activate.
If still the problem persist, it mean that it is some plugin then.
Try to disable plugins you think could cause the problem and test.
If you discover what it is, let know!
User avatar
floxshifu
User www
User www
Posts: 50
Joined: Sun Sep 18, 2016 6:14 pm

Re: 2.5.4 released, and coming 2.5.5 logs

Post by floxshifu »

I'll try tomorrow.

Good night!
User avatar
axew3
w3all User
w3all User
Posts: 2712
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: 2.5.4 released, and coming 2.5.5 logs

Post by axew3 »

The plugin code actually setup avatars output on all widgets and shortcodes if option active into plugin admin page.
On 2.5.5 w3allastopics and w3allastopicforumsids shortcodes will add avatar parameter: no_avatars set as 1 will remove avatars from shortcode output, despite avatars option activated into plugin admin
no_avatars="1"

Code: Select all

[w3allastopics topics_number="5" post_text="1" text_words="30" no_avatars="1"]
[EDITED]
User avatar
axew3
w3all User
w3all User
Posts: 2712
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: 2.5.4 released, and coming 2.5.5 logs

Post by axew3 »

on 2.5.5 has been added the feature/option that will allow to delete users in phpBB, when deleted in WordPress.
By default users deleted in WP are deactivated in phpBB, and it will continue to be the default behavior if option not active (and even if active: so that if the cURL will fail, the user will be by the way deactivated).
To correctly work it will require to install the phpBB WP integration extension into phpBB.
User avatar
axew3
w3all User
w3all User
Posts: 2712
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: 2.5.4 released, and coming 2.5.5 logs

Post by axew3 »

function wp_w3all_get_phpbb_post_short( $atts ) {
that render the post via single post shortcode
has been fixed to not display the
attachment panel on bottom of the rendered post, if there are no attachments to display (both because there are no attachments on post, or because all attachments have been already placed inline
User avatar
axew3
w3all User
w3all User
Posts: 2712
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: 2.5.4 released, and coming 2.5.5 logs

Post by axew3 »

The idea to put the phpBB extension within the plugin folder has been a bad idea.
It is not good to be maintained.
To make it all more easy and clear about updates and installation
the phpBB extension code will be moved into a proper page where will be easy to follow each release and download

this log about avatars shortcode param (named no_avatars instead) has been updated:
viewtopic.php?p=5505#p5505
Post Reply