Seite 2 von 2

Verfasst: 19.11.2005 05:02
von Eoleon
irgendwie hat es mir keine Ruhe gelassen .... selbst nach zig frustranen Umbauversuchen läuft es nicht.

zumindestens hab ich es soweit gebracht, dass der Link auf das Portal verweist <- ohne ein neues Fenter zu öffnen und beim Urheber ist auch keine Lösung zu finden ... :-?

Verfasst: 20.11.2005 18:58
von Eoleon
ich konnte eine kleine Lösung finden, jedoch funktioniert es nicht bei eingebautem Hypercell Mod.

Ich möchte für die externen Links ein neues Fenster ... mit installiertem Hypercell Mod + für alle Foren.

Hier der Code, der ohne Hypercell Mod funktioniert und nur bei den Subforen.

Code: Alles auswählen

<!-- BEGIN forum --> 
<!-- BEGIN header --> 
<!-- END header --> 
<!-- BEGIN row --> 
<tr> 
   <td class="row1" align="center" valign="middle" width="50" height="50"> 
      <img src="{indexrow.forum.I_FORUM_FOLDER}" border="0" alt="{indexrow.forum.L_FORUM_FOLDER}" title="{indexrow.forum.L_FORUM_FOLDER}" /> 
   </td> 
   <td class="row1" height="50" width="100%"> 
      <!-- BEGIN forum_icon --> 
      <table cellpadding="0" cellspacing="0" width="100%" border="0"><tr> 
      <td><a href="{indexrow.forum.U_VIEWFORUM}" class="forumlink"><img src="{indexrow.forum.FORUM_ICON}" border="0" alt="" title="" /></a></td><td><span class="gen">&nbsp;</span></td><td width="100%"> 
      <!-- END forum_icon --> 
      <span class="forumlink"><a href="{indexrow.forum.U_VIEWFORUM}" class="forumlink">{indexrow.forum.FORUM_NAME}</a><br /></span> 
      <span class="genmed">{indexrow.forum.FORUM_DESC}</span> 
      <!-- BEGIN moderators --> 
         <!-- BEGIN mod --><!-- END mod --> 
      <!-- END moderators --> 
      <!-- BEGIN subforums --> 
      <span class="gensmall"><br /> 
         <!-- BEGIN sub --><img src="{indexrow.forum.row.subforums.sub.I_SUB}" border="0" align="middle" alt="{indexrow.forum.row.subforums.sub.L_SUB_ALT}" title="{indexrow.forum.row.subforums.sub.L_SUB_ALT}" hspace="2" /><a href="{indexrow.forum.row.subforums.sub.U_SUB}" title="{indexrow.forum.row.subforums.sub.L_SUB_DESC}" class="gensmall"<!-- BEGIN external --> target="_blank"<!-- END external -->>{indexrow.forum.row.subforums.sub.L_SUB}</a><!-- BEGIN sep --> |<!-- END sep --><!-- END sub --> 
      <br /></span> 
      <!-- END subforums --> 
      <!-- BEGIN forum_icon --> 
      </td></tr></table> 
      <!-- END forum_icon --> 
   </td> 
   <!-- BEGIN auth_read --> 
   <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{indexrow.forum.TOPICS}</span></td> 
   <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{indexrow.forum.POSTS}</span></td> 
   <td class="row3Right" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall"> 
      <!-- BEGIN last_post --> 
      <a href="{indexrow.forum.U_LAST_TOPIC}" class="gensmall" title="{indexrow.forum.LAST_TOPIC_TITLE_ALT}">{indexrow.forum.LAST_TOPIC_TITLE}</a><br /> 
      {indexrow.forum.LAST_POST_TIME}<br /> 
      <!-- BEGIN userlink --><a href="{indexrow.forum.U_LAST_POSTER}" class="gensmall" title="{L_LAST_POSTER}"><!-- END userlink -->{indexrow.forum.LAST_POSTER}<!-- BEGIN userlink --></a><!-- END userlink --> 
      &nbsp;<a href="{indexrow.forum.U_LAST_POST}" class="gensmall" title="{L_LAST_POST}"><img src="{I_LAST_POST}" border="0" alt="{L_LAST_POST}" /></a><br /> 
      <!-- BEGINELSE last_post --> 
      {L_NO_POSTS} 
      <!-- END last_post --> 
   </span></td> 
   <!-- BEGINELSE auth_read --> 
   <td class="row3Right" colspan="3" align="center"><span class="gensmall"> 
      {L_AUTH_REQ} 
   </span></td> 
   <!-- END auth_read --> 
</tr> 
<!-- END row --> 
<!-- BEGIN footer --> 
<!-- END footer --> 
<!-- END forum -->
diese Zeile muß an entsprechender Stelle eingegeben werden ...

