Author Topic: Need a programmer to do some light work to my 4images site  (Read 3743 times)

0 Members and 1 Guest are viewing this topic.

Offline elsonar

  • Newbie
  • *
  • Posts: 16
    • View Profile
Need a programmer to do some light work to my 4images site
« on: March 17, 2006, 12:42:04 PM »
Hey

I need the BB code, HTML code and ImG code added to my 4images gallery, an example of this can be seen on

http://usersigs.com/files.php?cat=Internet

I'd also like it to be able to "Copy to Clipboard" function beside each one when you go to the image details.

Paying $25, PM me if you can do this.

J


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: Need a programmer to do some light work to my 4images site
« Reply #1 on: March 17, 2006, 02:58:41 PM »
In jpeg.html (all media templates) (you also can try add it in details.html template, but it might not work properly) insert:
Code: [Select]
<input type="text" name="directurl" value="http://example.com/{media_src}" class="directurl" onFocus="this.select();" readonly> <input type="button" name="clipboard" value="add to clipboard" onClick="window.clipboardData.setData('Text', window.directurl.value);"><br />
<input type="text" name="directurlbbc" value="[img]http://example.com/{media_src}[/img]" class="directurl" onFocus="this.select();" readonly> <input type="button" name="clipboard" value="add to clipboard" onClick="window.clipboardData.setData('Text', window.directurlbbc.value);">
The clipboard only works in IE browsers.
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 elsonar

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: Need a programmer to do some light work to my 4images site
« Reply #2 on: March 17, 2006, 05:25:31 PM »
Thank you <3