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!
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)
^ this only removes the album list image t the top, but how do i remove the album lists from showing on the index ?
In the documentation it shows how to modify this in config - look for the catlist/alblist/random,2/lastup,2 section
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
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)