Jump to content

Menu options at top of page


Michael R

Recommended Posts

We've done this with a Pages block and a small template change. What I did is create a Pages block with the HTML for the links, and I set the permissions for the block so that only appropriate groups can see it (i.e. clients). Then, in the userBar template, I call the block with:

{block="client_links"}

That's all ^_^ Using the built-in permissions of Pages blocks is really useful for things like this!

Link to comment
Share on other sites

In our case, the Pages block includes HTML like this:

<li><a href='#'>...</a></li>
<li><a href='#'>...</a></li>

i.e. just some list items. Then, in the userBar template, add {block="client_links"} just after the line that starts <ul id='elUserNav'... 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...