Creating Radiant Extensions Tutorial

I just finished up the rough draft of the Creating Radiant Extensions
Tutorial:

http://wiki.radiantcms.org/Creating_Radiant_Extensions

Corrections or suggestions are welcome. Better yet, feel free to make
changes yourself. After all, what’s a wiki for anyway? :slight_smile:


John L.
http://wiseheartdesign.com

Looks great! Thanks for taking the time to put this together.

On 6/23/07, John W. Long [email protected] wrote:

John L.
http://wiseheartdesign.com


Radiant mailing list
Post: [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site: http://lists.radiantcms.org/mailman/listinfo/radiant


I am always doing that which I can not do, in order that I may learn how
to
do it. - Pablo Picasso

Very useful. Thanks John
That enabled me to write my first simple extension.

On 6/23/07, John W. Long [email protected] wrote:

John L.
http://wiseheartdesign.com


Radiant mailing list
Post: [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site: http://lists.radiantcms.org/mailman/listinfo/radiant


Manik J.
company: http://vinsol.com
blog: http://fromdelhi.com

Man! I was waiting for so long! Finally. Congrats!
Now I can write some extensions that I needed for a long time.

Well Done!
Cheers!


Pablo Q.
FRM - UTN - Mendoza - Argentina

Manik Juneja wrote:

Very useful. Thanks John
That enabled me to write my first simple extension.

Hurray! Extensions live!


John L.
http://wiseheartdesign.com

Hi,

I noticed that you made some tags using

Page.send :include LinkRollTags

Are the link roll tags global tags after doing this? If so, is this the
recommended approach for creating global tags?

I followed Sean C.’ example by adding to page context this which I
encapsulated by doing

PageContext.after_initialize do
define_tag ‘hello’ do |tag|
‘world’
end
end

I’d like to know the preferred way of doing this. Thanks,
Cyx

Cyril,

The preferred way is the one shown in the extensions tutorial. The
How-To I wrote was designed for Radiant 0.5.2.

Sean

Nice! in that case i can drop all the hacks :slight_smile:

Thanks,
Cyx