Verfasst: 03.04.2003 20:50
Hallo SamSite: Scheint zu funktionieren - hab es angehängt: http://www.awsw.de/Forum/viewtopic.php?p=3058#3058
Danke & Gruß AWSW
Danke & Gruß AWSW
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Gibt es dafür schon eine Lösung? Ich wurde von Besuchern meines Forums ebenfalls darauf aufmerksam gemacht und mußte bis jetzt eine Antwort schuldig bleiben.Lassie hat geschrieben:sorry, dass ich nochmal nerve aber hat da keiner ne idee, woran es liegen könnte das die beiträge immer als ungelesen dargestellt werden, in der portal-ansicht.....das ist irgendwie so...so.....nervig...
Code: Alles auswählen
<table (...) style="border-collapse: collapse" (...)
Code: Alles auswählen
<table (...) style="border-collapse: collapse;border:1px solid blue;" (...)
Code: Alles auswählen
<style type="text/css">
<!--
table { border:solid 1px blue; }
//-->
</style>
greetz<!-- ################################################# PORTAL-RAHMEN START ################################################# -->
<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>{IntroPortaltext27}</b></center></span></td>
</tr>
<tr>
<td class="row1">
<!--<td>-->
<!-- ################################################# PORTAL INHALT START ################################################# -->
<TABLE width=100%>
<TR>
<TD valign=top width=20%>
<div align="left">
<!-- ################################################# LINKS START ################################################# -->
<!-- ##### Letzte Registrierungen Start ##### -->
<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>{IntroPortaltext6}</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>
<!-- BEGIN last_registrations -->
<tr>
<td class="row2"> <span class="genmed"><a href="{last_registrations.U_VIEWPROFILE}" class="genmed">{last_registrations.USERNAME}</a></span> </td>
<td align="center" nowrap="nowrap" class="row3"> <span class="genmed">{last_registrations.REG_DATE}</span> </td>
</tr>
<!-- END last_registrations -->
</table>
<br>
<!-- ##### Letzte Registrierungen Ende ##### -->
<!-- ##### User mit den meisten Beiträgen Start ##### -->
<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>{IntroPortaltext7}</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>
<!-- BEGIN most_posts -->
<tr>
<td class="row2"> <span class="genmed"><a href="{most_posts.U_VIEWPROFILE}" class="genmed">{most_posts.USERNAME}</a></span> </td>
<td align="center" nowrap="nowrap" class="row3"> <span class="genmed">{most_posts.POSTS}</span> </td>
</tr>
<!-- END most_posts -->
</table>
<br>
<!-- ##### User mit den meisten Beiträgen Ende ##### -->
<!-- ##### Beiträge mit den meisten Antworten Start ##### -->
<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>{IntroPortaltext8}</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>
<!-- BEGIN best_topics -->
<tr>
<td class="row2"> <span class="genmed"><a href="{best_topics.VIEWTOPIC}" class="genmed">{best_topics.TOPIC_TITLE}</a></span> </td>
<td align="center" nowrap="nowrap" class="row3"> <span class="genmed">{best_topics.REPLIES}</span> </td>
</tr>
<!-- END best_topics -->
</table>
<br>
<!-- ##### Beiträge mit den meisten Antworten Ende ##### -->
<!-- ##### Suchkriterien Start ##### -->
<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>{IntroPortaltext9}</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="row3"><span class="genmed">
<a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a> <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>
<!-- ##### Suchkriterien Ende ##### -->
<!-- ################################################# LINKS ENDE ################################################# -->
</div>
</TD>
<TD valign=top width=60%>
<div align="center">
<!-- ################################################# MITTE START ################################################# -->
<!-- ##### ForenÜbersicht Start ##### -->
<table width="95%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
<!-- 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>
</tr>
</tbody>
<!-- BEGIN switch_cat_on -->
<tbody id="cat_{catrow.CAT_ID}_s" style="display:show">
<!-- END switch_cat_on -->
<!-- BEGIN switch_cat_off -->
<tbody id="cat_{catrow.CAT_ID}_s" style="display:none">
<!-- END switch_cat_off -->
<tr>
<td class="cat" colspan="5" height="28"><span class="cattitle">{catrow.CAT_DESC}</span></td>
</tr>
<!-- 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></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 -->
</tbody>
<!-- END catrow -->
</table>
<!-- ##### ForenÜbersicht Ende ##### -->
<!-- ##### Letzte Beiträge Start ##### -->
<table width="95%" border="0" cellpadding="0" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
<td class="catHead" colspan="4" height="25"><span class="cattitle"><center><b>{IntroPortaltext18}</b></center></span></td>
</tr>
<tr>
<td colspan="4" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
</tr>
<tr>
<th colspan="2" align="center" height="25" class="toprow" nowrap="nowrap"> {L_TOPICS} </th>
<th align="center" class="toprow" nowrap="nowrap"> Views </th>
<th align="center" class="toprow" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
<!-- BEGIN topicrow -->
<tr>
<td class="row1" width="35" align="center" valign="middle" nowrap="nowrap"> <img src="{topicrow.TOPIC_FOLDER_IMG}" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /> </td>
<td class="row1" width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_ATTACHMENT_IMG}{topicrow.HAS_ATTACHMENTS_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />
{topicrow.GOTO_PAGE}</span></td>
<td class="row2" align="center" valign="middle"><span class="genmed">{topicrow.VIEWS}</span></td>
<td class="row1" align="center" valign="middle" nowrap="nowrap"><span class="genmed">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</span></td>
</tr>
<!-- END topicrow -->
<br>
</table>
<!-- ##### Letzte Beiträge Ende ##### -->
<!-- ################################################# MITTE ENDE ################################################# -->
</div>
</TD>
<TD valign=top width=20%>
<div align="right">
<!-- ################################################# RECHTS START ################################################# -->
<!-- ##### WebMaster Start ##### -->
<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>{IntroPortaltext25}</center></span></td>
</tr>
<tr>
<td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
</tr>
<!-- BEGIN staff -->
<tr>
<td colspan="2" height="1" class="row3" 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 -->
</table>
<br>
<!-- ##### WebMaster Ende ##### -->
<!-- ##### Partnerlinks Start ##### -->
<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="center" nowrap="nowrap" class="row3"><span class="gensmall">
<A HREF="{IntroPortaltext20}">{IntroPortaltext20}</A>
<br>
<A HREF="{IntroPortaltext21}">{IntroPortaltext21}</A>
<br>
<A HREF="{IntroPortaltext22}">{IntroPortaltext22}</A>
<br>
<A HREF="{IntroPortaltext23}">{IntroPortaltext23}</A>
<br>
<A HREF="{IntroPortaltext24}">{IntroPortaltext24}</A>
<br>
</span></td>
</tr>
</table>
<br>
<!-- ##### Partnerlinks Ende ##### -->
<!-- ##### Google Start ##### -->
<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" nowrap="nowrap" class="row3"><span class="genmed">
<br>
<!-- Search Google -->
<center>
<FORM method=GET action="http://www.google.de/search">
<TABLE><tr><td><center>
<INPUT TYPE=text name=q size=18 maxlength=255 value="">
<INPUT TYPE=hidden name=hl value=de><br><br>
<INPUT type=submit name=btnG VALUE="{IntroPortaltext26}" class="liteoption"></center>
</td></tr></TABLE>
</FORM>
</center>
<!-- Search Google -->
</span></td>
</tr>
</table>
<!-- ##### Google Ende ##### -->
<!-- ################################################# RECHTS ENDE ################################################# -->
</div>
</TD>
</TR>
</TABLE>
<!-- ################################################# PORTAL INHALT ENDE ################################################# -->
</TD>
</TR>
</TABLE>
<!-- ################################################# PORTAL-RAHMEN ENDE ################################################# -->