Author Topic: details.php?image_id=  (Read 5021 times)

0 Members and 1 Guest are viewing this topic.

Offline sukholee

  • Newbie
  • *
  • Posts: 26
    • View Profile
details.php?image_id=
« on: June 21, 2002, 07:26:55 PM »
Which files do I need to look at in order to change the

details.php?image_id=

to just details.php?id=

This is because I don't intend to use this as an image gallery...

Hope you can help.

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
details.php?image_id=
« Reply #1 on: June 21, 2002, 08:23:33 PM »
Hi,

just change in "includes/constants.php":
Code: [Select]
define('URL_IMAGE_ID', 'image_id');

Note: id is already in use. Just select another parameter, for example file_id

Greets Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline sukholee

  • Newbie
  • *
  • Posts: 26
    • View Profile
details.php?image_id=
« Reply #2 on: June 21, 2002, 08:26:40 PM »
Thanks again for you help Jan!