Kod:
##############################################################
## MOD Title: Colorize Forumtitle + Hypercells FIX
## MOD Author: LSSJ
## MOD Description: Mod łączy mody colorize forum title i hypercells
## MOD Version: 1.0
##
## Installation Level: Very Easy
## Installation Time: 1-2 Minutes
## Files To Edit: 1
## templates/.../index_body.tpl
##
## Included Files: n/a
##############################################################
##
## FIX zainstaluj po instalacji obu hacków.
##
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
templates/.../index_body.tpl
#
#-----[ FIND ]------------------------------------------
# Jeżeli najpierw zainstalowałeś cft, a potem hypercells
<td class="row1" width="100%" onMouseOver="this.style.backgroundColor='{T_TD_COLOR1}'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="{T_TR_COLOR1}" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'"> <span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
#
#-----[ FIND ]------------------------------------------
# Jeżeli najpierw zainstalowałeś hypercells, a potem cft
<td class="row1" width="100%" height="50"><span {catrow.forumrow.FORUM_COLOR} class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" {catrow.forumrow.FORUM_COLOR} class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
#
#-----[ REPLACE WITH ]----------------------------------
#
<td class="row1" width="100%" onMouseOver="this.style.backgroundColor='{T_TD_COLOR1}'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="{T_TR_COLOR1}" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'"> <span {catrow.forumrow.FORUM_COLOR} class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" {catrow.forumrow.FORUM_COLOR} class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
#-----[ SAVE AND CLOSE ALL FILES ]----------------------
#EoM