Intro + Portal MOD Style anpassen!

Alles zu Styles, Templates, Icons und Smilies für phpBB 2.0, sowie allgemeine Designfragen zur Integration von phpBB in bestehende Websites.
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
Donner07
Mitglied
Beiträge: 3
Registriert: 30.11.2007 18:49

Intro + Portal MOD Style anpassen!

Beitrag von Donner07 »

Hi,

ich wollte fragen, ob mir jemand den Intro + Portal MOD an mein
Style anpassen könnte?

Hier meine Index_body.tpl (Des Styles)

Code: Alles auswählen

<table class="table" border="0" cellpadding="5" cellspacing="0">
<tr>
<td class="small" align="left" valign="bottom">
<!-- BEGIN switch_user_logged_in -->
{LAST_VISIT_DATE}<br />
<!-- END switch_user_logged_in -->
{CURRENT_TIME}<br />
<a href="{U_INDEX}">{L_INDEX}</a></span>
</td>
<td class="small" align="right" valign="bottom">
<!-- BEGIN switch_user_logged_in -->
<a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br /><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
<!-- END switch_user_logged_in -->
<a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
</td>
</tr>
</table>
<!-- BEGIN catrow -->
<table class="table" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="toprowleft"></td>
<td class="toprow">{catrow.CAT_DESC}</td>
<td class="toprowright"></td>
</tr>
</table>
<table class="table" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="catrow" colspan="2">{L_FORUM}</td>
<td class="catrow">{L_TOPICS}</td>
<td class="catrow">{L_POSTS}</td>
<td class="catrow" nowrap>{L_LASTPOST}</td>
</tr>
<!-- BEGIN forumrow -->
<tr>
<td class="row2top">
<img src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</td>
<td class="row1top" width="100%">
<a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
<span class="small">{catrow.forumrow.FORUM_DESC}</span>
</td>
<td class="row2top" align="center">
{catrow.forumrow.TOPICS}
</td>
<td class="row1top" align="center">
{catrow.forumrow.POSTS}
</td>
<td class="row2top" nowrap align="right" width="155">
<span class="small">{catrow.forumrow.LAST_POST}</span>
</td>
</tr>
<tr>
<td class="spacer" colspan="5"></td>
</tr>
<!-- END forumrow -->
</table>
<table class="table" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="footrowleft"></td>
<td class="footrow">.</td>
<td class="footrowright"></td>
</tr>
</table><br />
<!-- END catrow -->
<table class="table" cellspacing="0" border="0" cellpadding="2">
<tr> 
<td align="left" class="small"><a href="{U_MARK_READ}">{L_MARK_FORUMS_READ}</a></td>
<td align="right" class="small">{S_TIMEZONE}</td>
</tr>
</table><br />
<table class="table" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="catrow">Statistics</td>
</tr>
<tr>
<td class="spacer"></td>
</tr>
<tr>
<td class="row2top">
<span class="small">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span>
</td>
</tr>
<tr>
<td class="catrow"><a href="{U_VIEWONLINE}" class="catlink">{L_WHO_IS_ONLINE}</a></td>
</tr>
<tr>
<td class="row2">
<span class="small">{TOTAL_USERS_ONLINE} &nbsp; [ <b>{L_WHOSONLINE_ADMIN}</b> ] &nbsp; [ <b>{L_WHOSONLINE_MOD}</b> ]<br />{RECORD_USERS}</span>
</td>
</tr>
<tr>
<td class="spacer"></td>
</tr>
<tr>
<td class="row1">
{LOGGED_IN_USER_LIST}
</td>
</tr>
</table>
<table class="table" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="footrowleft"></td>
<td class="footrow">.</td>
<td class="footrowright"></td>
</tr>
</table><br />
<!-- BEGIN switch_user_logged_out -->
<table class="table" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="toprowleft"></td>
<td class="toprow">{L_LOGIN_LOGOUT}</td>
<td class="toprowright"></td>
</tr>
</table>
<table class="table" border="0" cellspacing="0" cellpadding="0">
<tr>
<form method="post" action="{S_LOGIN_ACTION}">
<td class="row2" align="center">
<span class="small">{L_USERNAME}: <input class="smallinput" type="text" name="username" size="10" /> {L_PASSWORD}: <input class="smallinput" type="password" name="password" size="10" /> <input class="smallinput" type="submit" name="login" value="{L_LOGIN}" /></span>
</td>
</form>
</tr>
<tr>
<td class="spacer">
</td>
</tr>
</table>
<!-- END switch_user_logged_out -->
<br />
<table cellspacing="3" border="0" align="center" cellpadding="0">
<tr> 
<td width="20" align="center"><img src="templates/vSpiralFull/images/folder_new_big.gif" alt="{L_NEW_POSTS}"/></td>
<td>{L_NEW_POSTS}</td>
<td>&nbsp;&nbsp;</td>
<td width="20" align="center"><img src="templates/vSpiralFull/images/folder_big.gif" alt="{L_NO_NEW_POSTS}" /></td>
<td>{L_NO_NEW_POSTS}</td>
<td>&nbsp;&nbsp;</td>
<td width="20" align="center"><img src="templates/vSpiralFull/images/folder_locked_big.gif" alt="{L_FORUM_LOCKED}" /></td>
<td>{L_FORUM_LOCKED}</td>
</tr>
</table>
Hier die Portal_body.tpl

