Seite 1 von 2
Problem mit rechten Spalte des Portals bei ausgelogte Status
Verfasst: 17.11.2004 16:35
von Webgiant
Hallo,
habe neuerdings ein großes Problem, zumindestens ist es mir heute aufgefallen.
Und zwar rutsch ein Teil der rechten Spalte des Portals bei uneingelogten Status in die Mitte... Keine Ahnung warum...
Hier mal zwei Bilder zum vergleichen. Man müsste eigentlich erkennen was ich meine... (siehe Bild eins rechts und Bild zwei unten Mitte)
Eingelogt:
http://www.webgiant.de/privat/login.jpg
Ausgelogt:
http://www.webgiant.de/privat/logout.jpg
Ist bestimmt nur ne Kleinigkeit aber ich hab keine Ahnung was los ist...
Gruß Helge
Große Grafiken bitte nur als Link; Leuchte
Verfasst: 17.11.2004 16:37
von Markus67
Hi ...
ein Link um sich das anzusehen wäre nicht verkehrt
Markus
Verfasst: 17.11.2004 16:48
von Webgiant
http://www.whs2004.de
Siehste halt nur den uneingelogten Zustand... dachte das man es auf den Pics sieht... Poste nochmal den Quelltext des Portals...
Code: Alles auswählen
<!-- ################################################# RIGHT START ################################################# -->
<!-- ##### WELCOME USER ADDON IN PORTAL START ##### -->
<!-- BEGIN switch_welcomeuser_out_active -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="forumline">
<tr>
<th class="catHead" colspan="2" height="25"><span class="cattitle"><center>{L_Welcome} {U_NAME_LINK}:</center></span></th>
</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">
{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="0" cellspacing="0" class="forumline">
<tr>
<th class="catHead" colspan="2" height="25"><span class="cattitle"><center>{L_Welcome} {U_NAME_LINK}:</center></span></th>
</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">
<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 ##### -->
<!-- ##### LOGIN START ##### -->
<!-- BEGIN switch_loginform_active -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="forumline">
<tr>
<th class="catHead" colspan="2" height="25"><span class="cattitle"><center><b>{IntroPortaltext19}:</b></center></span></th>
</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">
<form method="post" action="{S_LOGIN_ACTION}">
<table width="50" height="100%" valign="center">
<tr>
<td>{L_USERNAME}:</td>
<td><input class="post" type="text" name="username" size="15" /></td>
</tr>
<tr>
<td>{L_PASSWORD}:</td>
<td><input class="post" type="password" name="password" size="15" /></td>
</tr>
</table>
<center>
<br>
{L_AUTO_LOGIN}<br>
<input class="text" type="checkbox" checked name="autologin" />
<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
</span>
</center>
</td>
</tr>
<tr align="center">
<td class="row1" colspan="2"><span class="gensmall"><br><p><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 ##### -->
<!-- ##### BEST TOPICS START ##### -->
<!-- BEGIN switch_topposts_active -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="forumline">
<tr>
<th class="catHead" colspan="2" height="25"><span class="cattitle"><center><b>{IntroPortaltext16}:</b></center></span></th>
</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"> <span class="genmed"><a href="{best_topics.VIEWTOPIC}" class="genmed">{best_topics.TOPIC_TITLE}</a></span> </td>
<td align="center" class="row2"> <span class="genmed">{best_topics.REPLIES}</span> </td>
</tr>
<!-- END best_topics -->
<!-- BEGIN switch_topposts_active -->
</table>
<br>
<!-- END switch_topposts_active -->
<!-- ##### BEST TOPICS END ##### -->
<!-- ##### 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}
<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 ##### -->
<!-- ##### FETCH POLL START ##### -->
<!-- BEGIN switch_pollbox_active -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="forumline">
<tr>
<th class="catHead" colspan="2" height="25"><span class="cattitle"><center><b>{IntroPortaltext18}:</b></center></span></th>
</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 -->
<input align="middle" 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 -->
<!-- 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 ##### -->
<!-- ##### WHOISONLINE START ##### -->
<!-- BEGIN switch_whoisonline_active -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="forumline">
<tr>
<th class="catHead" colspan="2" height="25"><span class="cattitle"><center><a href="viewonline.php" class="genmed">{IntroPortaltext21}:</a></center></span></th>
</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 ##### -->
<!-- ################################################# RIGHT END ################################################# -->
Verfasst: 18.11.2004 10:54
von Webgiant
Kann mir den keiner von euch Cracks helfen...
Ist doch sicher nur ne Kleinigkeit die ich übersehen habe oder?
Danke schonmal im Voraus...
Gruß Helge

Verfasst: 18.11.2004 11:23
von Markus67
Hi ...
suche in der portal_body.tpl
Code: Alles auswählen
<tr align="center">
<td class="row1" colspan="2"><span class="gensmall"><br><p><a href="{U_SEND_PASSWORD}" class="gensmall">
{L_SEND_PASSWORD}</a></span></td>
</tr>
</table>
lösche den letzten </table> Eintrag ... der ist zuviel
Markus
Verfasst: 18.11.2004 15:11
von Webgiant
@Markus67:
Hat wunderbar geklappt, besten Dank mal wieder...
@ Admin & Mods:
Sorry empfinde des net als groß...
Gruß Helge
Verfasst: 18.11.2004 15:16
von Markus67
Hi ....
wars aber allein schon deshalb weil zu breit
Markus
Verfasst: 18.11.2004 15:19
von Webgiant
Mh...
Bei 1280x1024 net...
Ich vergess immer das andere ja noch 1024x768 benutzen...
Verfasst: 30.09.2005 15:55
von kolja
noch ist gut....
ich glaub 95% der user benutzen diese auflösung
kolja
Verfasst: 30.09.2005 18:11
von Markus67
kolja hat geschrieben:noch ist gut....
ich glaub 95% der user benutzen diese auflösung
kolja
Was kramst du denn hier hoch aus 2004?
Markus