Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multi-level navigation and easy menu definition
#15
Wanted to mention a compatibility bug with GS 3.0B.
Container with variable "MENU_TEXT" isn't replaced (hidden/deleted/emptied) by the jscript
Code:
$('#post-menu').closest('div').find('span').empty().html(<?php echo json_encode($i18n['MENU_TEXT']); ?>);

in editextras.php file (line 90).
Instead it's called twice, thus it leads to render a bit messed site options.

Deleting above line, and messing with edit.php does the thing, but it's a dirty solution.


edit: seems it's not that simple, and I don't know how to fix it, to menu order as it is supposed.
Addons: blue business theme, Online Visitors, Notepad
Reply


Messages In This Thread
Multi-level navigation and easy menu definition - by yojoe - 2011-03-02, 07:45:35



Users browsing this thread: 3 Guest(s)