Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Themebuilder builder-show can hide the content of a component but not the border around it.

Sam Kenny
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 17, 2013

In Adaptavist's Themebuilder, if I add the following code to the content of the left sidebar:

{builder-show:group=ABC}
{pagetree2:branchStyle=arrow|iconStyle=builder}
{builder-show}

it hides the pagetree2 component correctly from everyone other than those in group ABC. However, the border for the LeftSidebar is still displayed. How can this be removed?

I see the same thing If I try something similar in the Navigation component.

I am running Confluence 3.5.13 and Themebuilder 4.2.

Any suggestions welcome!

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Steve Gerstner [bridgingIT]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 27, 2014

You can use CSS.

You need to identify the element with the border and then set it to

border: 0px;

Next you should write an useracro like:

<style>
.BORDERCLASS { border: 0px; } 
</style>

and put it in your themebuilder

{builder-show:group=ABC}
{hideMyBorderUserMacro}
{pagetree2:branchStyle=arrow|iconStyle=builder}
{builder-show}

TAGS
AUG Leaders

Atlassian Community Events