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).
May 19, 2005, 2:00 AM
Veteran / Moderator (18436 posts)
May 19, 2005, 2:00 AM
Post #2 of 5
Views: 2343
Hi,
Why do you want to do that? Just use;
<%loop links_loop%>
<%include link2.html%>
<%endloop%>
<%endif%>
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!
Why do you want to do that? Just use;
Code:
<%if links_loop%> <%loop links_loop%>
<%include link2.html%>
<%endloop%>
<%endif%>

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!
May 19, 2005, 6:14 AM
Veteran / Moderator (18436 posts)
May 19, 2005, 6:14 AM
Post #4 of 5
Views: 2326
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!
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!