4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: doasinfinity on October 15, 2002, 04:11:05 AM

Title: Lightbox box
Post by: doasinfinity on October 15, 2002, 04:11:05 AM
in the New Images columns, how do I remove the Lightbox button?
Title: Edit the templates
Post by: Chris 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}