Author Topic: Lightbox box  (Read 3726 times)

0 Members and 1 Guest are viewing this topic.

Offline doasinfinity

  • Newbie
  • *
  • Posts: 18
    • View Profile
Lightbox box
« on: October 15, 2002, 04:11:05 AM »
in the New Images columns, how do I remove the Lightbox button?

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Edit the templates
« Reply #1 on: October 15, 2002, 05:53:52 PM »
Just edit the templates.  Find and remove {lightbox_button}  You might try with thumbnail_bit.html

You could also try changing:
Code: [Select]
{lightbox_button}
To:
Code: [Select]
{if image_is_new}{lightbox_button}{endif image_is_new}