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

Re: [KA] Accessing a template global from a plugin

Quote Reply
Re: [KA] Accessing a template global from a plugin In reply to
Depends on what you are trying to do, and how you are trying to do it.

If the plugin is called from inside the template, you can call the the tags using the current tag format (see the 3.0 beta announcement)

If you are not calling the plugin from inside the template, the globals would all be undefined, and by definition, not available.

You can load the values that *would* be in the template globals by calling the correct functions from within links that would have loaded those variables to begin with.

What globals are you trying to access?


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.
Subject Author Views Date
Thread Accessing a template global from a plugin KA 2892 Feb 21, 2006, 10:13 AM
Thread Re: [KA] Accessing a template global from a plugin
pugdog 2792 Feb 22, 2006, 10:55 PM
Thread Re: [pugdog] Accessing a template global from a plugin
KA 2781 Feb 23, 2006, 3:07 PM
Post Re: [KA] Accessing a template global from a plugin
afinlr 2764 Feb 24, 2006, 3:35 AM