Author Topic: about custom url tags  (Read 6851 times)

kangmin

  • Newbie
  • *
  • Posts: 2
    • View Profile
about custom url tags
« 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.

nk

  • Administrator
  • Sr. Member
  • *****
  • Posts: 263
    • View Profile
Re: about custom url tags
« Reply #1 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.

nk

  • Administrator
  • Sr. Member
  • *****
  • Posts: 263
    • View Profile
Re: about custom url tags
« Reply #2 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;" />

kangmin

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: about custom url tags
« Reply #3 on: November 23, 2011, 11:35:33 PM »
thank you so much.

chunkie

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: about custom url tags
« Reply #4 on: January 12, 2012, 04:04:17 AM »
thank you for this informative post :D