Gossamer Forum
Home : Products : Gossamer Forum : Development, Plugins and Globals :

Re: [brewt] Remove "none" from post icons

Quote Reply
Re: [brewt] Remove "none" from post icons In reply to
No, that didn't work.

It's something to do with:

Code:
<%loop icons%><% -- The first loop contains nothing - it is used for a "none" option -- %>
<td><table border=0 cellspacing=0 cellpadding=0><tr valign="middle">
<td align=right><input type="radio" name="post_icon" onActivate="updateTab(this.value)"<%if first%> tabindex=5<%endif%> value="<%unless first%><%icon_filename%><%endunless%>"<%if not first and post_icon eq $icon_filename%> checked<%elsif first and not post_icon%> checked<%endif%>></td>
<td align=left><%if first%><%body_font%><small>none</small><%/body_font%><%else%><img src="<%image_url%>/<%icon_filename%>"><br><%endif%></td>

I'm trying to replace none with <%image_url%>/icon1.gif.

I'll have another look at it later when I have more time. Wink
Subject Author Views Date
Thread Remove "none" from post icons MJB 2938 Jun 27, 2006, 2:32 PM
Thread Re: [MJB] Remove "none" from post icons
brewt 2867 Jun 27, 2006, 2:39 PM
Post Re: [brewt] Remove "none" from post icons
MJB 2857 Jun 27, 2006, 4:02 PM