Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [hoefti] loop 'Font Color' or 'Font Attribute' usw

Quote Reply
Re: [hoefti] loop 'Font Color' or 'Font Attribute' usw In reply to
The easiest way would probably be to add new page actions (Setup -> Actions) - have them parse markup_help_font.html, for example, and markup_help_icons.html. Then copy over markup_help.html to those two template. Inside the <%loop markup_loop%> of each page, add:

<%if type ne 'xyz'%><%nextloop%><%endif%>

'xyz' should be one of the text strings for the markup tags, as defined in the admin panel (i.e. 'Font Color', 'Font Attribute', 'Emotion Icon', etc.). If you wanted to combine a few on a page, you would use:

<%if type ne 'xyz' and type ne 'zyx'%>

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Subject Author Views Date
Thread loop 'Font Color' or 'Font Attribute' usw hoefti 2435 Apr 16, 2003, 1:50 PM
Thread Re: [hoefti] loop 'Font Color' or 'Font Attribute' usw
Jagerman 2377 Apr 17, 2003, 12:57 PM
Post Re: [Jagerman] loop 'Font Color' or 'Font Attribute' usw
hoefti 2347 Apr 17, 2003, 1:55 PM