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

Re: [EZFrag] How to use this function in a CGI script

Quote Reply
Re: [EZFrag] How to use this function in a CGI script In reply to
Oh, yea and after the function is called in the templates, the return values is used like this:

Code:
<%loop posts_loop%>
<tr>
<td class="ftablecol"><%if post_post_replies%>
<img src="/images/forum/with_replies.gif" width="13" height="15" border="0"
align="absmiddle" alt="With Replies">
<%else%>
<img src="/images/forum/no_replies.gif" width="13" height="15" border="0"
align="absmiddle" alt="No Replies">
<%endif%>
</td>
<td class="ftablecol"><a href="/cgi-bin/forum/gforum.cgi?post=<%post_post_id%>;page=unread#unread">
<%short_post_post_subject%></a></td>
<td class="ftablecol" align="center" style="border-right:0px"><%post_post_replies%></td>
</tr>
<%~endloop%>


Sacrifice is not about what you lose,
it is about what you gain in the process.
Subject Author Views Date
Thread How to use this function in a CGI script EZFrag 6297 Apr 3, 2008, 2:46 AM
Thread Re: [EZFrag] How to use this function in a CGI script
EZFrag 6181 Apr 3, 2008, 2:58 AM
Thread Re: [EZFrag] How to use this function in a CGI script
Andy 6225 Apr 3, 2008, 3:33 AM
Thread Re: [Andy] How to use this function in a CGI script
EZFrag 6162 Apr 3, 2008, 4:37 AM
Thread Re: [EZFrag] How to use this function in a CGI script
Andy 6208 Apr 3, 2008, 4:55 AM
Thread Re: [Andy] How to use this function in a CGI script
EZFrag 6162 Apr 3, 2008, 5:16 AM
Thread Re: [EZFrag] How to use this function in a CGI script
Andy 6167 Apr 3, 2008, 5:30 AM
Thread Re: [Andy] How to use this function in a CGI script
EZFrag 6174 Apr 3, 2008, 5:38 AM
Thread Re: [EZFrag] How to use this function in a CGI script
Andy 6177 Apr 3, 2008, 6:02 AM
Thread Re: [Andy] How to use this function in a CGI script
EZFrag 6157 Apr 3, 2008, 6:26 AM
Post Re: [EZFrag] How to use this function in a CGI script
Andy 6156 Apr 3, 2008, 6:31 AM