Seite 1 von 2

ézPortal in Board

Verfasst: 01.05.2006 13:18
von Zer0-phpBB
Also Kinders,
ich baue gerade in meinem Board das ezPortal ein.
Da Portal is so halbwegs da, aber die Farben stimmen noch net :D

Click here

Wie ändere ich die Farben von Grau, wie es momentan ist in die Farbe des Board?
Oder wie lege ich die Navi fest?

Danke euch.

Verfasst: 01.05.2006 13:21
von CrYiNg
HallO!

Wo ist der Link? Ich kann nichts sehen :o .

CrYiNg :cry:

Verfasst: 01.05.2006 13:22
von Zer0-phpBB
Sry, stimmt!
Den habe ich verschlumpft...wurde gefixt!

Verfasst: 01.05.2006 13:25
von CrYiNg
HallO!

Also damit das grau weg geht suche mehrmal in der portal_body.tpl nach

Code: Alles auswählen

cathead
und ersetze es durch .
Bei Morpheus ist aber eigentlich eine portal_body.tpl immer dabei...Schau mal in den Style rein.

CrYiNg :cry:

Verfasst: 01.05.2006 13:36
von Zer0-phpBB
Was ändert denn dieses Wort "cat"?
Ich suche mal nach ihr und gucke mir den Spaß an.

Verfasst: 01.05.2006 13:39
von CrYiNg
Hallo!

Das Template, welches bei den MOD ausgelegt ist, ist für subSilver. In der css von subSilver wird catHead als definition von diesen cellpics verwendet. In der css von morpheus, gibt es aber nur noch cat.

CrYiNg :cry:

Verfasst: 01.05.2006 18:03
von Zer0-phpBB
Soll ich das jetzt hier "portal_body.tpl" ändern, oder in der CSS Datei?
In der CS Datei denke ich nicht...
Aber du verwirrst mich ein bisel :-? Tut mir Leid.

Verfasst: 01.05.2006 21:01
von Zer0-phpBB
Guten abend noch einmal,
also ich habe das mit dem versucht, aber es half nichts. Woran kann das liegen? Habe ich vielleicht was übersehen? auf jedenfall hat sich nichts geändert, nachdem ich die bearbeitet Datei hochgeladen habe.

Verfasst: 01.05.2006 21:22
von CrYiNg
Hallo!

Wieso, wo hast du denn was geändert? Du solltest es in der portal_body.tpl ändern und nicht in der css
Lade mal deine portal_body.tpl hoch. Wie das geht, kannst du hier nachlesen http://www.phpbb.de/doku/kb/artikel.php ... t=download

CrYiNg :cry:

Verfasst: 01.05.2006 21:24
von Zer0-phpBB
Ich hab auch die portal_body.tpl geändert.
Die von Morpheus wie du gesagt hattest. Alles was sollte eben in "cat" geändert, aber getan hat sich nichts.[/u]

Hier ist der Code vorher:

Code: Alles auswählen

