Hi Axe
Keep up the good work ! Ehrr is there also a Pre-release 1.6.0 New Feature List ?
/me runs !
1.6.0 bugs and add features lists
- Lantern
- User www
- Posts: 66
- Joined: Fri Sep 09, 2016 12:07 pm
- Location: The Netherlands
- Contact:
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Pre-release 1.6.0 bugs lists
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!
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!
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
1.6.0 bugs and add features lists
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).
And related gravatar update when he change gravatar into WP (and not only if it is done in phpBB).
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: 1.6.0 bugs and add features lists
check compatibility with social plugins like one reported: https://wordpress.org/plugins/oa-social-login/
- Lantern
- User www
- Posts: 66
- Joined: Fri Sep 09, 2016 12:07 pm
- Location: The Netherlands
- Contact:
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: 1.6.0 bugs and add features lists
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
It is on file class.wp.w3all-phpbb.php
just comment out the two lines of code
like this
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.
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
it has been added but not as option into wp_w3all config page.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 is on file class.wp.w3all-phpbb.php
Code: Select all
private static function create_phpBB_user($wpu){
Code: Select all
//$uavatar = get_option('show_avatars') == 1 ? $wpu->user_email : '';
//$avatype = (empty($uavatar)) ? '' : 'avatar.driver.gravatar';
Code: Select all
$uavatar = get_option('show_avatars') == 1 ? $wpu->user_email : '';
$avatype = (empty($uavatar)) ? '' : 'avatar.driver.gravatar';