Page 1 of 1
options > links urls truncated
Posted: Mon Jul 18, 2011 10:18 am
by peterjones
Under options > links - I'm getting urls entered there - but they are all getting truncated to around the 60-70 character mark.
Re: options > links urls truncated
Posted: Thu Jul 28, 2011 11:23 pm
by peterjones
This is the code I'm using:
Code: Select all
http://www.site.com/cgi-bin/te/o.cgi?l={$gallery_url}&u={$gallery_url}
Re: options > links urls truncated
Posted: Fri Jul 29, 2011 9:53 pm
by texpert
Hi Peter,
link names are limited to 64 chars.
regards,
Jim
Re: options > links urls truncated
Posted: Fri Jul 29, 2011 11:20 pm
by peterjones
Can you add that as a feature request/script update, because a truncated url has little or no value. It would be like listing the url of this thread as:
Code: Select all
http://forum.tradeexpert.net/viewtopic.p
Re: options > links urls truncated
Posted: Tue Aug 16, 2011 7:26 am
by texpert
Hi Peter,
most people user short link names such as "gallery", "sponsor1" ,"sponsor2" and so on.
I can see you're feeding l= with URLs, therefor you would need them to be longer than that.
I wrote it down.
best regards,
Jim
Re: options > links urls truncated
Posted: Sun Sep 18, 2011 12:43 am
by peterjones
OK, I follow you now about how this functionality is intended to be used - & am now using it that way
