Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Is it possible to turn off slide show feature?  (Read 3060 times)

0 Members and 1 Guest are viewing this topic.

linuxhata

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 50
Is it possible to turn off slide show feature?
« on: November 05, 2005, 11:08:29 am »

My gallery has only 18mb of content, but easily generates about 5GB traffic per day. This is quite costy, so I've done a small "research" who this happen. I found out that most people usually turn on slideshow, and often not looking at screen at all, and consuming my bandwidth with ease. Can I turn off slideshow feature?
« Last Edit: November 05, 2005, 12:30:44 pm by Nibbler »
Logged

xplicit

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 214
Re: Is it possible to turn off slide show feature?
« Reply #1 on: November 05, 2005, 11:17:33 am »

There is not a simple on/off button for this so you have to do a little work yourself.

Got to the theme.php file your using,

serach for $template_img_navbar

and remove or disable (in clasic theme its around row 506) the following

Code: [Select]
<td align="center" valign="middle" class="navmenu" width="48">
                        <a href="{ SHOW_TGT}" title="{SLIDESHOW_TITLE}"><img src="images/slideshow.gif" width="16" height="16" border="0" align="absmiddle" alt="{SLIDESHOW_TITLE}" /></a>
                </td>

Logged
Don't ask me: Can you do this .... or Give me that...or I need Quick help in PM's. I'm not Santaclaus so post your questions on the board so it will be in the benefit for everyone.

linuxhata

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 50
Re: Is it possible to turn off slide show feature?
« Reply #2 on: November 05, 2005, 11:34:18 am »

Big thanks!

It worked :)
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 19 queries.