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

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

Here is the list of edits for this post
Re: [hoefti] is there tag like newest_user?
Try renaming the tag to:

new_user_top_ten

However the global is setting a loop tag so simply putting the tag name in your template won't work. You need:

Code:
<%new_user_top_ten%>

<%loop user_loop%>
<%Username%><br>
<%endloop%>

Last edited by:

Paul: Oct 5, 2002, 8:35 AM

Edit Log: