Author Topic: Download Removal......  (Read 3422 times)

0 Members and 1 Guest are viewing this topic.

Offline marcdoyle

  • Newbie
  • *
  • Posts: 23
    • View Profile
Download Removal......
« on: August 22, 2002, 07:49:36 AM »
Thank you for all your help so far :)

I have yet another query which I have not found on the search option....

Is it possible to remove the download option graphics from the template as well as disabling it via the control panel on each category, so that the button does not appear at all throughout the site?

Kind regards
Marc

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Download Removal......
« Reply #1 on: August 22, 2002, 07:55:45 AM »
Yes, as you said: Remove {download_button} and {download_zip_button} fro the templates and set the Permission for Download to "Administrators".

If you want that this is preselected if you add new categories, change in admin/categories.php
Code: [Select]
"auth_download" => AUTH_USER,
to
Code: [Select]
"auth_download" => AUTH_ADMIN,

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

Offline marcdoyle

  • Newbie
  • *
  • Posts: 23
    • View Profile
Download Removal......
« Reply #2 on: August 22, 2002, 08:02:30 AM »
Thanks again Jan for all your help :)

The support is excellent.

Regards
Marc