Page 2 of 3
Re: Pre-release 1.6.0 bugs lists
Posted: Mon Feb 06, 2017 1:18 pm
by Lantern
Hi Axe
Keep up the good work ! Ehrr is there also a Pre-release 1.6.0 New Feature List
?
/me runs !
Re: Pre-release 1.6.0 bugs lists
Posted: Mon Feb 06, 2017 2:38 pm
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!
1.6.0 bugs and add features lists
Posted: Tue Feb 07, 2017 5:43 pm
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).
Re: 1.6.0 bugs and add features lists
Posted: Wed Feb 08, 2017 10:24 pm
by axew3
check compatibility with social plugins like one reported:
https://wordpress.org/plugins/oa-social-login/
Re: 1.6.0 bugs and add features lists
Posted: Thu Feb 09, 2017 10:25 am
by Lantern
feature: "new"notification latest forum topic widget? see:
clicky
/me runs!
Re: 1.6.0 bugs and add features lists
Posted: Sun Feb 12, 2017 12:32 am
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.