Intro+Portal Mod fehler

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Benutzeravatar
19cyprinus88
Mitglied
Beiträge: 326
Registriert: 21.05.2006 21:31
Wohnort: Kerpen
Kontaktdaten:

Intro+Portal Mod fehler

Beitrag von 19cyprinus88 »

Hallo zusammen.

Ich wollte bei meinen Intro+PortalMod einen Partner (Partnerseiten) einbauen. Und zwar mit diesem Code:

Code: Alles auswählen

<CENTER> 
<a href="http://www.neuer_Partner.de/" onMouseOver="document.all.link_box.stop()" onMouseOut="document.all.link_box.start()" target ="new_window"><img src="http-Adresse des Banners" alt="Bezeichnung_des Neuen_Partners" border="0" vspace="3"></a> 
</CENTER> 
<CENTER> 
<span class="Stil3"><a href="http://www.neuer_Partner.de">Bezeichnung_des Neuen_Partners</a></span>

</CENTER>
[/code]

Da es nicht klappte habe ich es raus genommen. Aber es ist immernoch ein fehler drinne. Kann mir da einer helfen?

Dies ist meine portal_body.tpl:

Code: Alles auswählen

<!-- ################################################# PORTAL-BORDER START ################################################# -->
<!-- BEGIN switch_border_active -->
<style type="text/css">
<!--
.Stil1 {
	font-size: 12px;
	font-weight: bold;
}
.Stil3 {font-size: 12px; font-weight: bold; color: #FF0000; }
-->
</style>

<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
  <tr>
        <td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b><a href="portal.php" title="Intro & Portal MOD {INTRO_PORTAL_VERSION} by AWSW http://www.awsw.de" class="mainmenu">{IntroPortaltext2}</a></b></center></span></td>
  </tr>
  <tr>
      <td class="row1">
<!-- END switch_border_active -->
<!-- ################################################# PORTAL START ################################################# -->
<TABLE width=100%>
<TR>
<!-- BEGIN switch_left_active -->
    <TD valign=top width=20%>
<!-- END switch_left_active -->
<div align="left">
<!-- ################################################# LEFT START ################################################# -->



<!-- ##### WELCOME USER ADDON IN PORTAL START ##### -->
<!-- BEGIN switch_welcomeuser_out_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
     <td class="catHead" colspan="2" height="25"><span class="cattitle"><center>{L_Welcome} {U_NAME_LINK}:</center></span></td>
  </tr>
 <tr>
        <td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
  </tr>
  <tr>
   <td class="row1" align="center" nowrap="nowrap"><span class="gensmall">
{CURRENT_TIME}<br>
</span></td></tr>
<tr>
<td class="row1" align="left"><span class="gensmall">
<b>{L_UserNote}:</b> {IntroPortaltext7}
</span></td></tr>
</table> <br>
<!-- END switch_welcomeuser_out_active -->
<!-- BEGIN switch_welcomeuser_in_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
     <td class="catHead" colspan="2" height="25"><span class="cattitle"><center>{L_Welcome} {U_NAME_LINK}:</center></span></td>
  </tr>
 <tr>
        <td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
  </tr>
  <tr>
   <td class="row1" align="center" nowrap="nowrap"><span class="gensmall">
<br><a href="{U_PROFILE}" class="genmed">{AVATAR_IMG}</a><br>{LAST_VISIT_DATE}<br />
{CURRENT_TIME}<br>
</span></td></tr>
</table> <br>
<!-- END switch_welcomeuser_in_active -->
<!-- ##### WELCOME USER ADDON IN PORTAL END ##### -->



<!-- ##### NAVIGATION START ##### -->
<!-- BEGIN switch_navigation_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
     <td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b>{IntroPortaltext13}:</b></center></span></td>
  </tr>
 <tr>
        <td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
  </tr>
  <tr>
   <td class="row1" align="left"><span class="gensmall">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<!-- END switch_navigation_active -->
<!-- BEGIN row -->
<tr>
<!-- BEGIN cat -->
 <td class="row1" valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr><td>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<!--<tr>
 <td align="left" width="100%">
   <span class="gen"><b>{row.cat.CAT_NAME}</b></span>
 </td>
</tr>-->
<!-- BEGIN sub -->
<tr>
 <td align="left" width="100%">
   <span class="gensmall"><b>{row.cat.sub.SUB_NAME}:</b></span>
 </td>
</tr>
<!-- BEGIN link -->
<tr>
 <td class="{row.cat.sub.link.ROW_CLASS}" align="left" width="100%">
   <span class="gensmall"><a href="{row.cat.sub.link.LINK_URL}">{row.cat.sub.link.LINK_NAME}</a></span>
 </td>
</tr>
<!-- END link -->
<!-- END sub -->
</td></tr></table>
</table>
</td></tr>
<!-- END cat -->
<!-- END row -->
<!-- BEGIN switch_navigation_active -->
</table>
   </span></td>
  </tr>
</table> <br>
<!-- END switch_navigation_active -->
<!-- ##### NAVIGATION END ##### -->



<!-- ##### BIRTHDAY START ##### -->
<!-- BEGIN switch_birthdaymod_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
     <td class="catHead" colspan="2" height="25"><span class="cattitle"><center>{L_Birthday_Portal}:</center></span></td>
  </tr>
 <tr>
        <td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
  </tr>
  <tr>
   <td class="row1" align="left"><span class="gensmall">

   <br>{L_WHOSBIRTHDAY_TODAY}<br /><br />{L_WHOSBIRTHDAY_WEEK}<br><br>


   </span></td>
  </tr>
</table> <br>
<!-- END switch_birthdaymod_active -->
<!-- ##### BIRTHDAY ENDE ##### -->



<!-- ##### LAST REG USERS START ##### -->
<!-- BEGIN switch_lastnewmembers_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
  <tr>
        <td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b>{IntroPortaltext14}:</b></center></span></td>
  </tr>
  <tr>
        <td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
  </tr>
<!-- END switch_lastnewmembers_active -->
  <!-- BEGIN last_registrations -->
  <tr>
        <td class="row1">&nbsp;<span class="genmed"><a href="{last_registrations.U_VIEWPROFILE}" class="genmed">{last_registrations.USERNAME}</a></span>&nbsp;</td>
        <td align="center" nowrap="nowrap" class="row2">&nbsp;<span class="genmed">{last_registrations.REG_DATE}</span>&nbsp;</td>
  </tr>
  <!-- END last_registrations -->
<!-- BEGIN switch_lastnewmembers_active -->
</table>
<br>
<!-- END switch_lastnewmembers_active -->
<!-- ##### LAST REG USERS END ##### -->



<!-- ##### MOST POSTS START ##### -->
<!-- BEGIN switch_topposter_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
  <tr>
        <td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b>{IntroPortaltext15}:</b></center></span></td>
  </tr>
  <tr>
        <td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
  </tr>
<!-- END switch_topposter_active -->
  <!-- BEGIN most_posts -->
  <tr>
        <td class="row1">&nbsp;<span class="genmed"><a href="{most_posts.U_VIEWPROFILE}" class="genmed">{most_posts.USERNAME}</a></span>&nbsp;</td>
        <td align="center" nowrap="nowrap" class="row2">&nbsp;<span class="genmed">{most_posts.POSTS}</span>&nbsp;</td>
  </tr>
  <!-- END most_posts -->
<!-- BEGIN switch_topposter_active -->
</table>
<br>
<!-- END switch_topposter_active -->
<!-- ##### MOST POSTS END ##### -->



<!-- ##### USER / POST COUNT START ##### -->
<!-- BEGIN switch_userpostcount_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
  <tr>
        <td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b>{UserPostCount}:</b></center></span></td>
  </tr>
  <tr>
        <td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
  </tr>
  <tr>
        <td class="row1"><span class="gensmall">{TOTAL_POSTS}&nbsp;{TOTAL_USERS}&nbsp;{NEWEST_USER}</span></td>
  </tr>
</table><br>
<!-- END switch_userpostcount_active -->
<!-- ##### USER / POST COUNT END ##### -->



<!-- ##### BEST TOPICS START ##### -->
<!-- BEGIN switch_topposts_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
  <tr>
        <td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b>{IntroPortaltext16}:</b></center></span></td>
  </tr>
  <tr>
        <td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
  </tr>
<!-- END switch_topposts_active -->
  <!-- BEGIN best_topics -->
  <tr>
        <td class="row1">&nbsp;<span class="genmed"><a href="{best_topics.VIEWTOPIC}" class="genmed">{best_topics.TOPIC_TITLE}</a></span>&nbsp;</td>
        <td align="center" nowrap="nowrap" class="row2">&nbsp;<span class="genmed">{best_topics.REPLIES}</span>&nbsp;</td>
  </tr>
  <!-- END best_topics -->
<!-- BEGIN switch_topposts_active -->
</table>
<br>
<!-- END switch_topposts_active -->
<!-- ##### BEST TOPICS END ##### -->



<!-- ##### POST COUNT IN SEARCH TOPICS START ##### -->
<!-- BEGIN switch_searchtopics_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
<td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b>{IntroPortaltext17}:</b></center></span></td>
</tr>
<tr>
<td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
</tr>
<tr>
<td align="center" nowrap="nowrap" class="row1"><span class="genmed">
&nbsp;<a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a>&nbsp;<br />
<a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a><br />
<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a>
</span></td>
</tr>
</table>
<br>
<!-- END switch_searchtopics_active -->
<!-- ##### POST COUNT IN SEARCH TOPICS END ##### -->



<!-- ##### FETCH POLL START ##### -->
<!-- BEGIN switch_pollbox_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
  <tr>
        <td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b>{IntroPortaltext18}:</b></center></span></td>
  </tr>

  <tr>
        <td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
  </tr>
		   <tr>
			<td class="row1" align="center"><span class="gensmall">
				<form method="post" action="{S_POLL_ACTION}">
				<br><center><b>{S_POLL_QUESTION}</b></center><br />
<!-- END switch_pollbox_active -->
				<!-- BEGIN poll_option_row -->
				&nbsp;&nbsp;&nbsp;
				<input align="middle" type="radio" name="vote_id" value="{poll_option_row.OPTION_ID}">{poll_option_row.OPTION_TEXT}&nbsp;[{poll_option_row.VOTE_RESULT}]<br />
				<!-- END poll_option_row -->
<!-- BEGIN switch_pollbox_active_in -->
				<br /><center><input type="submit" class="mainoption" name="submit" value="{L_VOTE_BUTTON}" {DISABLED}></center>
<!-- END switch_pollbox_active_in -->
<!-- BEGIN switch_pollbox_active -->
				<input type="hidden" name="topic_id" value="{S_TOPIC_ID}">
				<input type="hidden" name="mode" value="vote">
				<br><span class="gensmall"><b><a href="viewtopic.php?t={S_TOPIC_ID}&postdays=0&postorder=asc&vote=viewresult" class="gensmall">{L_RESULT}</a></b></span>
				</form>
			</span></td>
		   </tr>
		  </table><br>
<!-- END switch_pollbox_active -->
<!-- ##### FETCH POLL END ##### -->



<!-- ##### PARTNERSITES START ##### -->
<!-- BEGIN switch_partners_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
  <tr>
        <td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b>{IntroPortaltext24}:</b></center></span></td>
  </tr>
  <tr>
        <td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
  </tr>
  <tr>
<td align="center" nowrap="nowrap" class="row1"><span class="gensmall">
{PORTAL_PARTNERLINKS}
</span></td>
  </tr>
</table>
<br>


<!-- END switch_partners_active -->
<!-- ##### PARTNERSITES END ##### -->


<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
                  <tr>
                        <td class="catHead" height="25" align="center"><span class="genmed"><b>:Partnerseiten :</b></span></td>
                  </tr>

                   <tr>
                        <td class="row1">
                          <marquee id="link_box" behavior="scroll" direction="up" height="100" scrolldelay="100" scrollamount="3">
                          <CENTER>
                            <a href="http://www.sportschulekang.de/" onMouseOver="document.all.link_box.stop()" onMouseOut="document.all.link_box.start()" target ="new_window"><img src="http://www.carp-lovers.com/templates/subSilver/images/kang.jpg" alt="Taekwondo Sportschule Kang" border="0" vspace="3"></a>
                          </CENTER>
						  <CENTER>
						    <span class="Stil3"><a href="http://www.sportschulekang.de">Taekwondo Sportschule Kang</a></span>
						  </CENTER>
                          <CENTER>
                            <a href="http://www.carpmirror.de" onMouseOver="document.all.link_box.stop()" onMouseOut="document.all.link_box.start()" target ="new_window"><img src="http://www.carp-lovers.com/templates/subSilver/images/carpmirror.jpg" alt="CarpMirror" border="0" vspace="3"></a>            </CENTER>
							<CENTER>
						    <span class="Stil3"><a href="http://www.carpmirror.de">Carp Mirror</a></span>
						      </CENTER>
							<CENTER>
                            <a href="http://www.DragonBaits.de" onMouseOver="document.all.link_box.stop()" onMouseOut="document.all.link_box.start()" target ="new_window"><img src="http://www.carp-lovers.com/templates/subSilver/images/dragonbaits_logo.jpg" alt="CarpMirror" border="0" vspace="3"></a>
                          </CENTER>
                          <CENTER>
						    <span class="Stil3"><a href="http://www.DragonBaits.de">DragonBaits</a></span>
						  </CENTER>
			<CENTER> 
			<a href="http://www.DKAC.de/" onMouseOver="document.all.link_box.stop()" onMouseOut="document.all.link_box.start()" target ="new_window"><img src="http://www.carp-lovers.com/templates/subSilver/images/DKAC.jpg" alt="Deutscher Karpfen Angelclub e.V." border="0" vspace="3"></a> 
				</CENTER> 
					<CENTER> 
				<span class="Stil3"><a href="http://www.DKAC.de">Deutscher Karpfen Angelclub e.V.</a></span>
						</CENTER>



                          </marquee>
                        </td>
                   </tr>
        </table> <br>

<!-- ################################################# LEFT END ################################################# -->
</div>
<!-- BEGIN switch_left_active -->
    </TD>
<!-- END switch_left_active -->
<!-- BEGIN switch_center_active -->
    <TD valign=top width=60%>
<!-- END switch_center_active -->
<div align="center">
<!-- ################################################# CENTER START ################################################# -->



<!-- ##### FETCH POSTS START ##### -->
<!-- BEGIN fetchpost_row -->
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
	<td class="catHead" height="25"><span class="genmed"><b><!--{L_ANNOUNCEMENT}:--> {fetchpost_row.TITLE}</b></span></td>
</tr>
<tr>
	<td class="row2" align="left" height="24"><span class="gensmall">{L_POSTED}: <b>{fetchpost_row.POSTER}</b> @ {fetchpost_row.TIME}</span></td>
</tr>
<tr>
	<td class="row1" align="left"><span class="gensmall" style="line-height:150%">{fetchpost_row.TEXT}<br /><br />{fetchpost_row.OPEN}<a href="{fetchpost_row.U_READ_FULL}">{fetchpost_row.L_READ_FULL}</a>{fetchpost_row.CLOSE}</span></td>
</tr>
<tr>
	<td class="row3" align="left" height="24"><span class="gensmall">{L_COMMENTS}: {fetchpost_row.REPLIES} :: <a href="{fetchpost_row.U_VIEW_COMMENTS}">{L_VIEW_COMMENTS}</a> (<a href="{fetchpost_row.U_POST_COMMENT}">{L_POST_COMMENT}</a>)</span></td>
</tr>
</table>
<br>
<!-- END fetch_post_row -->
<!-- ##### FETCH POSTS END ##### -->



<!-- ##### FORUMINDEX START ##### -->
<!-- BEGIN switch_forumview_active -->
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
  <tr>
	<th colspan="2" class="thCornerL" height="25" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</th>
	<th class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
  </tr>
<!-- END switch_forumview_active -->
<!-- BEGIN catrow -->
	<!-- BEGIN switch_cat_on -->
	<tbody id="cat_{catrow.CAT_ID}_h" style="display:none">
	<!-- END switch_cat_on -->
	<!-- BEGIN switch_cat_off -->
	<tbody id="cat_{catrow.CAT_ID}_h" style="display:show">
	<!-- END switch_cat_off -->
<tr>
	<td class="cat" colspan="5" height="28"><span class="cattitle">{catrow.CAT_DESC}</span></td>

  <!-- BEGIN forumrow -->
  <tr>
	<td class="row1" align="center" valign="middle" height="50"><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%" height="50"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br /></span>
</span><span class="genmed">{catrow.forumrow.FORUM_DESC}<br></span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
</td>
        <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall"><a href="{catrow.forumrow.U_LAST_TOPIC}">{catrow.forumrow.LAST_TOPIC}</a><br />{catrow.forumrow.LAST_POST}</span></td>
  </tr>
  <!-- END forumrow -->
<!-- BEGIN switch_forumview_active -->
</tbody>
<!-- END switch_forumview_active -->
  <!-- END catrow -->
<!-- BEGIN switch_forumview_active -->
</table>
<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2">
  <tr>
	<td align="left"><span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span></td>
	<td align="right"><span class="gensmall">{S_TIMEZONE}</span></td>
  </tr>
</table><br>
<!-- END switch_forumview_active -->
<!-- ##### FORUMINDEX END ##### -->



<!-- ##### LAST TOPICS START ##### -->
<!-- BEGIN switch_lasttopics_active -->
<table width="100%" border="0" cellpadding="0" cellspacing="1" style="border-collapse: collapse" class="forumline">
  <tr>
        <td class="catHead" colspan="5" height="25"><span class="cattitle"><center><b>{IntroPortaltext11}:</b></center></span></td>
  </tr>
<!-- END switch_lasttopics_active -->
  <!-- BEGIN recent -->
  <tr>
<td class="{recent.ROW_CLASS}" align="center" valign="middle"><img src="{recent.TOPIC_FOLDER_IMG}"></td>
<td class="{recent.ROW_CLASS}"><span class="topictitle">{recent.NEWEST_IMG}{recent.TOPIC_TYPE}<a href="{recent.U_VIEW_TOPIC}" class="topictitle">{recent.TOPIC_TITLE}</a></span><span class="postdetails">{recent.GOTO_PAGE}<br />{recent.L_STARTED} {recent.FIRST_TIME} {recent.L_BY} {recent.FIRST_AUTHOR}<br />{L_FORUM}: <a href="{recent.U_VIEW_FORUM}" class="gensmall">{recent.FORUM_NAME}</a>&nbsp;{recent.L_REPLIES}: {recent.REPLIES} {recent.L_VIEWS}: {recent.VIEWS}</span></td>
<td class="{recent.ROW_CLASS}" align="center" valign="middle" nowrap="nowrap"><span class="gensmall">{L_LASTPOST}<br>{recent.LAST_URL} {recent.LAST_TIME}<br />{recent.LAST_AUTHOR}</span></td>
  </tr>
  <!-- END recent -->
<!-- BEGIN switch_lasttopics_active -->
</table><br>
<!-- END switch_lasttopics_active -->
<!-- ##### LAST TOPICS END ##### -->



<!-- ##### FORUMLEGEND START ##### -->
<!-- BEGIN switch_forumlegend_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
  <tr>
        <td class="catHead" colspan="1" height="25"><span class="cattitle"><center><b>{IntroPortalLegende}:</b></center></span></td>
  </tr>
  <tr>
        <td colspan="1" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
  </tr>
  <tr><td class="row1" align="center"><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr>
  		<td class="row1" width="20" align="center"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}"/></td>
		<td class="row1"><span class="gensmall">{L_NEW_POSTS}</span></td>
		<td class="row1" width="20" align="center"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
		<td class="row1"><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
		<td class="row1" width="20" align="center"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
		<td class="row1"><span class="gensmall">{L_FORUM_LOCKED}</span></td>
		</tr>

		<tr>
		<td class="gensmall">&nbsp;</td>
		<td class="gensmall">&nbsp;</td>
		<td class="gensmall">&nbsp;</td>
  		<td class="gensmall">&nbsp;</td>
		<td class="gensmall">&nbsp;</td>
		<td class="gensmall">&nbsp;</td>
		</tr>

		<tr>
		<td align="center">
			<tr>
				<td class="gensmall"><center><img src="{FOLDER_NEW_IMG}" alt="{L_NEW_POSTS}" /></center></td>
				<td class="gensmall">{L_NEW_POSTS}</td>
				<td class="gensmall"><center><img src="{FOLDER_IMG}" alt="{L_NO_NEW_POSTS}" /></center></td>
				<td class="gensmall">{L_NO_NEW_POSTS}</td>
				<td class="gensmall"><center><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_ANNOUNCEMENT}" /></center></td>
				<td class="gensmall">{L_ANNOUNCEMENT}</td>
			</tr>
			<tr>
				<td class="gensmall"><center><img src="{FOLDER_HOT_NEW_IMG}" alt="{L_NEW_POSTS_HOT}" /></center></td>
				<td class="gensmall">{L_NEW_POSTS_HOT}</td>
				<td class="gensmall"><center><img src="{FOLDER_HOT_IMG}" alt="{L_NO_NEW_POSTS_HOT}" /></center></td>
				<td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
				<td class="gensmall"><center><img src="{FOLDER_STICKY_IMG}" alt="{L_STICKY}" /></center></td>
				<td class="gensmall">{L_STICKY}</td>
			</tr>
			<tr>
				<td class="gensmall"><center><img src="{FOLDER_LOCKED_NEW_IMG}" alt="{L_NEW_POSTS_LOCKED}" /></center></td>
				<td class="gensmall">{L_NEW_POSTS_LOCKED}</td>
				<td class="gensmall"><center><img src="{FOLDER_LOCKED_IMG}" alt="{L_NO_NEW_POSTS_LOCKED}" /></center></td>
				<td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
