This ADDON for Open-Realty 2 is for a flexible menu setup.
The admin interface allows you to store all your menu items in the database. As soon as you add a page with the page editor the page can be added to the menu with the menu editor.
The template tag: {addon_sqlmenu_display_identifier} will display the menu on your site. (identifier is a dynamic item)
The template tag: {addon_sqlmenu_css} includes a link to the css fil.
All instructions are included in a pdf document. There you will also find the change log. Note that this new release includes a complete make over of all the code. Basically I have rewritten the whole addon to make it object oriented.
This new release adds a lot more flexibility. You can now add more than one menu to your template, and more important, you can define your own layout. This is all templated in the admin section.
I would very very much appreciate your comments!
Changelog
1.0.3.:
Features
Re written the complete code base to make it object oriented. Created two classes: menu and menu-item. The menu class defines the menu, the menu-item class defines all menu-items
Added support for more menus using different identifiers. Therefore the template tag: {addon_sqlmenu_display} has changed to {addon_sqlmenu_display_identifier}
1.0.2:
Features
Added change layout support with lots of new tags. Deleted the default layout from the php code.
1.0.1:
Bugs:
Fixed a bug with apostrof in log action
Fixed versioning
Features:
replaced menu.css with menu_css.php and put in template dir
added tag {addon_sqlmenu_css} to include link to css file. In version 1 the css file was not used by default
added functionality to determine what page is loaded. This way the active page gets a different layout in menu.
added logout page to set of pages that can be selected from admin module
1.0 - First public version.
Last edited by erenger; 10-23-2005 at 03:30 PM.
Reason: New release v1.03
Bookmarks