Developer-Community.com

Software => Rightload - Official Forums => Topic started by: kangmin on November 20, 2011, 08:25:56 PM

Title: about custom url tags
Post by: kangmin on November 20, 2011, 08:25:56 PM
I want to uploading images with my own url tag!

just like - <a href="javascript:void(SLB('$url','image','true',''));"><img src="$url" width="500" border="0"></a>

there's no way modify url tag in rightload.

in tags.xml just '$url, $thumburl, $filename' tag's only permit.

pls, show me the way.
Title: Re: about custom url tags
Post by: nk on November 20, 2011, 11:47:27 PM
Hello,

I am very sorry, but I don't really understand what the problem is. Could you please give me two examples: one of what the output looks like, and one of how you want the output to look like? Maybe that will help me understand.
Title: Re: about custom url tags
Post by: nk on November 23, 2011, 05:26:24 PM
I'm sorry, I really don't understand what the problem is. I added the following line to the tags.xml file (above the line starting with <!--) and everything seems to work fine:

Code: [Select]
<Tag Name="Test URL" Result="&lt;a href=&quot;javascript:void(SLB('$url','image','true',''));&quot;&gt;&lt;img src=&quot;$url&quot; width=&quot;500&quot; border=&quot;0&quot;&gt;&lt;/a&gt;" />
Title: Re: about custom url tags
Post by: kangmin on November 23, 2011, 11:35:33 PM
thank you so much.
Title: Re: about custom url tags
Post by: chunkie on January 12, 2012, 04:04:17 AM
thank you for this informative post :D