Code: Alles auswählen

<!-- ################################################# PORTAL-BORDER START ################################################# -->
<!-- BEGIN switch_border_active -->
<table width="100%" "table" border="0" cellpadding="5" cellspacing="0" 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="templates/vSpiralFull/images/_toprow_bg.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/_toprow_bg.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 ##### -->



<!-- ################################################# 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></center>
Hier die intro_body.tpl

Code: Alles auswählen

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="FFFFFF" text="#000000" link="#006699" vlink="#5584AA">


<table width="100%" border="0" cellpadding="3" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
	<td class="catHead" colspan="2" height="25"><span class="cattitle"><center>{IntroPortaltext4} {U_NAME_LINK}</center></span></span></td>
</tr>
<tr>
<td class="row2" width="50%" valign="middle" align="left"><span class="gen"><br>
{IntroPortaltext5} {U_NAME_LINK},
<br>
{IntroPortaltext6}


<!-- BEGIN switch_user_logged_out -->
<br><br>{IntroPortaltext7}<br>
<center><br><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" />
		<br>
		<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><br>
<!-- END switch_user_logged_out -->


<!-- BEGIN switch_user_logged_in -->
<br><br>{IntroPortaltext8}<br>
<!-- END switch_user_logged_in -->
<br>{IntroPortaltext9}<br><br>
<center><b>{IntroPortaltext10}</b><br><br><br>

<br><b><a href="portal.php" class="mainmenu">{IntroPortaltext12}</a></b><br><br></center>

</span></td>
<!-- BEGIN switch_lasttopics_active -->
<td class="row2" width="50%" align="center" valign="top"><span class="gensmall">

<br>
<!-- ##### LAST TOPICS START ##### -->
<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>
<!-- ##### LAST TOPICS END ##### -->

</span></td>
<!-- END switch_lasttopics_active -->
</tr>
</table>

<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></center>

</body>
</html>
Ich hoffe es findet sich jemand der bereit ist,
seine Zeit dafür zu opfern..! :oops:

PS:

Hier der Link zum Forum:

http://pto.ath.cx/
Benutzeravatar
gloriosa
Mitglied
Beiträge: 13770
Registriert: 04.01.2005 20:23
Wohnort: Landeshauptstadt Erfurt

Beitrag von gloriosa »

Hallo,
abgesehen das Du die >>> KB:81 <<< ignoriert hast ist das wohl eher ein Fall für das Forum >>> Jobbörse <<< ! :oops:

Dort vor dem Posten die Regeln des Forum >>> Jobbörse <<< lesen und beim Posten beachten ! :wink:
Viele Grüße - gloriosa :D
Die einen schützen sich vor frischem Wind, während die anderen ihn nutzen.
Kein kostenloser MOD-Einbau usw. bzw. Support via PN, Email oder IRC !
Antworten

Zurück zu „phpBB 2.0: Styles, Templates und Grafiken“