coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: chrisymm on September 06, 2004, 07:45:33 PM

Title: hey i need help please!
Post by: chrisymm on September 06, 2004, 07:45:33 PM
Hey im using "hardwired" template , how would i remove the album list from showing on the index of my gallery? and how would i edit the top to include a image?

thanks to anyone who helps me!
Title: Re: hey i need help please!
Post by: skybax on September 06, 2004, 08:04:29 PM
Only one question per post please (board rules). If you want to remove album list look in the theme.php file and search for:

<!-- BEGIN album_list -->
                                       <td><img name="spacer" src="images/spacer.gif" width="5" height="25" border="0" id="spacer" alt="" /></td>
                                       <td><img name="buttonleft1" src="themes/hardwired/images/buttonleft1.gif" width="7" height="25" border="0" id="buttonleft" alt="" /></td>
                                       <td background="themes/hardwired/images/buttoncenter1.gif">
                                               <a href="{ALB_LIST_TGT}" title="{ALB_LIST_TITLE}">{ALB_LIST_LNK}</a>
                                       </td>
                                       <td><img name="buttonright1" src="themes/hardwired/images/buttonright1.gif" width="7" height="25" border="0" id="buttonright1" alt="" /></td>
<!-- END album_list -->


replace with:

<!-- BEGIN album_list -->
<!-- kill album_list
                                       <td><img name="spacer" src="images/spacer.gif" width="5" height="25" border="0" id="spacer" alt="" /></td>
                                       <td><img name="buttonleft1" src="themes/hardwired/images/buttonleft1.gif" width="7" height="25" border="0" id="buttonleft" alt="" /></td>
                                       <td background="themes/hardwired/images/buttoncenter1.gif">
                                               <a href="{ALB_LIST_TGT}" title="{ALB_LIST_TITLE}">{ALB_LIST_LNK}</a>
                                       </td>
                                       <td><img name="buttonright1" src="themes/hardwired/images/buttonright1.gif" width="7" height="25" border="0" id="buttonright1" alt="" /></td>
end killing-->
<!-- END album_list -->


-T  8)
Title: Re: hey i need help please!
Post by: chrisymm on September 06, 2004, 08:34:22 PM
^ this only removes the album list image t the top, but how do i remove the album lists from showing on the index ?
Title: Re: hey i need help please!
Post by: skybax on September 06, 2004, 10:03:38 PM
In the documentation it shows how to modify this in config - look for the catlist/alblist/random,2/lastup,2 section
Title: Re: hey i need help please!
Post by: Joachim Müller on September 07, 2004, 06:37:01 AM
great subject, that's new: instead of posting the regular "I need help", you come up with a new version "hey I need help"  ;)

Joachim
Title: Re: hey i need help please!
Post by: skybax on September 08, 2004, 04:49:52 AM
Wow! Gaugau - have you lightened up?  :D I will though have to give creativity points for the creative use of a subject line. You know how the americans judged the olympics why should this be any different?  ;D ;D

-T  8)