Recent Topics

1 May 03, 2016 18:35    

Hi, I find a bug in "/inc/users/model/_user.class.php: function get_identity_link( )" line :1508

                $link_login = '<span class="'.$params['login_class'].'">'.$link_login.'</a>';

I think it's better change to :

                $link_login = '<span class="'.$params['login_class'].'">'.$link_login.'</span>';

do you think so? i here will affect comments rss xml or the widget show for recent comments when a registered user have a comment, my b2v version is seem to be 6.6.8

3 May 04, 2016 03:14

@mgsolipa wrote earlier:

@weiyiling thanks for reporting.


That issue was fixed some days ago (https://github.com/b2evolution/b2evolution/commit/9a4b4b70f7586bfb4b09bf4b519695f174325c49). The fix was included in the 6.7.1-beta version. If there is a 6.6.9 version, the fix will be also included.


Regards!


So, I got it. I don't know the new version 6.6.9, I find this issue when my first reply for my first visitor on my blog yesterday, although there are some unknown bug in this blog program, I just like to find them and fix them, and I thanks I find this b2v program, it's so good and attractive!

4 May 07, 2016 12:04

Thanks @weiyiling.

We encourage you to keep looking for bugs/improvements and help us to make b2evolution getting better and better.

It would be awesome if you can also spread the word! :D

Regards!

5 May 07, 2016 16:16

@mgsolipa wrote earlier:

Thanks @weiyiling.


We encourage you to keep looking for bugs/improvements and help us to make b2evolution getting better and better.


It would be awesome if you can also spread the word! :D


Regards!

Ok, I see,=v=


Form is loading...