[All Adaptavist Apps]

Page tree

hello friends,

could anyone tell me how to link the page with the menu
i used import macro but its not working
any help is helpful
i am using theme builder trial version

cheers
raghu

  • No labels

2 Comments

  1. Unknown User (jlowry)

    Hi,
    You can use the compound-menuitem macro
    Using theme builder you can create menubars by wrapping compound menuitem in menubar. You can add items to the existing menu by editing the content of the menubar in theme builder.

    {menubar:id=demo1}
    {compound-menuitem:linktype|caption=text|icon=icon_name}
    {menubar}
    

    Regards,
    James.

  2. Unknown User (jlowry)

    For example to link to the feature tours page of bubbles:

    {menubar:id=demo1}
    {compound-menuitem:wikipage|space=Bubbles|page=Feature Tours|caption=Feature Tour of Bubbles}
    {menubar}
    

    Which will render like this:

    Unknown macro: {menubar}
    Unknown macro: {compound-menuitem}