Author Topic: Copy image to another catagory?  (Read 3246 times)

0 Members and 1 Guest are viewing this topic.

Offline karaya

  • Pre-Newbie
  • Posts: 2
    • View Profile
Copy image to another catagory?
« on: March 12, 2005, 05:51:30 PM »
Is there a way to copy an image to another catagory and do so without it displaying as a new image?  Or is there a way I can upload images and selectivly not have them appear as "New" on my home page?

Thanks for any help on this!

Offline Vincent

  • 4images Moderator
  • Addicted member
  • *****
  • Posts: 1.195
    • View Profile
    • www.foto-kocher.com
Re: Copy image to another catagory?
« Reply #1 on: March 12, 2005, 06:19:05 PM »
If you add in the IPTC the date you can - doing check new image - tell he should add the Old (iptc)  date!
Hope you know what i mean!
sincerly
vincent
Beati pauperi spiritus

4images 1.7 // My Installed Mods


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: Copy image to another catagory?
« Reply #2 on: March 12, 2005, 06:24:00 PM »
the best way not to display sertain images is place them in a category and prevent that category from showing in "new images" section:
in index.php find:
Code: [Select]
WHERE i.image_active = 1(note its a part of a line!)
add right after: AND i.cat_id NOT IN (xx,xx,xx) so the end result should looks like this:
Code: [Select]
WHERE i.image_active = 1 AND i.cat_id NOT IN (xx,xx,xx)replace xx with categories IDs which u dont want to show.
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)