<!-- END switch_forumlegend_active -->
<!-- BEGIN switch_globalannouncemod_active -->
				<td class="gensmall"><center><img src="{FOLDER_GLOBAL_ANNOUNCE_IMG}" alt="{L_GLOBAL_ANNOUNCEMENT}" /></center></td>
				<td class="gensmall">{L_GLOBAL_ANNOUNCEMENT}</td>
<!-- END switch_globalannouncemod_active -->
<!-- BEGIN switch_forumlegend_active -->
			</tr>
		</td>
		</tr>


  </tr></table></td></tr>
</table><br>
<!-- END switch_forumlegend_active -->
<!-- ##### FORUMLEGEND END ##### -->



<!-- ##### LOGIN START ##### -->
<!-- BEGIN switch_loginform_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
<td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b>{IntroPortaltext19}:</b></center></span></td>
</tr>
<tr>
<td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
</tr>
<tr>
<td align="left" class="row1"><span class="genmed">
<br>{IntroPortaltext7}<center><br>
<form method="post" action="{S_LOGIN_ACTION}">
<table width="90%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" height="28" align="center" valign="middle"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}:</span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="28"><span class="gensmall">{L_USERNAME}:
<input class="post" type="text" name="username" size="10" />
&nbsp;&nbsp;&nbsp;{L_PASSWORD}:
<input class="post" type="password" name="password" size="10" />
<br>{L_AUTO_LOGIN}
<input class="text" type="checkbox" checked name="autologin" />
<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
</span>
</td>
</tr>
<tr align="center">
<td class="row1" colspan="2"><span class="gensmall"><a href="{U_SEND_PASSWORD}" class="gensmall">{L_SEND_PASSWORD}</a></span></td>
</tr>
</table>
</form>
</center>
</span></td>
</tr>
</table><br>
<!-- END switch_loginform_active -->
<!-- ##### LOGIN END ##### -->



