Author Topic: I search for the code to insert the URL of the page  (Read 6414 times)

0 Members and 1 Guest are viewing this topic.

Offline satine88

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
I search for the code to insert the URL of the page
« on: May 20, 2010, 01:18:31 PM »
Hello
I'm looking for a piece of code I can insert in the pages / templates / xxx / xxx.html to report the URL of the page

Example:
I'm on top of the image "usa"

and I hope that this piece of code gives me www.site.com / img-usa.htm

Subsequently, the code I will wish to use it to create a small mod

(Sorry, I do not know if I was clear enough)
Thank you

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: I search for the code to insert the URL of the page
« Reply #1 on: May 20, 2010, 02:34:36 PM »
Probably this is what you are looking for: [Mod] Display image codes on details page (image permalink)
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 satine88

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
Re: I search for the code to insert the URL of the page
« Reply #2 on: May 20, 2010, 06:45:59 PM »
I have this mod is exactly I'm looking for code generated will give me the url of the page.
I will use this code to install another mod

I found this:

Code: [Select]
<input onclick='highlight(this);' style='border-style:solid; border-width:1; padding:2; width: 300px; background-color:#FFFFFF; color:#000000' size='70' value='".$uploaded_image_link."' type='text' name='image'>

but it does not give me the url


Offline satine88

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
Re: I search for the code to insert the URL of the page
« Reply #3 on: May 23, 2010, 01:59:05 PM »
Up :)

Offline satine88

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
Re: I search for the code to insert the URL of the page
« Reply #4 on: June 07, 2010, 09:23:19 PM »
Up :)

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: I search for the code to insert the URL of the page
« Reply #5 on: June 08, 2010, 01:10:33 AM »
I probably don't understand what exactly you are after, but as far as I understood, the address you are looking for is at the address bar of your browser...?
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 satine88

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
Re: I search for the code to insert the URL of the page
« Reply #6 on: June 08, 2010, 07:26:32 PM »
(I understand)  :D
Yes, there should be a code that generates the URL of the page to install this after:

http://www.1stwebdesigner.com/tutorials/integrate-sexybookmarks-html-page-javascript/
 :wink: