1.6.0 bugs and add features lists

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: 1.6.0 bugs and add features lists

Re: 1.6.0 bugs and add features lists

by Lantern » Sun Feb 12, 2017 10:36 pm

Thx Axew3 #goodwork !

Re: 1.6.0 bugs and add features lists

by axew3 » Sun Feb 12, 2017 12:32 am

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.

Re: 1.6.0 bugs and add features lists

by Lantern » Thu Feb 09, 2017 10:25 am

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

/me runs!

Re: 1.6.0 bugs and add features lists

by axew3 » Wed Feb 08, 2017 10:24 pm

check compatibility with social plugins like one reported: https://wordpress.org/plugins/oa-social-login/

1.6.0 bugs and add features lists

by axew3 » Tue Feb 07, 2017 5:43 pm

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: Pre-release 1.6.0 bugs lists

by axew3 » Mon Feb 06, 2017 2:38 pm

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!

Top