Monday 31 March 2008 2:37:53 am
Okay, I modified /kernel/content/action.php: http://phpfi.com/306446 This now changes the priority value of the current node and all of its siblings.
One problem is left: The main menu won't change at the homepage (only there). This is not a browser/proxy cache poblem and "manually" clearing the eZ Publish cache wont help. I fetch the data in this way:
{def
$mainMenu=treemenu($module_result.path,,,0,3)
$block=1
$text=''
$level=0
$indention=''
$lastlevel=0
$blockMenu=0
}
Basti
|