Author Topic: help: how to disable auto url in image description?  (Read 10135 times)

0 Members and 1 Guest are viewing this topic.

Offline hien

  • Newbie
  • *
  • Posts: 16
    • View Profile
help: how to disable auto url in image description?
« on: May 21, 2005, 06:40:30 AM »
i run into a little problem with image_desription field that  i can't find away to go around, i hope the expert can help me out

in the image description, i need to make a link
Code: [Select]
< a href="http://somesite.com+http://someOTHERsite.com"> link</a>

BUT the problem is that the auto link url is on so i would get
Code: [Select]
<a href="http://somesite.com">http://someOTHERsite.com</a>link
i can't get http://somesite.com+http://someOTHERsite.com as one link.  IS there away to go around this?


thank youuu!!

Offline Vincent

  • 4images Moderator
  • Addicted member
  • *****
  • Posts: 1.195
    • View Profile
    • www.foto-kocher.com
Re: help: how to disable auto url in image description?
« Reply #1 on: May 21, 2005, 07:55:26 AM »
< a href="http://somesite.com"> link</a> < a href="http://someOTHERsite.com">+ other  link</a>

if you do it like this?!
i think a href is only for one link!

sincerly
vincent

Beati pauperi spiritus

4images 1.7 // My Installed Mods


Offline hien

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: help: how to disable auto url in image description?
« Reply #2 on: May 21, 2005, 08:06:46 PM »
vincent, thank you for reply,

but no, it doesn't work.  it  make 2 url to 2 links, not  2 url as  1 link.

any other suggestion?

Offline Vincent

  • 4images Moderator
  • Addicted member
  • *****
  • Posts: 1.195
    • View Profile
    • www.foto-kocher.com
Re: help: how to disable auto url in image description?
« Reply #3 on: May 22, 2005, 12:33:10 AM »
maybe i miss understoud - but for me it sounds like you have one TV and you would like to see 2 movies in the same time!

vincent
Beati pauperi spiritus

4images 1.7 // My Installed Mods


Offline hien

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: help: how to disable auto url in image description?
« Reply #4 on: May 22, 2005, 04:56:18 AM »
okae.. maybe i didn't make it clear enough.
for redirect purpose, i want to make a link which address is: http://yahoo.com+http://msn.com/

BUT

becuase of auto url (like what it does in this forum right now), it will generate a link to htt://yahoo.com and missing the +http://msn.com

I hope that will clear up your understand of my question, and yes, i tried manual link using html, but it always overide.


Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Re: help: how to disable auto url in image description?
« Reply #5 on: May 23, 2005, 03:35:01 PM »
i want to make a link which address is: http://yahoo.com+http://msn.com/

The real problem is you are trying to make 4images work with bad data.  The URL you have given is invalid.  There is no such TLD as .com+http  Therefore when 4images parses this information, it stops at the .com  Your solution is to use a valid URL.

Offline hien

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: help: how to disable auto url in image description?
« Reply #6 on: May 23, 2005, 04:09:36 PM »
thank you for reply,

it's not bad url, the reason for the url have two parts because it's for redirection purpose. it go to first url then it will redirect to second url.

i just figured an alternate way for it. i preciate your time.

hien