Code: Alles auswählen

<!-- BEGIN external --> target="_blank"<!-- END external -->
so schaut der entsprechende Teil meiner index_body.tpl aus

Code: Alles auswählen

<!-- BEGIN forum -->
<!-- BEGIN header -->
<!-- END header -->
<!-- BEGIN row -->
<tr>
	<td class="row1" align="center" valign="middle" width="50" height="50">
		<img src="{indexrow.forum.I_FORUM_FOLDER}" border="0" alt="{indexrow.forum.L_FORUM_FOLDER}" title="{indexrow.forum.L_FORUM_FOLDER}" />
	</td>
	<td class="{indexrow.forum.HYPERCELL_CLASS}"{indexrow.forum.HYPERCELL_ONCLICK} height="50" width="100%">
		<!-- BEGIN forum_icon -->
		<table cellpadding="0" cellspacing="0" width="100%" border="0"><tr>
		<td><a href="{indexrow.forum.U_VIEWFORUM}" class="forumlink"><img src="{indexrow.forum.FORUM_ICON}" border="0" alt="" title="" /></a></td><td><span class="gen">&nbsp;</span></td><td width="100%">
		<!-- END forum_icon -->
		<a href="{indexrow.forum.U_VIEWFORUM}" class="forumtitle"><span class="forumtitle">{indexrow.forum.FORUM_NAME}</span></a><br />
		<span class="genmed">{indexrow.forum.FORUM_DESC}<br /></span>
		<!-- BEGIN moderators -->
		<span class="gensmall">
			<b>{L_MODERATORS}:&nbsp;</b><!-- BEGIN mod --><a href="{indexrow.forum.row.moderators.mod.U_MOD}" title="{indexrow.forum.row.moderators.mod.L_MOD_TITLE}" class="gensmall">{indexrow.forum.row.moderators.mod.L_MOD}</a><!-- BEGIN sep -->, <!-- END sep --><!-- END mod -->
		<br /></span>
		<!-- END moderators -->
		<!-- BEGIN subforums -->
		<span class="gensmall">
			<b>{L_SUBFORUMS}:</b>&nbsp;<!-- BEGIN sub --><img src="{indexrow.forum.row.subforums.sub.I_SUB}" border="0" align="middle" alt="{indexrow.forum.row.subforums.sub.L_SUB_ALT}" title="{indexrow.forum.row.subforums.sub.L_SUB_ALT}" hspace="2" /><a href="{indexrow.forum.row.subforums.sub.U_SUB}" title="{indexrow.forum.row.subforums.sub.L_SUB_DESC}" class="gensmall">{indexrow.forum.row.subforums.sub.L_SUB}</a><!-- BEGIN sep -->, <!-- END sep --><!-- END sub -->
		<br /></span>
		<!-- END subforums -->
		<!-- BEGIN forum_icon -->
		</td></tr></table>
		<!-- END forum_icon -->
	</td>
	<!-- BEGIN auth_read -->
	<td class="row3" align="center" valign="middle" height="50"><span class="gensmall">&nbsp;{indexrow.forum.TOPICS}&nbsp;</span></td>
	<td class="row3" align="center" valign="middle" height="50"><span class="gensmall">&nbsp;{indexrow.forum.POSTS}&nbsp;</span></td>
		<!-- BEGIN last_post -->
	<td class="{indexrow.forum.HYPERCELL_CLASS}-right"{indexrow.forum.HYPERCELL_LAST_ONCLICK} align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">		<a href="{indexrow.forum.U_LAST_TOPIC}" class="gensmall" title="{indexrow.forum.LAST_TOPIC_TITLE_ALT}">{indexrow.forum.LAST_TOPIC_TITLE}</a><br />
		{indexrow.forum.LAST_POST_TIME}<br />
		<!-- BEGIN userlink --><a href="{indexrow.forum.U_LAST_POSTER}" class="gensmall" title="{L_LAST_POSTER}"><!-- END userlink -->{indexrow.forum.LAST_POSTER}<!-- BEGIN userlink --></a><!-- END userlink -->
		&nbsp;<a href="{indexrow.forum.U_LAST_POST}" class="gensmall" title="{L_LAST_POST}"><img src="{I_LAST_POST}" border="0" alt="{L_LAST_POST}" /></a><br />
		<!-- BEGINELSE last_post -->
			<td class="row3Right" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">
		{L_NO_POSTS}
		<!-- END last_post -->
	</span></td>
	<!-- BEGINELSE auth_read -->
	<td class="row2" colspan="3" align="center"><span class="gensmall">
		{L_AUTH_REQ}
	</span></td>
	<!-- END auth_read -->
</tr>
<!-- END row -->
<!-- BEGIN footer -->
<!-- END footer -->
<!-- END forum -->