1.6.0 bugs and add features lists

User avatar
Lantern
User www
User www
Posts: 66
Joined: Fri Sep 09, 2016 12:07 pm
Location: The Netherlands
Contact:

Re: Pre-release 1.6.0 bugs lists

Post by Lantern »

Hi Axe

Keep up the good work ! Ehrr is there also a Pre-release 1.6.0 New Feature List ;)?

/me runs !
User avatar
axew3
w3all User
w3all User
Posts: 2713
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Pre-release 1.6.0 bugs lists

Post by axew3 »

Yes it is done release after release, It is useful for remind. Somewhere i need to sticky/PostIt .
If you're not so precise, you need to constrain yourself to be so :) ... so why not.
Also someone maybe will read and help!

I will take a look as soon at next 1.6.0 resolving all what in list, as released the next chat plugin ... an integration plugin of an awesome, free chat. That there are not so similar all around ... Coming!
User avatar
axew3
w3all User
w3all User
Posts: 2713
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

1.6.0 bugs and add features lists

Post by axew3 »

If an user register WP side and set Gravatar, this should be added into phpBB also.
And related gravatar update when he change gravatar into WP (and not only if it is done in phpBB).
User avatar
axew3
w3all User
w3all User
Posts: 2713
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: 1.6.0 bugs and add features lists

Post by axew3 »

check compatibility with social plugins like one reported: https://wordpress.org/plugins/oa-social-login/
User avatar
Lantern
User www
User www
Posts: 66
Joined: Fri Sep 09, 2016 12:07 pm
Location: The Netherlands
Contact:

Re: 1.6.0 bugs and add features lists

Post by Lantern »

feature: "new"notification latest forum topic widget? see: clicky

/me runs!
User avatar
axew3
w3all User
w3all User
Posts: 2713
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: 1.6.0 bugs and add features lists

Post by axew3 »

About notification i've take a look to release on this 1.6.0 (update!) but will be added as option on 1.6.1 or 2 .
As option because there is no way to do this into the query that already exist or i've still not see the right way to achieve it into one single.
I will see so better the thing. Like avatar, so, presumably it will be added as option to activate or not.

about
If an user register WP side and set Gravatar, this should be added into phpBB also.
And related gravatar update when he change gravatar into WP (and not only if it is done in phpBB).
it has been added but not as option into wp_w3all config page.
It is on file class.wp.w3all-phpbb.php

Code: Select all

private static function create_phpBB_user($wpu){
just comment out the two lines of code

Code: Select all

//$uavatar = get_option('show_avatars') == 1 ? $wpu->user_email : '';
     //$avatype = (empty($uavatar)) ? '' : 'avatar.driver.gravatar';
like this

Code: Select all

     $uavatar = get_option('show_avatars') == 1 ? $wpu->user_email : '';
     $avatype = (empty($uavatar)) ? '' : 'avatar.driver.gravatar';
1.6.0 resolve definitively the first login fail when user register first time in WP side, update resizer, and more minor fixes. 1.6.1 is coming soon.
Post Reply