• No labels

3 Comments

  1. Unknown User (james.pun@printsoft.com)

    We are using Adaptavist Theme Builder. I would like the macro for adding a company logo on the Menu panel in our Layout. I don't want the logo to appear in Header panel.

    Currently we have the following on the Menu within Confluence:

    • About Us
    • Our People
    • Our Teams
    • What's New
    • View
    • Edit
    • Sign Off
    • Search box

    I would like the logo to appear at the far right side of the Menu bar after the Search Box.

    I have the following code. It would be appreciated if soemone can help me with the code to add the logo at far right after the search box. Thanks. Much appreciated,

     {table:width=80%|cellpadding=0|cellspacing=0|border=0}
    {tr}
    {td:valign=middle}
    {menubar:electric=true}
    {menuitem}{menulink:home|space=PSC}About Us{menulink}{menuitem}{menuseparator}
    {menuitem}{menulink:home|space=HR}Our People{menulink}{menuitem}{menuseparator}
    {menuitem}{menulink:home|space=HR/Our+Teams}Our Teams{menulink}{menuitem}{menuseparator}
    {menuitem}{menulink:home|space=PSC/What's+New}What's New{menulink}{menuitem}{menuseparator}
    {viewmenu}{menuseparator}
    {editmenu}{menuseparator}
    {menuitem}{menulink:Logout}Sign Out{menulink}{menuitem}
    {menubar}
    {td}
    {td:align=right}
    {search-box}
    {td}
    {tr}
    {table}
    
    1. Mark Gibson

      If you are using Theme Builder 4, you can upload an image into your layout using the 'Resources' tab and then add the following to the end of the table row:

      {td}{image:YOUR_LAYOUT_ID::your_company_logo.png}{td}
      

      (obviously change the YOUR_LAYOUT_ID, and your_company_logo.png names)

      1. Unknown User (james.pun@printsoft.com)

        Mark,
        Thank you for the prompt response. Unfortunately,we are using Theme Builder 3.3.6 conf210). Is there an alternative considering we are usibng a lower version?

        James