http://www.icyphoenix.com/viewtopic.php?f=35&t=4080&p=44031#p44031
-----------------------------------
DWho
Sat 05 Sep, 2009 10:37

Re: Hot Or Not
-----------------------------------
there is no feature in the ACP to remove the hot or not link you have to remove it from the tpl file... the only way..

open templates/default/album_box.tpl

and find

[code linenumbers=false]		<tr>
			<td class="row1" height="50" colspan="{catfooter.cat_public_footer.FOOTER_COL_SPAN}" onmouseover="this.className='row2';" onmouseout="this.className='row1';">
				<span class="forumlink">&nbsp;{NAV_DOT}&nbsp;<a href="{U_ALBUM_HON}" class="cattitle">{L_ALBUM_HON}</a></span>
			</td>
		</tr>[/code]

REPLACE WITH 

[code linenumbers=false]		<!--
		<tr>
			<td class="row1" height="50" colspan="{catfooter.cat_public_footer.FOOTER_COL_SPAN}" onmouseover="this.className='row2';" onmouseout="this.className='row1';">
				<span class="forumlink">&nbsp;{NAV_DOT}&nbsp;<a href="{U_ALBUM_HON}" class="cattitle">{L_ALBUM_HON}</a></span>
			</td>
		</tr>
		-->[/code]

if you ever want to use the link in the future just do the reverse of the above..

Hope that helps..

 :mrgreen:  :mrgreen:


