Tag: menu
menu items based on login
I'd like to have menu items display only if the member has logged in.
I see how to do it for an 'admin', but can I do it for groups? what would the syntax be? thanks.
1 comment(s)
/ mabzy
/ Q&A
/ on April 16, 2006 at 16:47
menu (Smarty extension function)
{menu} is a custom Smarty function for the construction of menus. A menu ,
in this context, is a set of links and text for a specific function.
For example, if you are signed in, the bottom of this page has a menu
with various items such as "New Comment" and "Send Feedback." If you
are the owner of a page, there are even more options like "Edit" and
"Delete." These menus are all...
0 comment(s)
/ glen
/ Templates
/ on April 20, 2005 at 16:41
