Author Topic: Disable Light Box and added by  (Read 7140 times)

0 Members and 1 Guest are viewing this topic.

Offline josey

  • Newbie
  • *
  • Posts: 30
  • real people do real things
    • View Profile
Disable Light Box and added by
« on: September 10, 2007, 11:41:12 PM »
Is there a way to disable the download part of light box? and or disable zip downloads. Members just sit there hours filling up the light box then download in one quick zip.

Next some of my members want to stay anonymous so is there a way to disable added by? or even change it to a fixed name?
Thanks you
Josey :oops:
« Last Edit: September 12, 2007, 08:08:48 PM by Nicky »

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: dusable Light Box and added by
« Reply #1 on: September 11, 2007, 01:10:46 AM »
Quote
Next some of my members want to stay anonymous so is there a way to disable added by? or even change it to a fixed name?

ACP - > categories - > edit categories and edit image upload level.
Fixed name is: Guest in 4images.
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline n3w

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: dusable Light Box and added by
« Reply #2 on: September 11, 2007, 05:40:10 AM »
To disable download button from lightbox page:

In templates/yourtemplate/lightbox.html

Search and delete:
Quote
<td align="right">{download_button}</td>

Top simply disable the lightbox funtion in your gallery:

In templates/yourtemplate/details.html

Search and delete:
Quote
{lightbox_button}

To disable the zip download function:

In templates/yourtemplate/details.html

Search and delete:
Quote
{download_zip_button}

To change name, either follow the steps suggested by thunderstrike or to remove added by:

In templates/yourtemplate/details.html

Search and delete:
Quote
                          <tr>
                            <td valign="top" class="row2"><b>{lang_added_by}</b></td>
                            <td valign="top" class="row2">{user_name_link}</td>
                          </tr>

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: dusable Light Box and added by
« Reply #3 on: September 11, 2007, 12:26:36 PM »
Quote
To change name, either follow the steps suggested by thunderstrike or to remove added by:

In templates/yourtemplate/details.html

If do this, user upload name no show for log user too ... use edit categories from ACP safe ...
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline josey

  • Newbie
  • *
  • Posts: 30
  • real people do real things
    • View Profile
Re: dusable Light Box and added by
« Reply #4 on: September 11, 2007, 06:12:03 PM »
Thank you so much! Finally answers a dumb blonde can understand!
hugs n hugs
Josey :oops:

To disable download button from lightbox page:

In templates/yourtemplate/lightbox.html

Search and delete:
Quote
<td align="right">{download_button}</td>

Top simply disable the lightbox funtion in your gallery:

In templates/yourtemplate/details.html

Search and delete:
Quote
{lightbox_button}

To disable the zip download function:

In templates/yourtemplate/details.html

Search and delete:
Quote
{download_zip_button}

To change name, either follow the steps suggested by thunderstrike or to remove added by:

In templates/yourtemplate/details.html

Search and delete:
Quote
                          <tr>
                            <td valign="top" class="row2"><b>{lang_added_by}</b></td>
                            <td valign="top" class="row2">{user_name_link}</td>
                          </tr>

Offline n3w

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: dusable Light Box and added by
« Reply #5 on: September 11, 2007, 06:35:48 PM »
Thank you so much! Finally answers a dumb blonde can understand!
hugs n hugs
Josey :oops:
No prob Josey, glad i could help you.. take care

:D

Offline josey

  • Newbie
  • *
  • Posts: 30
  • real people do real things
    • View Profile
Re: dusable Light Box and added by
« Reply #6 on: September 11, 2007, 09:14:07 PM »
In my ACP under edit gallery all I have in drop-down box is "All, Private, Registered, and Admin" choosing any of those does not change "added by". Am I in the right place?
thank you for helping me.
Josey :oops:

Quote
Next some of my members want to stay anonymous so is there a way to disable added by? or even change it to a fixed name?

ACP - > categories - > edit categories and edit image upload level.
Fixed name is: Guest in 4images.

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Disable Light Box and added by
« Reply #7 on: September 12, 2007, 12:12:17 AM »
Quote
choosing any of those does not change "added by"

Is no change 'added by'. Is control user level for cats.
« Last Edit: September 12, 2007, 08:09:01 PM by Nicky »
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?