Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - shayneNZ

Pages: [1]
1
Mods & Plugins (Releases & Support) / making default URL name
« on: March 22, 2007, 03:58:46 AM »
Hello
I have all my large images stored on a different server because of there size.
When I check new images I would like the URL field to display the same URL by default.
I have managed to change the file so it will always be the same however I have to cut and paste the file name into the pre defined URL with every image.

This is what I have done so far:
Code: [Select]
show_input_row($lang['field_download_url'].$lang['download_url_desc'], "image_download_url_".$ii, "http://anotherserver/folder/.jpg", $textinput_size);   
I would like the name of the image to automatically be inserted before the ".jpg"

I cant quite fiqure this out, any help would be appreciated.

Thank You



Pages: [1]