<!-- ##### FREENET NEWSTICKER START ##### -->
<!-- BEGIN switch_freenet_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
<td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b>{IntroPortaltext20}:</b></center></span></td>
</tr>
<tr>
<td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
</tr>
<tr>
<td align="center" class="row1"><span class="gensmall"><script language="JavaScript1.2" src="http://instantcontent.freenet.de/docwrite.php?Produkt=9&Anzahl=10"></script></span></td>
</tr>
</table><br>
<!-- END switch_freenet_active -->
<!-- ##### FREENET NEWSTICKER END ##### -->



<!-- ##### HEISE NEWSTICKER START ##### -->
<!-- BEGIN switch_heise_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
<td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b>{IntroPortaltext26}:</b></center></span></td>
</tr>
<tr>
<td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
</tr>
<tr>
<td align="center" class="row1"><span class="gensmall">{Heise_NEWSTICKER}</span></td>
</tr>
</table><br>
<!-- END switch_heise_active -->
<!-- ##### HEISE NEWSTICKER END ##### -->



<!-- ################################################# CENTER END ################################################# -->
</div>
<!-- BEGIN switch_center_active -->
    </TD>
<!-- END switch_center_active -->
<!-- BEGIN switch_right_active -->
    <TD valign=top width=20%>
<!-- END switch_right_active -->
<div align="right">
<!-- ################################################# RIGHT START ################################################# -->