<table width="100%" cellspacing="0" cellpadding="5" border="0" align="center">
  <tr>
	<td valign="top" width="23%">
	  <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
	   <tr>
		<td class="catHead" height="25"><span class="genmed"><b>{L_BOARD_NAVIGATION}</b></span></td>
	   </tr>
	   <tr>
		<td class="row1" align="left"><span class="genmed" style="line-height: 150%">
			&raquo; <a class="mainmenu" href="{U_PORTAL}">{L_HOME}</a><br />
			&raquo; <a class="mainmenu" href="{U_INDEX}">{L_FORUM}</a><br />
			&raquo; <a class="mainmenu" href="{U_MEMBERLIST}">{L_MEMBERLIST}</a><br />
			&raquo; <a class="mainmenu" href="{U_FAQ}">{L_FAQ}</a><br />
			&raquo; <a class="mainmenu" href="{U_SEARCH}">{L_SEARCH}</a><br />
		</span></td>
	   </tr>
	  </table>

	  <br />

	  <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
	   <tr>
		<td class="catHead" height="25"><span class="genmed"><b>{L_STATISTICS}</b></span></td>
	   </tr>
	   <tr>
		<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS}<br />{NEWEST_USER}<br /><br/>{TOTAL_POSTS} {TOTAL_TOPICS}<br />&nbsp;</span></td>
	   </tr>
	  </table>

	  <br />

	  <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
	   <tr>
		<td class="catHead" height="25"><span class="genmed"><b>Links</b></span></td>
	   </tr>
	   <tr>
		<td class="row1" align="center"><a href="http://smartor.is-root.com" target="_blank"><img src="images/smartorsite_logo.gif" width="88" height="31" alt="Smartor Site" border="0" vspace="3"></a></td>
	   </tr>
	  </table>

	</td>

	<td valign="top" width="55%">
		<!-- BEGIN welcome_text -->
		<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
		  <tr>
			<td class="catHead" height="25"><span class="genmed"><b>{L_NAME_WELCOME}</b></span></td>
		  </tr>
		  <tr>
			<td class="row1" align="left"><span class="gensmall" style="line-height:150%">{WELCOME_TEXT}<br />&nbsp;</span></td>
		  </tr>
		</table>

		<br />

		<!-- END welcome_text -->
		<!-- 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 fetchpost_row -->
	</td>

	<td valign="top" width="22%">
	  <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
	   <tr>
		<td class="catHead" height="25"><span class="genmed"><b>{L_NAME_WELCOME} {U_NAME_LINK}</b></span></td>
	   </tr>
	   <tr>
		<td class="row1" align="left"><span class="gensmall">
			<!-- BEGIN switch_user_logged_in -->
			<div align="center"><br />{AVATAR_IMG}</div>
			<br />{LAST_VISIT_DATE}<br /><br />
			<a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br />
			<!-- END switch_user_logged_in -->
			<br />{CURRENT_TIME}<br /><br />{S_TIMEZONE}</span>
		</td>
	   </tr>
	  </table>

	  <br />
	<!-- BEGIN switch_user_logged_out -->
	<form method="post" action="{S_LOGIN_ACTION}">
	  <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
	   <tr>
		<td class="catHead" height="25"><span class="genmed"><b>{L_LOGIN}</b></span></td>
	   </tr>
	   <tr>
		<td class="row1"><span class="gensmall" style="line-height=150%">
		<input type="hidden" name="redirect" value="{U_PORTAL}" />
		{L_USERNAME}:<br /><input class="text" type="text" name="username" size="15" /><br />
		{L_PASSWORD}:<br /><input class="text" type="password" name="password" size="15" /><br />
		<input class="text" type="checkbox" name="autologin" />&nbsp;{L_REMEMBER_ME}<br/>
		<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /><br /><br /><a href="{U_SEND_PASSWORD}">{L_SEND_PASSWORD}</a><br /><br />{L_REGISTER_NEW_ACCOUNT}<br />&nbsp;</span></td>
	   </tr>
	  </table>
	</form>
	<!-- END switch_user_logged_out -->
	  <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
	   <tr>
		<td class="catHead" height="25"><span class="genmed"><b>{L_WHO_IS_ONLINE}</b></span></td>
	   </tr>
	   <tr>
		<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE}<br /><br />{LOGGED_IN_USER_LIST}<br /><br /></span><div align="center" class="gensmall">[ <a href="{U_VIEWONLINE}">{L_VIEW_COMPLETE_LIST}</a> ]</div><span class="gensmall"><br />{RECORD_USERS}<br />&nbsp;</span></td>
	   </tr>
	  </table>

	  <br />

	  <form method="post" action="{S_POLL_ACTION}">
	  <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
	   <tr>
		<td class="catHead" height="25"><span class="genmed"><b>{L_POLL}</b></span></td>
	   </tr>
	   <tr>
		<td class="row1" align="left">
			<div align="center" class="gensmall"><b>{S_POLL_QUESTION}</b></div><br />
			<!-- BEGIN poll_option_row -->
			<input type="radio" name="vote_id" value="{poll_option_row.OPTION_ID}" /><span class="gensmall">{poll_option_row.OPTION_TEXT}&nbsp;[{poll_option_row.VOTE_RESULT}]</span><br />
			<!-- END poll_option_row -->
			<br />
			<!-- BEGIN switch_user_logged_out -->
			<div align="center">{L_LOGIN_TO_VOTE}</div>
			<!-- END switch_user_logged_out -->
			<!-- BEGIN switch_user_logged_in -->
			<div align="center" class="gensmall"><input type="submit" class="mainoption" name="submit" value="{L_VOTE_BUTTON}" {DISABLED} /></div>
			<input type="hidden" name="topic_id" value="{S_TOPIC_ID}" />
			<input type="hidden" name="mode" value="vote" />
			<!-- END switch_user_logged_in -->
			<br />
		</td>
	   </tr>
	  </table>
	  </form>

	  <br />

	</td>
  </tr>
</table>

<br />
und das dann nachher:

Code: Alles auswählen

