Forum title as weblink

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Bavixke
Berichten: 104
Lid geworden op: 31 mei 2005, 20:14
Contacteer:

Forum title as weblink

Bericht door Bavixke » 02 jun 2007, 18:03

Hoi, ik ben bezig de Forum title as Weblink te installeren. Ik ben nu aan part 3 gekomen en hij vraagt hetvolgende:

Code: Selecteer alles

#
#-----[ FIND ]------------------------------------------
#
<td class="row1" height="45" align="center"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_ICON_IMG}</a></td>
<td class="row1" width="100%" onMouseOver="this.style.backgroundColor='#d9e2ec'; this.style.cursor='default';" onMouseOut="this.style.backgroundColor='#eaedf4';" onClick="window.location.href='{catrow.forumrow.U_VIEWFORUM}';"><a href="{catrow.forumrow.U_VIEWFORUM}" class="nav">{catrow.forumrow.FORUM_NAME}</a><br />

#
#-----[ REPLACE WITH ]------------------------------------------
#
<!-- BEGIN switch_forum_link_off -->
<td class="row1" height="45" align="center"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_ICON_IMG}</a></td>
<td class="row1" width="100%" onMouseOver="this.style.backgroundColor='#d9e2ec'; this.style.cursor='default';" onMouseOut="this.style.backgroundColor='#eaedf4';" onClick="window.location.href='{catrow.forumrow.U_VIEWFORUM}';"><a href="{catrow.forumrow.U_VIEWFORUM}" class="nav">{catrow.forumrow.FORUM_NAME}</a><br />
<!-- END switch_forum_link_off -->
<!-- BEGIN switch_forum_link_on -->
<td class="row1" height="45" align="center"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink" target="_blank">{catrow.forumrow.FORUM_ICON_IMG}</a></td>
<td class="row1" width="100%" onMouseOver="this.style.backgroundColor='#d9e2ec'; this.style.cursor='default';" onMouseOut="this.style.backgroundColor='#eaedf4';" onClick="window.open('{catrow.forumrow.U_VIEWFORUM}', '_blank'); return false;"><a href="{catrow.forumrow.U_VIEWFORUM}" class="nav" target="blank">{catrow.forumrow.FORUM_NAME}</a><br />
<!-- END switch_forum_link_on -->
Het enige probleem is dat ik een andere skin heb en dat die dit heeft:

Code: Selecteer alles

td class="row1" align="center" valign="middle" style="padding: 5px;"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
	<td class="row1" width="100%"><span class="forumlink{catrow.forumrow.FORUM_LINK_TARGET}"> <script language="JavaScript">FolderStart('{catrow.forumrow.FORUM_FOLDER_IMG}');</script><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><script language="JavaScript">FolderEnd();</script><br />
Kan er iemand de code omzetten zodat ik alsnog deze mod kan gebruiken?

Gesloten