Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [ArmyAirForces] Icon variables, how do I...?

Quote Reply
Re: [ArmyAirForces] Icon variables, how do I...? In reply to
Just throw "<%if not post_sticky or post_root_id%>" and "<%endif%> around:

Code:
<%-- This gives the appropriate Icon and IconAlt variables --%>
<%GForum::Post::status_icon($post_thread_hot, $post_new, $post_replies, $new_replies)%>
<nobr>
<img src="<%image_url%>/<%Icon%>" alt="<%IconAlt%>" title="<%IconAlt%>" border="0" width="13" height="15">

Then the status icon won't show up for sticky threads. Is that what you're after?

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Subject Author Views Date
Thread Icon variables, how do I...? ArmyAirForces 2898 May 24, 2003, 3:17 PM
Thread Re: [ArmyAirForces] Icon variables, how do I...?
Jagerman 2854 May 24, 2003, 3:23 PM
Post Post deleted by ArmyAirForces
ArmyAirForces 2831 May 24, 2003, 3:35 PM
Thread Re: [Jagerman] Icon variables, how do I...?
ArmyAirForces 2828 May 24, 2003, 3:41 PM
Thread Re: [ArmyAirForces] Icon variables, how do I...?
ArmyAirForces 2841 May 24, 2003, 4:46 PM
Post Re: [ArmyAirForces] Icon variables, how do I...?
Jagerman 2823 May 24, 2003, 6:18 PM