<table width="100%" cellspacing="0" cellpadding="5" border="0" align="center">
  <tr>
	<td valign="top" width="23%">
	  <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
	   <tr>
		<td class="cat" height="25"><span class="genmed"><b>{L_BOARD_NAVIGATION}</b></span></td>
	   </tr>
	   <tr>
		<td class="row1" align="left"><span class="genmed" style="line-height: 150%">
			&raquo; <a class="mainmenu" href="{U_PORTAL}">{L_HOME}</a><br />
			&raquo; <a class="mainmenu" href="{U_INDEX}">{L_FORUM}</a><br />
			&raquo; <a class="mainmenu" href="{U_MEMBERLIST}">{L_MEMBERLIST}</a><br />
			&raquo; <a class="mainmenu" href="{U_FAQ}">{L_FAQ}</a><br />
			&raquo; <a class="mainmenu" href="{U_SEARCH}">{L_SEARCH}</a><br />
		</span></td>
	   </tr>
	  </table>

	  <br />

	  <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
	   <tr>
		<td class="cat" height="25"><span class="genmed"><b>{L_STATISTICS}</b></span></td>
	   </tr>
	   <tr>
		<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS}<br />{NEWEST_USER}<br /><br/>{TOTAL_POSTS} {TOTAL_TOPICS}<br />&nbsp;</span></td>
	   </tr>
	  </table>

	  <br />

	  <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
	   <tr>
		<td class="cat" height="25"><span class="genmed"><b>Links</b></span></td>
	   </tr>
	   <tr>
		<td class="row1" align="center"><a href="http://smartor.is-root.com" target="_blank"><img src="images/smartorsite_logo.gif" width="88" height="31" alt="Smartor Site" border="0" vspace="3"></a></td>
	   </tr>
	  </table>

	</td>

	<td valign="top" width="55%">
		<!-- BEGIN welcome_text -->
		<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
		  <tr>
			<td class="cat" height="25"><span class="genmed"><b>{L_NAME_WELCOME}</b></span></td>
		  </tr>
		  <tr>
			<td class="row1" align="left"><span class="gensmall" style="line-height:150%">{WELCOME_TEXT}<br />&nbsp;</span></td>
		  </tr>
		</table>

		<br />

		<!-- END welcome_text -->
		<!-- BEGIN fetchpost_row -->
		<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
		  <tr>
			<td class="cat" 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 fetchpost_row -->
	</td>

	<td valign="top" width="22%">
	  <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
	   <tr>
		<td class="cat" height="25"><span class="genmed"><b>{L_NAME_WELCOME} {U_NAME_LINK}</b></span></td>
	   </tr>
	   <tr>
		<td class="row1" align="left"><span class="gensmall">
			<!-- BEGIN switch_user_logged_in -->
			<div align="center"><br />{AVATAR_IMG}</div>
			<br />{LAST_VISIT_DATE}<br /><br />
			<a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br />
			<!-- END switch_user_logged_in -->
			<br />{CURRENT_TIME}<br /><br />{S_TIMEZONE}</span>
		</td>
	   </tr>
	  </table>

	  <br />
	<!-- BEGIN switch_user_logged_out -->
	<form method="post" action="{S_LOGIN_ACTION}">
	  <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
	   <tr>
		<td class="cat" height="25"><span class="genmed"><b>{L_LOGIN}</b></span></td>
	   </tr>
	   <tr>
		<td class="row1"><span class="gensmall" style="line-height=150%">
		<input type="hidden" name="redirect" value="{U_PORTAL}" />
		{L_USERNAME}:<br /><input class="text" type="text" name="username" size="15" /><br />
		{L_PASSWORD}:<br /><input class="text" type="password" name="password" size="15" /><br />
		<input class="text" type="checkbox" name="autologin" />&nbsp;{L_REMEMBER_ME}<br/>
		<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /><br /><br /><a href="{U_SEND_PASSWORD}">{L_SEND_PASSWORD}</a><br /><br />{L_REGISTER_NEW_ACCOUNT}<br />&nbsp;</span></td>
	   </tr>
	  </table>
	</form>
	<!-- END switch_user_logged_out -->
	  <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
	   <tr>
		<td class="cat" height="25"><span class="genmed"><b>{L_WHO_IS_ONLINE}</b></span></td>
	   </tr>
	   <tr>
		<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE}<br /><br />{LOGGED_IN_USER_LIST}<br /><br /></span><div align="center" class="gensmall">[ <a href="{U_VIEWONLINE}">{L_VIEW_COMPLETE_LIST}</a> ]</div><span class="gensmall"><br />{RECORD_USERS}<br />&nbsp;</span></td>
	   </tr>
	  </table>

	  <br />

	  <form method="post" action="{S_POLL_ACTION}">
	  <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
	   <tr>
		<td class="cat" height="25"><span class="genmed"><b>{L_POLL}</b></span></td>
	   </tr>
	   <tr>
		<td class="row1" align="left">
			<div align="center" class="gensmall"><b>{S_POLL_QUESTION}</b></div><br />
			<!-- BEGIN poll_option_row -->
			<input type="radio" name="vote_id" value="{poll_option_row.OPTION_ID}" /><span class="gensmall">{poll_option_row.OPTION_TEXT}&nbsp;[{poll_option_row.VOTE_RESULT}]</span><br />
			<!-- END poll_option_row -->
			<br />
			<!-- BEGIN switch_user_logged_out -->
			<div align="center">{L_LOGIN_TO_VOTE}</div>
			<!-- END switch_user_logged_out -->
			<!-- BEGIN switch_user_logged_in -->
			<div align="center" class="gensmall"><input type="submit" class="mainoption" name="submit" value="{L_VOTE_BUTTON}" {DISABLED} /></div>
			<input type="hidden" name="topic_id" value="{S_TOPIC_ID}" />
			<input type="hidden" name="mode" value="vote" />
			<!-- END switch_user_logged_in -->
			<br />
		</td>
	   </tr>
	  </table>
	  </form>

	  <br />

	</td>
  </tr>
</table>

<br />
Habe ich vielleicht etwas vergessen oder die falsche Datei in der hektig erwischt?