https://www.icyphoenix.com/viewtopic.php?f=26&t=3995&p=27215#p27215
-----------------------------------
KasLimon
Sat 05 Apr, 2008 15:47

Re: FAP On A CH Modded Board
-----------------------------------
No problem :mricy: 

I think this would work:[codeblock]
#
#-----[ OPEN ]------------------------------------------------
#
includes/class_stats_online.php
#
#-----[ FIND ]------------------------------------------------
#
			PAGE_GROUPCP => array('txt' => 'Viewing_groups', 'url' => $this->mode == 'in_admin' ? 'admin/index' : 'groupcp', 'parms' => $this->mode == 'in_admin' ? array('pane' => 'right') : array()),
#
#-----[ AFTER, ADD ]------------------------------------------
#
			// Mighty Gorgon - Full Album Pack - BEGIN
			PAGE_ALBUM => array('txt' => 'View_Album_Index', 'url' => $this->mode == 'in_admin' ? 'admin/index' : 'album', 'parms' => $this->mode == 'in_admin' ? array('pane' => 'right') : array()),
			PAGE_ALBUM_PERSONAL => array('txt' => 'View_Album_Personal', 'url' => $this->mode == 'in_admin' ? 'admin/index' : 'album', 'parms' => $this->mode == 'in_admin' ? array('pane' => 'right') : array()),
			PAGE_ALBUM_PICTURE => array('txt' => 'View_Pictures', 'url' => $this->mode == 'in_admin' ? 'admin/index' : 'album', 'parms' => $this->mode == 'in_admin' ? array('pane' => 'right') : array()),
			PAGE_ALBUM_SEARCH => array('txt' => 'Album_Search', 'url' => $this->mode == 'in_admin' ? 'admin/index' : 'album', 'parms' => $this->mode == 'in_admin' ? array('pane' => 'right') : array()),
			// Mighty Gorgon - Full Album Pack - END
[/codeblock]
[codeblock]#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/overall_header.tpl

#
#-----[ FIND ]------------------------------------------------
#
		<td colspan="4" rowspan="2"><a href="{U_FAQ}" onMouseOut="changeImages('FAQS','templates/c3s/images/faq.jpg')" onMouseOver="changeImages('FAQS','templates/c3s/images/faq_on.jpg')"><img src="templates/c3s/images/faq.jpg" name="FAQS" width="197" height="41" border="0"></a></td>
#
#-----[ AFTER, ADD ]------------------------------------------------
#
		<td colspan="4" rowspan="2"><a href="{U_ALBUM}" onMouseOut="changeImages('ALBUM','templates/c3s/images/album.jpg')" onMouseOver="changeImages('ALBUM','templates/c3s/images/album_on.jpg')"><img src="templates/c3s/images/album.jpg" name="ALBUM" width="197" height="41" border="0"></a></td>[/codeblock]
You'll have to create templates/c3s/images/album.jpg and templates/c3s/images/album_on.jpg images.

Greets!


