Navigation menu builder

Can anyone tell me where changes are stored when you use the Navigation Builder, i,e. moving elements around, re-ordering etc.? Does it get stored in the DB or a local file somewhere? The reason is, I was to revert the menu back to how it was before I messed around with it a few days ago. I have daily backups of my server so can quite easily restore files or the mySQL database but I'd rather narrow it down to just the necessary actions to restore the navigation menu if I can.

Many thanks in advance,

Mark

Quote · 20 Dec 2013

My suggestion is this make new db run the sql backup and connect user /password the same as old db that you messed up..

 

after that you need to edit  header.inc.php  backup the file and load new edited:

find $db['db']  and edit the value the one in red.

 

$db['user']                = 'your_user';

$db['passwd']              = 'your_password';

$db['db']                  = 'your_new_db';

 

After you load it back in this way you will connect the old top menu settings.

 

Best.

Kris

"Your future is created by what you do today, not tomorrow." @ www.dexpertz.net
Quote · 20 Dec 2013

Thanks Expertzkrtis,

The only downside to that is that member's forum postings, messages etc. will also revert back to the day of the backup which is what I am trying to avoid.

I tried changing the sys_menu_top files in the var/lib/mysql folder to a few days back but unfortunately it didn't seem to make any difference.

Mark

Quote · 20 Dec 2013

Ignore that last post, I've sorted it. I forgot to clear my browsers cache. Replacing those files in var/lib/mysql did the trick.

Thanks for your response anyway.

Mark

Quote · 20 Dec 2013

Nice :) 

"Your future is created by what you do today, not tomorrow." @ www.dexpertz.net
Quote · 20 Dec 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.