Avatar shows multiple times

Hello.

I have a problem in the pedit section, when I want to edit my profile info or any member that has an avatar. ( as admin )

It show multiple avatars in the right section.

I have uploaded a png to show you exactly what I mean.

In my profile, I only have 1 avatar, but in the edit section I have multiple. If I try to delete this, the fist goes away, but the other pictures stay and cannot be deleted.

Is there a way to solve this buggy thing?

buggy.png · 259.8K · 242 views
Go un noticed ? Please say so if my post helped you in any way.
Quote · 14 Jul 2011

http://www.boonex.com/trac/dolphin/ticket/2592

Rules → http://www.boonex.com/terms
Quote · 25 Jul 2011

NO bug here.

and that ticket says
Avatar: 'manage avatars' block is not deleted upon uninstall"

After uninstalling the avatar modul the block is removed

7.0.6

Quote · 25 Jul 2011

no bug here either on multiple installs.  seems like a custom template problem to me.

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 25 Jul 2011

Thank you for double checking this, I really appreciate this, but there is definitely the problem, fixed for now:

http://www.boonex.com/trac/dolphin/changeset/15372 

Rules → http://www.boonex.com/terms
Quote · 25 Jul 2011

Well this problem, bug or what ever still persists even if UNI - template is activated, just got a new template, same problem.

How to get rid of the problem without having to uninstall avatars and changing that sql file?  I have a live site with over 1000 active members on it and uninstalling this is not the best idea...

Please help out.

Go un noticed ? Please say so if my post helped you in any way.
Quote · 2 Sep 2011

Please apply this fix on live site without reinstalling avatar module:

DELETE FROM `sys_page_compose` WHERE `Page` = 'pedit' AND `Desc` = 'Manage Avatars'; 
SET @iMaxOrder = (SELECT `Order` + 1 FROM `sys_page_compose` WHERE `Page` = 'pedit' AND `Column` = 2 ORDER BY `Order` DESC LIMIT 1); 
INSERT INTO `sys_page_compose` (`Page`, `PageWidth`, `Desc`, `Caption`, `Column`, `Order`, `Func`, `Content`, `DesignBox`, `ColWidth`, `Visible`, `MinWidth`) 
VALUES ('pedit', '998px', 'Manage Avatars', '_bx_ava_manage_avatars', 2, @iMaxOrder, 'PHP', 'return BxDolService::call(''avatar'', ''manage_avatars'', array ((int)$_REQUEST[''ID'']));', 1, 50, 'memb', 0);

Clean /cache/ folder after applying this fix.

Please note, it is assumed that profile edit page is 2 columns page and 'edit avatars' block is added into second column. If you have other layout(1 column layout) on profile edit page - this fix may not work. 

 

Well this problem, bug or what ever still persists even if UNI - template is activated, just got a new template, same problem.

How to get rid of the problem without having to uninstall avatars and changing that sql file?  I have a live site with over 1000 active members on it and uninstalling this is not the best idea...

Please help out.

 

Rules → http://www.boonex.com/terms
Quote · 3 Sep 2011

Thank you very much!

This did the trick ...

Good support and you guys responded really quick!

Go un noticed ? Please say so if my post helped you in any way.
Quote · 3 Sep 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.