The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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.

TAGS
AUG Leaders

Atlassian Community Events