How can I use excerpt:hidden=true in a template with textarea

RomanP August 24, 2011

Example template:

{excerpt:hidden=true}
@EXCERPTData|textarea(5x10)@
{excerpt}
When using this template, the textarea doesn't show up and after clicking 'Insert Variables' it creates an empty page

Using the same template without 'hidden=true', the textarea shows up, but the the 'excerpt' is not hidden

1 answer

1 accepted

0 votes
Answer accepted
David Peterson
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.
August 25, 2011

I don't think there's any way of achieving it with standard templates, but you can certainly do it with the Scaffolding Plugin. Something like this:

{hidden-data}
{excerpt-data:Excerpt|type=area|width=400px|height=5em}
{hidden-data}

I guess an alternative would be using {hide-if} from the Visibility Plugin (or the similar {builder-hide} macro from Adaptavist's Theme Builder), something like so:

{hide-if:action=view}

{excerpt:hidden=true}

@EXCERPTData|textarea(5x10)@
{excerpt}

{hide-if}

Hope that helps!

RomanP August 29, 2011

Thanks a lot,

I used {hide-if} and that worked.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events