forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: linuxhata on November 05, 2005, 11:08:29 am

Title: Is it possible to turn off slide show feature?
Post by: linuxhata 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?
Title: Re: Is it possible to turn off slide show feature?
Post by: xplicit 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>

Title: Re: Is it possible to turn off slide show feature?
Post by: linuxhata on November 05, 2005, 11:34:18 am
Big thanks!

It worked :)