[erledigt] Categories Hierarchy v 2.1.4 & Hypercell Mod
Verfasst: 12.11.2005 16:58
Ich habe das Categories Hierarchy v 2.1.4 - Installed on phpBB 2.0.18 von clanmckeen und möchte den Hypercell Mod einbauen.
Leider kann ich dem Mod nicht einbauen.
bei mir steht
die viewforum_body.tpl wurde komplett ersetzt.
Ich finde diese Zeilen nicht. Welche .tpl muß ich aufrufen?
Leider kann ich dem Mod nicht einbauen.
Code: Alles auswählen
#-----[ FIND ]------------------------------------------
#
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" 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 class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
#
Code: Alles auswählen
<td class="row1" height="50" width="100%">
<!-- BEGIN forum_icon -->
<table cellpadding="0" cellspacing="0" width="100%" border="0"><tr>
<td><a href="{indexrow.link.U_VIEWFORUM}" class="forumlink"><img src="{indexrow.link.FORUM_ICON}" border="0" alt="" title="" /></a></td><td><span class="gen"> </span></td><td width="100%">
<!-- END forum_icon -->
<span class="forumlink"><a href="{indexrow.link.U_VIEWFORUM}" class="forumlink">{indexrow.link.FORUM_NAME}</a><br /></span>
<span class="genmed">{indexrow.link.FORUM_DESC}<br /></span>
<!-- BEGIN subforums -->
<span class="gensmall">
<b>{L_SUBFORUMS}:</b> <!-- BEGIN sub --><img src="{indexrow.link.row.subforums.sub.I_SUB}" border="0" align="middle" alt="{indexrow.link.row.subforums.sub.L_SUB_ALT}" title="{indexrow.link.row.subforums.sub.L_SUB_ALT}" hspace="2" /><a href="{indexrow.link.row.subforums.sub.U_SUB}" title="{indexrow.link.row.subforums.sub.L_SUB_DESC}" class="gensmall">{indexrow.link.row.subforums.sub.L_SUB}</a><!-- BEGIN sep -->, <!-- END sep --><!-- END sub -->
<br /></span>
<!-- END subforums -->
<!-- BEGIN forum_icon -->
</td>Code: Alles auswählen
#
templates/subSilver/viewforum_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<td class="row1" width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><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='{topicrow.U_VIEW_TOPIC}'"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />
#
Ich finde diese Zeilen nicht. Welche .tpl muß ich aufrufen?