Author Topic: Add a donwload's external url when a user upload an image  (Read 3294 times)

0 Members and 1 Guest are viewing this topic.

Offline Cimmerio

  • Full Member
  • ***
  • Posts: 143
    • View Profile
    • Cartagena en Fotos
Add a donwload's external url when a user upload an image
« on: October 05, 2008, 01:08:36 AM »
Hi everybody.

I need that my user can add an external url for the download, like the option in the admin panel.

How i can do this?

A greating.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Add a donwload's external url when a user upload an image
« Reply #1 on: October 05, 2008, 01:40:03 AM »
just add in member_uploadform.html template:
Code: [Select]
<input type="text" name="image_download_url" size="30" value="{image_download_url}" class="input" />
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Cimmerio

  • Full Member
  • ***
  • Posts: 143
    • View Profile
    • Cartagena en Fotos
Re: Add a donwload's external url when a user upload an image
« Reply #2 on: October 05, 2008, 01:53:22 AM »
Thank you very much.

A greating.