<!-- ##### WHOISONLINE START ##### -->
<!-- BEGIN switch_whoisonline_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
<td class="catHead" colspan="2" height="25"><span class="cattitle"><center><a href="viewonline.php" class="genmed">{IntroPortaltext21}:</a></center></span></td>
</tr>
<tr>
<td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
</tr>
<tr>
<td colspan="2" height="1" class="row1"><span class="genmed"><br>{TOTAL_USERS_ONLINE}<br><br>{LOGGED_IN_USER_LIST}<br></span><span class="gensmall"><br /></span></td>
</tr>
<!-- END switch_whoisonline_active -->
<!-- BEGIN switch_lastvisitmod_active -->
<tr>
<td class="row1" align="left"><span class="gensmall"><br />{L_USERS_TODAY}{L_USERS_LASTHOUR}<br /><br />{USERS_TODAY_LIST}<br /><br /></span></td>
</tr>
<!-- END switch_lastvisitmod_active -->
<!-- BEGIN switch_whoisonline_active -->
</table>
<br>
<!-- END switch_whoisonline_active -->
<!-- ##### WHOISONLINE ENDE ##### -->



<!-- ##### CHAT BOX START ##### -->
<!-- BEGIN switch_chatboxmod_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
<td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b>{Who_Is_Chatting}</b></center></span></td>
</tr>
<tr>
<td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
</tr>
<tr><td align="center" class="row1"><span class="gensmall">
{TOTAL_CHATTERS_ONLINE}&nbsp;&nbsp;&nbsp;
<br>
   [ <a href="javascript:void(0);" onClick="window.open('{S_JOIN_CHAT}','{CHATBOX_NAME}','scrollbars=no,width=540,height=450')">{L_CLICK_TO_JOIN_CHAT}</a> ]
   <br />{CHATTERS_LIST}
