Creating own radius tags

Hello…
Can anyone please guide me the way to create my own radius tags. I
created a
module which has some tags defined in them and linked them,but when i
used
the tag in the page i got an error saying undefined tag.
thanks in advance.

Try following the tutorial:
http://wiki.radiantcms.org/Creating_Radiant_Extensions

/AITOR

kranthi reddy wrote:

Hello…
Can anyone please guide me the way to create my own radius tags. I created a
module which has some tags defined in them and linked them,but when i used
the tag in the page i got an error saying undefined tag.
thanks in advance.

You basically need to create an extension - follow the tutorial on the
documentation site of Radiant. It shows how to create your own
extension and tags. When following the tutorial, just ignore the bits
that affect the admin UI and the database. Only bother with the parts
related to tags.

If you get stuck, feel free to ask - I have some notes on tag creation
that I can find if you need it.

Cheers,
Mohit.
10/22/2007 | 2:39 PM.

Hey thanks for the help…
I figured out how to created my own radius tags .I did them in lib
folder
and linked the tags and now i can use them any where i want in the
code.Welli got stuck at a new point now.
I want to create a layout ,which will be included in the list of the
layouts
when the extension is installed.In the same way like in gallery
extension.When we install that extension we get the choice of 4
different
layouts from which we can install one.I want the same with my
extension.Canu please help how to do
that.Thanks in advance

I don’t have the direct answer for this question, but how about looking
at the source for the gallery extension?

Cheers,
Mohit.
10/25/2007 | 7:26 PM.