"links" entfernen
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.
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.
"links" entfernen
http://spooky.koolhost.de/phpBB2/
so nun folgendes problem, ich hätte gerne unten links die "links" entfernt, da ich diese wenn möglich auf die hp main site packen wollte.
so nun folgendes problem, ich hätte gerne unten links die "links" entfernt, da ich diese wenn möglich auf die hp main site packen wollte.
hi spooky
die box findest du in der portal_body.tpl
hab jetzt nur deinen quelltext angesehen ... aber der code in der datei müsste ungefähr so aussehen ....
einfach enfernen oder auskommentieren ....
gibts beim ez-portal keine einstellungsmöglichkeiten im acp ?
bei awsw könntest du diese box ganz bequem im acp abstellen
markus
die box findest du in der portal_body.tpl
hab jetzt nur deinen quelltext angesehen ... aber der code in der datei müsste ungefähr so aussehen ....
Code: Alles auswählen
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th height="25"><span class="genmed"><b>Links</b></span></th>
</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><br>
<a href="http://www.phpbb2.de" target="_blank"><img src="images/links/phpbb2_de_logo.gif" width="88" height="31" alt="phpBB2.de" border="0" vspace="3"></a></td>
</tr>
</table>
gibts beim ez-portal keine einstellungsmöglichkeiten im acp ?
bei awsw könntest du diese box ganz bequem im acp abstellen

markus
hi spooky ...
kann dir nur sagen wie es bei awsw portal ist ... und da kannst du das ...
adminbereich .... rubrik intro & porta .. und dann lassen sich alle boxen aktivieren bzw. deaktivieren ....
keine ahnung wie das im ez-portal gelöst ist ... wie gesagt sonst halt einfach den code aus der portal_body.tpl rausnehmen noch besser natürlich auskommentieren ... vielleicht brauchst du es ja irgendwann nochmal
markus
kann dir nur sagen wie es bei awsw portal ist ... und da kannst du das ...
adminbereich .... rubrik intro & porta .. und dann lassen sich alle boxen aktivieren bzw. deaktivieren ....
keine ahnung wie das im ez-portal gelöst ist ... wie gesagt sonst halt einfach den code aus der portal_body.tpl rausnehmen noch besser natürlich auskommentieren ... vielleicht brauchst du es ja irgendwann nochmal

