Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Customize [url] tag

Quote Reply
Customize [url] tag
How can I customize and [email] tags? They don't show up in "Admin -> Markup -> Modify", and they are not in GForum::Config::Data ...

Any hints?

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] Customize [url] tag In reply to
Due to the complexity ([email]...[/email] has to be parsed out all at once) it can't be included as a normal template tag. Because of this, it is handled internally in the GForum/Convert.pm file.

What did you want to change with it?

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Quote Reply
Re: [jagerman] Customize [url] tag In reply to
The ability to pass it an argument, such as [email "wil@stephens.org"]mail me[/email] :-)

- wil
Quote Reply
Re: [jagerman] Customize [url] tag In reply to
Thanks for the answer, I'll have a look at it.

I want to change the fact that clicking on a link opens a new window.

Also I don't really like the redirection thing, but I understand that it's safer, so I will keep it.

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [Wil] Customize [url] tag In reply to
[url "mailto:jason@gossamer-threads.com"]mail me[/url]

mail me

That works I suppse - but I agree, it would be nicer to support arguments for all tags. _Maybe_ for 1.1.2.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Quote Reply
Re: [jagerman] Customize [url] tag In reply to
Jason

I know. It's just me being fussy, again.

I see you've changed the URL tag to add in the http:// automaticaly if I omit it. That's neat.

- wil