Is it possible to turn off slide show feature? Is it possible to turn off slide show feature?
 

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

Main Menu

Is it possible to turn off slide show feature?

Started by linuxhata, November 05, 2005, 11:08:29 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

linuxhata

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?

xplicit

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


<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>


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