markus
Code: Alles auswählen
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td valign="top" width="23%">
<table width="100%" cellspacing="1" cellpadding="1" border="0" align="left"><tr><td>
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th height="25"><span class="genmed"><b>{L_BOARD_NAVIGATION}</b></span></th>
</tr>
<tr>
<td class="row1" align="left"><span class="genmed" style="line-height: 150%">
<a href="{U_PORTAL}">{L_HOME}</a><br />
<a href="{U_INDEX}">{L_FORUM}</a><br />
<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a><br />
<a href="{U_FAQ}">{L_FAQ}</a><br />
<a href="{U_SEARCH}">{L_SEARCH}</a><br />
<a href="{U_STATISTICS}">{L_STATISTICS}</a><br />
<a href="{U_CALENDAR}">{L_CALENDAR}</a><br />
<a href="{U_RECENT}">{L_RECENT}</a><br />
<a href="{U_LINKS}">{L_LINKS}</a><br />
</span></td>
</tr>
</table>
<br />
<script language="JavaScript" type="text/javascript">
<!--
function checkSearch()
{
if (document.search_block.search_engine.value == 'google')
{
window.open('http://www.google.com/search?q=' + document.search_block.search_keywords.value, '_google', '');
return false;
}
else
{
return true;
}
}
//-->
</script>
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th height="25"><span class="genmed"><b>{L_SEARCH}</b></span></th>
</tr>
<tr>
<td class="row1" align="left"><form name="search_block" method="post" action="{U_SEARCH}" onSubmit="return checkSearch()"><span class="gensmall" style="line-height=150%">
{L_SEARCH}:<br /><input class="post" type="text" name="search_keywords" size="15" /><br />{L_SEARCH_AT}:<br /><select class="post" name="search_engine" /><option value="site">{SITENAME}</option><option value="google">Google</option></select><br /><a href="{U_SEARCH}">{L_ADVANCED_SEARCH}</a><br /><br />
<input type="hidden" name="search_fields" value="all" /><input type="hidden" name="show_results" value="topics" />
<center><input class="mainoption" type="submit" value="{L_SEARCH}" /></center></span></form></td>
</tr>
</table>
<br />
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th height="25"><span class="genmed"><b>{L_RECENT_TOPICS}</b></span></th>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">
<marquee id="recent_topics" behavior="scroll" direction="up" height="200" scrolldelay="100" scrollamount="2">
<!-- BEGIN recent_topic_row -->
» <a href="{recent_topic_row.U_TITLE}" onMouseOver="document.all.recent_topics.stop()" onMouseOut="document.all.recent_topics.start()">{recent_topic_row.L_TITLE}</a><br />
by <a href="{recent_topic_row.U_POSTER}" onMouseOver="document.all.recent_topics.stop()" onMouseOut="document.all.recent_topics.start()">{recent_topic_row.S_POSTER}</a> on {recent_topic_row.S_POSTTIME}<br /><br />
<!-- END recent_topic_row -->
</marquee>
</span></td>
</tr>
</table>
<br />
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th height="25"><span class="genmed"><b>{L_TOP_MEMBERS}</b></span></th>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">
<!-- BEGIN most_posts -->
<b>»</b> <a href="{most_posts.U_VIEWPROFILE}" class="genmed">{most_posts.USERNAME}</a> :: {most_posts.POSTS} {L_POSTS}<br />
<!-- END most_posts -->
</span></td>
</tr>
</table>
<br />
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th height="25"><span class="genmed"><b>{L_BIRTHDAY}</b></span></th>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">{L_WHOSBIRTHDAY_TODAY}<br /><br />{L_WHOSBIRTHDAY_WEEK}<br /> </span></td>
</tr>
</table>
<br />
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th height="25"><span class="genmed"><b>Links</b></span></th>
</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><br>
<a href="http://www.phpbb2.de" target="_blank"><img src="images/links/phpbb2_de_logo.gif" width="88" height="31" alt="phpBB2.de" border="0" vspace="3"></a></td>
</tr>
</table>
<br />
</td></tr></table>
</td>
<td valign="top" width="55%">
<table width="97%" cellspacing="1" cellpadding="1" border="0" align="center"><tr><td>
<!-- BEGIN welcome_text -->
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th height="25"><span class="genmed"><b>{L_NAME_WELCOME}</b></span></th>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall" style="line-height:150%">{WELCOME_TEXT}<br /> </span></td>
</tr>
</table>
<br />
<!-- END welcome_text -->
<!-- BEGIN fetchpost_row -->
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th height="25"><span class="genmed"><b>{L_ANNOUNCEMENT}: {fetchpost_row.TITLE}</b></span></th>
</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 -->
</td></tr></table>
</td>
<td valign="top" width="22%">
<table width="100%" cellspacing="1" cellpadding="1" border="0" align="right"><tr><td>
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th height="25"><span class="genmed"><b>{L_NAME_WELCOME} {U_NAME_LINK}</b></span></th>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">
<!-- BEGIN switch_user_logged_in -->
<center><br />{AVATAR_IMG}</center>
<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 />
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<table width="100%" cellpadding="1" cellspacing="0" border="0" class="forumline">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap">
{L_LIVE_STATISTICS}
<img border="0" src="templates/fisubsilver/images/top10.gif" width="14" height="17">
</span></td>
</tr>
<tr>
<td class="row1" colspan="2" height="28"><span class="gensmall">
<img src="templates/fisubsilver/images/group-4.gif" border="0"> {L_WELCOME}: <b>{USERNAME}</b>
</td>
</tr>
<!-- BEGIN switch_user_logged_out -->
<tr>
<td class="row1">
</td>
</tr>
<tr>
<td class="row1">
<table>
<form action="{S_LOGIN_ACTION}" method="post" target="_top">
<tr>
<td width="45%" align="right">
<span class="gensmall">{L_USERNAME}:</span>
</td>
<td>
<input type="text" name="username" size="10" maxlength="40" value="{USERNAME}" />
</td>
</tr>
<tr>
<td align="right">
<span class="gensmall">{L_PASSWORD}:</span>
</td>
<td>
<input type="password" name="password" size="10" maxlength="25" />
</td>
</tr>
<tr align="center">
<td colspan="2">
<span class="gensmall">{L_AUTO_LOGIN} <input type="checkbox" name="autologin" /> {S_HIDDEN_FIELDS}<input type="submit" name="login" class="mainoption" value="{L_LOGIN}" /></span>
</td>
</tr>
<tr align="center">
<td colspan="2">
<span class="gensmall"><a href="{U_SEND_PASSWORD}" class="gensmall">{L_SEND_PASSWORD}</a></span>
</td>
</tr>
</table>
<tr>
<td class="row1">
</td>
</tr>
<!-- END switch_user_logged_out -->
<tr>
<td class="row1"><span class="gensmall">
<img src="templates/fisubsilver/images/group-2.gif" border="0"> <b><u>{L_MEMBERS}:</b></u>
</td>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<img src="templates/fisubsilver/images/ur-moderator.gif" border="0"> {L_LAST_MEMBER}: {NEWEST_USER}
</td>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<img src="templates/fisubsilver/images/ur-guest.gif" border="0"> {L_OVERALL_MEMBER}: {TOTAL_USERS}
</td>
</tr>
<tr>
<td class="row1">
</td>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<img src="templates/fisubsilver/images/group-3.gif" border="0"> <a href="viewonline.php" class="gensmall"><b><u>{L_ONLINE_USERS}:</b></u></a>
</td>
</tr>
<tr>
<td class="row1"><span class="gensmall">
{TOTAL_USERS_ONLINE}
</td>
</tr>
<tr>
<td class="row1"><span class="gensmall"><br>
<table width="95%" align="center" class="table1">
<tr>
<td >
{RECORD_USERS}
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="row1"><span class="gensmall"><br>
<table width="95%" align="center" class="table1">
<tr>
<td>
{TOTAL_POSTS}
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="row1">
</td>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<img src="templates/fisubsilver/images/group-1.gif" border="0"> <b><u>{L_ONLINE_NOW}:</b></u>
</td>
</tr>
<tr>
<td class="row1"><span class="gensmall">
{LOGGED_IN_USER_LIST}
</td>
</tr>
<tr>
<td class="row1">
</td>
</tr>
<tr>
<td class="row1">
</td>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<center>[{L_WHOSONLINE_ADMIN}] [{L_WHOSONLINE_SUPER_MOD}] [{L_WHOSONLINE_MOD}]</center>
</td>
</tr>
</td>
</tr>
</table>
</td></tr>
</table><br />
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th height="25"><span class="genmed"><b>{L_ONLINE_TODAY}</b></span></th>
</tr>
<tr>
<td class="row1"><span class="gensmall"><br>{L_USERS_TODAY} {L_USERS_LASTHOUR}<br />{USERS_TODAY_LIST}</span> </td>
</tr>
</table>
<br />
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th height="25"><span class="genmed"><b>{L_POLL}</b></span></th>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">
<form method="post" action="{S_POLL_ACTION}">
<center><b>{S_POLL_QUESTION}</b></center><br />
<!-- BEGIN poll_option_row -->
<input type="radio" name="vote_id" value="{poll_option_row.OPTION_ID}">{poll_option_row.OPTION_TEXT} [{poll_option_row.VOTE_RESULT}]<br />
<!-- END poll_option_row -->
<br />
<!-- BEGIN switch_user_logged_out -->
<center>{L_LOGIN_TO_VOTE}</center>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<center><input type="submit" class="mainoption" name="submit" value="{L_VOTE_BUTTON}" {DISABLED}></center>
<input type="hidden" name="topic_id" value="{S_TOPIC_ID}">
<input type="hidden" name="mode" value="vote">
<!-- END switch_user_logged_in -->
</form><br />
</span></td>
</tr>
</table>
<br />
</td></tr></table>
</td>
</tr>
</table>
<br />
oder aber, ich muß den ez portal mod installieren, wo der link zur hp nicht mehr funktioniert *gg*
...hi
also wenn ich das bei mir ausprobiere ... funzt alles andere noch ...
das muss raus .... dann ist auch die linkbox weg
markus
also wenn ich das bei mir ausprobiere ... funzt alles andere noch ...
Code: Alles auswählen
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th height="25"><span class="genmed"><b>Links</b></span></th>
</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><br>
<a href="http://www.phpbb2.de" target="_blank"><img src="images/links/phpbb2_de_logo.gif" width="88" height="31" alt="phpBB2.de" border="0" vspace="3"></a></td>
</tr>
</table>
markus
?! soweit so gut...
und wie schaff ich das nun, daß die boxen da bleiben wo sie sind und sich nicht runter verschieben *g*
und wie schaff ich das nun, daß die boxen da bleiben wo sie sind und sich nicht runter verschieben *g*
Zuletzt geändert von Spooky am 10.03.2004 11:19, insgesamt 1-mal geändert.