</span></td></tr></table><br>
<!-- END switch_chatboxmod_active -->
<!-- ##### CHAT BOX START ##### -->



<!-- ##### WEBMASTER / STAFF START ##### -->
<!-- BEGIN switch_webmaster_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
     <td class="catHead" colspan="2" height="25"><span class="cattitle"><center>{IntroPortaltext22}:</center></span></td>
  </tr>
 <tr>
        <td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
  </tr>
<!-- END switch_webmaster_active -->
        <!-- BEGIN staff -->
  <tr>
     <td colspan="2" height="1" class="row1" align="center"><br><span class="genmed">{staff.AVATAR}<br><a href="{staff.U_NAME}" class="genmed"><b>{staff.NAME}</b></a><br />{staff.LEVEL}<br>{staff.MAIL}<br>{staff.PM}<br>{staff.WWW_IMG}<br>{staff.POSTER_ONLINE}<br><br></span></td>
  </tr>
        <!-- END staff -->
<!-- BEGIN switch_webmaster_active -->
</table>
<br>
<!-- END switch_webmaster_active -->
<!-- ##### WEBMASTER / STAFF END ##### -->



<!-- ##### GOOGLE START ##### -->
<!-- BEGIN switch_google_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
  <tr>
        <td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b>{IntroPortaltext25}:</b></center></span></td>
  </tr>

  <tr>
        <td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
  </tr>
  <tr>
