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

Products: Gossamer Forum: Development, Plugins and Globals: Re: [webmaster33] is there tag like newest_user?: Edit Log

Here is the list of edits for this post
Re: [webmaster33] is there tag like newest_user?
To use this outside of the forum - say on your homepage, you need to make an action.

1) You need to place a template file in TEMPLATES/DEFAULT

Here is my template:

newest_user.html

<html>
<head>
<%include include_css.html%>
</head>
<%body_tag%>

<%body_table%>
<table cellspacing="0" border="0" width="100%">
<tr><td><B>Our newest member is: <%newest_user%></B></td></tr>
<%/body_table%>
</body>
</html>



2) Through the Admin Panel

----------- click setup

-----------click ACTIONS

-----------click ADD ACTION (I called my display_newest_user)

-----------Insert the name of the template file in field called PAGE

Here is my SSI: <!--#include virtual="/cgi-bin/forum/gforum.cgi?do=display_newest_user"-->



Thanks yogi for pointing me in the right direction...

Last edited by:

shiner: Jun 3, 2002, 1:43 PM

Edit Log: