Gossamer Forum
Home : Products : Gossamer Links : Discussions :

ULTRAGlobals question

Quote Reply
ULTRAGlobals question
Hello.
I'm using UltraGlobals to show random links of a category on the category page:

# Random_Links

<%Plugins::ULTRAGlobals::Random_Links(LIMIT,'category_id')%>

Example:

<%Plugins::ULTRAGlobals::Random_Links(10,$ID)%>
<%if Random_Loop.length%>
<%loop Random_Loop%>
<%include link.html%>
<%endloop%>
<%endif%>

Now my question: Is it possible to show links from all child-categories of the with $ID selected category?
Currently it shows only the links from the with $ID selected category.

Knubbel

Last edited by:

Knubbel: Aug 7, 2008, 1:59 AM
Subject Author Views Date
Thread ULTRAGlobals question Knubbel 3105 Aug 7, 2008, 1:56 AM
Thread Re: [Knubbel] ULTRAGlobals question
Andy 3034 Aug 7, 2008, 2:00 AM
Thread Re: [Andy] ULTRAGlobals question
Knubbel 3040 Aug 7, 2008, 2:11 AM
Thread Re: [Knubbel] ULTRAGlobals question
Andy 3030 Aug 7, 2008, 2:15 AM
Post Re: [Andy] ULTRAGlobals question
Knubbel 3018 Aug 7, 2008, 4:14 AM