Seite 4 von 7

Verfasst: 03.04.2003 20:50
von AWSW
Hallo SamSite: Scheint zu funktionieren - hab es angehängt: http://www.awsw.de/Forum/viewtopic.php?p=3058#3058

Danke & Gruß AWSW

Verfasst: 03.04.2003 21:09
von SamSite
Wenn es funktioniert, dann bin ich glücklich :D

Hab in das Portal von meinem Board übrigens noch mehr nette Sachen eingebaut... kannst ja mal schaun :)

http://www.samsiteboard.de/phpbb2/portal.php

Lösung? (Gelesen/Ungelesen)

Verfasst: 19.04.2003 05:03
von Freedom
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...
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.

Verfasst: 19.04.2003 12:03
von Lassie
ich finde das portal auch echt supergut, nur diese eine sache stört voll......

echt schade.....!!!

Verfasst: 01.06.2003 15:39
von Beuke
hallo
ich habe folgendes poblem
wenn ich vom intro zu einem thread wechsel via news oder letze beiträge tabelle
werden alle! anderen posts als gelesen markiert... nicht wie bei user lassie das diese ungelesen bleiben, bei mir werden alle als gelesen markiert
ich suche schon wie bekloppt, aber vll kommt mir jemand ja zuvor *kopfkratz*
gruss beuki

Verfasst: 01.06.2003 16:05
von AWSW
.... du hast auch noch die 1. Version des AtAGlance MOD im Intro: http://www.goldbrunnen.de/standard/phpbb/intro.php Installiere die Intro Erweiterung und es ist nicht mehr so dramatisch...

Zu der Sache mit der Kennzeichnung ob nun neuer Beitrag oder nicht kann ich Euch nicht mehr weiter helfen, da es bei mir als registrierter User geht der AtAGlance MOD in Version 4 von Netclectic entwickelt wurde und von Acid und mir nur etwas modifiziert wurde... Dazu also bei Netclectic nach fragen, da er den Code an dieser Stelle wesentlich besser kennen sollte... :wink:

Verfasst: 01.06.2003 21:29
von Beuke
ich probier's
thx dafür

Verfasst: 03.06.2003 20:43
von The2Brain
Hi.

So da ich mich hier auch melden soll ;)

Komm ich jetzt zu meinen Fragen...

Also ich hab das Portal jetzt online.

http://www.mytweaker.de/portal.php

läuft auch wunderbar. Allerdings nur mit SubSilver.

Normal verwende ich den phpxp2 Style. Nur wie ihr seht, fehlen. Die Abgrenzugen... :(

Hat einer ein Plan wie ich die da hin bekomm?

greetz
The2Brain

Verfasst: 03.06.2003 21:09
von Tuxman
Ersetz mal in der portal_body.tpl alle Stellen:

Code: Alles auswählen

<table (...) style="border-collapse: collapse" (...)
mit der hier:

Code: Alles auswählen

<table (...) style="border-collapse: collapse;border:1px solid blue;" (...)
So hab ich es in meinem Forum auch gemacht... die Farbe kannste natürlich ändern ;)


ALTERNATIVE:
Füge in der portal_body.tpl folgenden Code ein:

Code: Alles auswählen

<style type="text/css">
<!--
table { border:solid 1px blue; }
//-->
</style>
Vorteil: Du musst es nur einmal ändern, wenn du 'ne andere Farbe willst ;)

Verfasst: 03.06.2003 21:16
von The2Brain
Ich glaub ich bin zu Blöd. Ich find die von dir genannte Zeile nicht.

Hier mein Code.
<!-- ################################################# 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">&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="row3">&nbsp;<span class="genmed">{last_registrations.REG_DATE}</span>&nbsp;</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">&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="row3">&nbsp;<span class="genmed">{most_posts.POSTS}</span>&nbsp;</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">&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="row3">&nbsp;<span class="genmed">{best_topics.REPLIES}</span>&nbsp;</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">
&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>
<!-- ##### 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">&nbsp;{L_FORUM}&nbsp;</th>
<th class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</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">&nbsp;{L_TOPICS}&nbsp;</th>
<th align="center" class="toprow" nowrap="nowrap">&nbsp;Views&nbsp;</th>
<th align="center" class="toprow" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</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 ################################################# -->
greetz
The2Brain