Gossamer Forum
Quote Reply
global question
Is it possible to crate Global that will do what the <%links%> tag do, but will use different template to show the results (link.html-> link2.html).
Quote Reply
Re: [nir] global question In reply to
Hi,

Why do you want to do that? Just use;

Code:
<%if links_loop%>
<%loop links_loop%>
<%include link2.html%>
<%endloop%>
<%endif%>

Smile

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] global question In reply to
Thanks Andy,Smile
Is it possible to create a tag like<%category%> that will make the path/link of the category name in number instead of there Name.
Quote Reply
Re: [nir] global question In reply to
Hi,

No worries :)

Regarding the changing of how it builds the categories, it sounds like you need to go into Setup > Build Options > build_directory_field => ID (instead of "Name")

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] global question In reply to
Is it possible to define a one set of template" template per category" that the <%category%> tag will create number and in the default template the site will work with name in the path.