Categories > TinyButStrong general >

showing links without htmlconv=no

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Jason
Date: 2009-01-14
Time: 18:38

showing links without htmlconv=no

Hello,

Is there a way to only show links without using htmlconv=no? 

I have a function that converts links in a body of text (http://www.google.com) to an html link (<a href='http://www.google.com'>http://www.google.com</a>). 

I try [var.apply;onformat=clickable_link] and the function is called and applied but the html is converted.  I'm trying to avoid using htmlconv=no because the field is user generated.

Any advice?
By: Jared
Date: 2009-01-22
Time: 03:05

Re: showing links without htmlconv=no

How about this:

<a href="[var.apply;magnet=a]">[var.apply]</a>