<td align="center" nowrap="nowrap" class="row1"><span class="genmed">
<br>
<!-- Search Google -->
<center>
<FORM method=GET action="http://www.google.de/search" target="_blank">
<TABLE><tr><td><center>
<INPUT TYPE=text name=q size=18 maxlength=255 value="" style="background-color: {T_BODY_BGCOLOR}; color: {T_BODY_TEXT}">
<INPUT TYPE=hidden name=hl value=de><br><br>
<INPUT type=submit name=btnG VALUE="{IntroPortaltext25}" class="liteoption" style="background-color: {T_BODY_BGCOLOR}; color: {T_BODY_TEXT}"></center>
</td></tr></TABLE>
</FORM>
</center>
<!-- Search Google -->
</span></td>
  </tr>
</table><br>
<!-- END switch_google_active -->
<!-- ##### GOOGLE END ##### -->



<!-- ################################################# RIGHT END ################################################# -->
</div>
<!-- BEGIN switch_right_active -->
    </TD>
<!-- END switch_right_active -->
  </TR>
</TABLE>

<!-- ################################################# PORTAL END ################################################# -->
<!-- BEGIN switch_border_active -->
    </TD>
  </TR>
</TABLE>
<!-- END switch_border_active -->
<!-- ################################################# PORTAL-BORDER END ################################################# -->



<center><a href="http://www.awsw.de" title="Intro & Portal MOD {INTRO_PORTAL_VERSION} by AWSW http://www.awsw.de" class="gensmall">Intro & Portal MOD - Version {INTRO_PORTAL_VERSION}</a><br><a href="impressum.html">Impressum</a></center>
Hoffe um hilfe.

Grüße: cyprinus
MuSiK Is ThE dRuG oF mY lIfE
Benutzeravatar
Stefane
Mitglied
Beiträge: 784
Registriert: 04.02.2006 22:43
Wohnort: Rathenow
Kontaktdaten:

Beitrag von Stefane »

hmm, kannst du mal bitte die Stelle kenntlich machen, wo zu versucht hast, die Partner-Seite einzubauen, sonst suchen wir uns in der tpl dumm und dämlich.

Wie sieht denn der fehler genau aus, den ein Portal jetzt hat?
Antworten

Zurück zu „phpBB 2.0: Mod Support“