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

Re: [webmaster33] Passing data to globals, no tags

Quote Reply
Re: [webmaster33] Passing data to globals, no tags In reply to
Quote:
But the bug should be fixed anyway!
It's a bug, which is dated back to 2002, and still NOT FIXED!

Its not a bug =) (i.e there isn't a fix).

You have to just do;

<%set variable = global_name(opts)%>
<%if variable eq "English"%>englsh<%endif%>

..but can't do;

<%if global_name(opts) eq "English"%>englsh<%endif%>

..it won't work, as your trying to pass the paramaters through, which gets passed in as null.

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!
Subject Author Views Date
Thread Passing data to globals, no tags pugdog 5437 Dec 2, 2004, 11:43 PM
Thread Re: [pugdog] Passing data to globals, no tags
Andy 5369 Dec 3, 2004, 12:19 AM
Thread Re: [Andy] Passing data to globals, no tags
pugdog 5348 Dec 3, 2004, 12:37 AM
Thread Re: [pugdog] Passing data to globals, no tags
afinlr 5337 Dec 3, 2004, 10:13 AM
Thread Re: [afinlr] Passing data to globals, no tags
pugdog 5323 Dec 4, 2004, 8:32 PM
Thread Re: [pugdog] Passing data to globals, no tags
webmaster33 5187 Jan 17, 2006, 11:21 AM
Thread Re: [webmaster33] Passing data to globals, no tags
Andy 5228 Jan 18, 2006, 12:03 AM
Thread Re: [Andy] Passing data to globals, no tags
webmaster33 5161 Jan 18, 2006, 3:42 AM
Thread Re: [webmaster33] Passing data to globals, no tags
Andy 5221 Jan 18, 2006, 3:55 AM
Post Re: [Andy] Passing data to globals, no tags
webmaster33 5161 Jan 18, 2006, 4:11 AM
Post Re: [pugdog] Passing data to globals, no tags
webmaster33 5178 Jan 17, 2006, 10:37 AM
Post Re: [pugdog] Passing data to globals, no tags
webmaster33 5205 Jan 17, 2006, 11:13 AM