Author Topic: I want change the path of image  (Read 3818 times)

0 Members and 1 Guest are viewing this topic.

Offline m_7

  • Newbie
  • *
  • Posts: 37
    • View Profile
I want change the path of image
« on: July 01, 2010, 03:45:44 PM »
Hi all ,,

I want change the path of image

e.g.

change :
http://yoursite/images/details.php?image_id=3

to :

http://yoursite/images/details.php?ff11ff_id=3

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 want change the path of image
« Reply #1 on: July 01, 2010, 07:07:15 PM »
In includes/constants.php:
define('URL_IMAGE_ID''image_id');


But keep in mind, not all mods will properly work if you change it.
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 m_7

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: I want change the path of image
« Reply #2 on: July 01, 2010, 10:12:41 PM »
is there any change in sessions.php ?

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 want change the path of image
« Reply #3 on: July 02, 2010, 08:37:27 AM »
no, this should do it.
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)