bug in profile in dolphin 7.1.1

when i see a member profile, there are sub menus (profile, info and photos etc.)

when i click on the info i see his info. but also my own name in the header

see in the example (from boonex site)

before.png · 260.2K · 297 views
after.png · 97.8K · 316 views
Always remember that the future comes one day at a time.
Quote · 6 Apr 2013

i noticed the same thing, and was under the impression, that those were self-member links, not links for the profile you are viewing.

caredesign.net
Quote · 6 Apr 2013

I have the same thing.. It does not happen in the boonex test site so it is a code on our site someplace.. Maybe a mod.. Still trying to track it down..

Quote · 7 Apr 2013

And it is for the members profile your viewing or you would not be able to get to there info..

Quote · 7 Apr 2013

i have test this bug on boonex site, after i checked my own site

i did not installed any mod and its happen when i saw other profile 

Always remember that the future comes one day at a time.
Quote · 7 Apr 2013

Thank you for the report.

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

Rules → http://www.boonex.com/terms
Quote · 8 Apr 2013

I have same problem for timeline of user. When i look user's timeline page in the header appears links to my profile.

Quote · 8 Apr 2013

Hi guys,

after updating from 7.1.0 to 7.1.1 I saw the submenu disappearing when I clicked on any item in the submenu (Friends, Sounds, Pictures, Blog, etc).  It only happens in 7.1.1 and not 7.1.0 (had fresh copies of both versions just to confirm)

This only happens when you view another member's profile.

It does NOT happen when you look at your own profile..  The submenu stays there in this case.

 

Other than this I think 7.1.1 is a great patch.

:)

Quote · 10 Apr 2013

Same issue here - a fix would be a great thing :)

Quote · 12 Apr 2013

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

Same issue here - a fix would be a great thing :)

 

Rules → http://www.boonex.com/terms
Quote · 16 Apr 2013

Wonderful - fixed it :)

Quote · 16 Apr 2013

Awesome AlexT!

Just to mention that both modifications of file and database (Live database fields as well as the sql install file - for further installations) need to take place, then clear the cache on the site.. to make it work.

 

Thanks!

Quote · 17 Apr 2013

how did you fixed it?

this what i did in inc/classes/BxDolMenu.php  and it still not fixed


 $aResult = eval($sEval);// view my profile and view other member's profile must be in particular order $aMenuProfileView = $aResult[9]; $aMenuMyProfile = $aResult[4];         unset($aResult[9]); unset($aResult[4]);                         $aResult[9] = $aMenuProfileView;         $aResult[4] = $aMenuMyProfile;         $oCache = $GLOBALS['MySQL']->getDbCacheObject(); 

Always remember that the future comes one day at a time.
Quote · 18 Apr 2013

There are changes in database as well, try executing the following SQL queries:

UPDATE `sys_menu_top` SET `Check` = '' WHERE `ID` = 4;
UPDATE `sys_menu_top` SET `Check` = '' WHERE `ID` = 9;

don't forget to clean cache 

how did you fixed it?
this what i did in inc/classes/BxDolMenu.php  and it still not fixed

 

Rules → http://www.boonex.com/terms
Quote · 20 Apr 2013

Fixed! thank you!

Always remember that the future comes one day at a time.
Quote · 20 Apr 2013

I'm having trouble with this.  I updated the inc/classes/BxDolMenu.php and ran the queries.  I also cleared site cache and tried a different browser just to be sure.  But it still is not displayed correctly.  Is there something else I should check?

How do I view the actual db file to see if it matches the layout of http://www.boonex.com/trac/dolphin/changeset/17548/branches/7.1/install/sql/v71.sql

My DB shows this in myphp

  ID Parent Name Caption Link Order Visible Target Onclick Check Movable Clonable Editable Deletable Active Type Picture Icon BQuickLink Statistics
          4 0 My Profile {memberNick} {memberLink}|{memberUsername}|change_status.php 0 memb       1 0 0 0 1 system     0  
          5 0 Home _Home index.php 0 non,memb       3 1 1 1 1 top     1  
          6 0 People _People browse.php|search.php|calendar.php|tags.php?tags_m... 2 non,memb       3 1 1 1 1 top     0  
          7 6 All members _All Members browse.php 0 non,memb       3 1 1 1 1 custom     0  
          8 0 Search Members _Search search.php 0 non,memb       3 1 1 1 0 custom     0  
          9 0 Profile View {profileNick} {profileUsername}|pedit.php?ID={profileID} 0 non,memb       3 1 1 0 1 system     0  
Quote · 14 May 2013

you may want to edit this post to remove all the links to your cpanel...  

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 14 May 2013

 

you may want to edit this post to remove all the links to your cpanel...  

 Thanks, I think I did. Embarassed Please let me know if you still see the links.

Quote · 14 May 2013

The best way is to upgrade to 7.1.2

I'm having trouble with this.  I updated the inc/classes/BxDolMenu.php and ran the queries.  I also cleared site cache and tried a different browser just to be sure.  But it still is not displayed correctly.  Is there something else I should check?

 

Rules → http://www.boonex.com/terms
Quote · 15 May 2013

 

The best way is to upgrade to 7.1.2

I'm having trouble with this.  I updated the inc/classes/BxDolMenu.php and ran the queries.  I also cleared site cache and tried a different browser just to be sure.  But it still is not displayed correctly.  Is there something else I should check?

 

I'm sure you're right.  But I don't have the time right now to go back through and modify all of the files that will require modification with another upgrade.  I spent $100 for someone else to upgrade it from 7.1.0 to 7.1.1 a couple weeks ago and I still had several issues with modules not working correctly.  I just found another file today that I had to change.

Quote · 15 May 2013
 
 
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.