Tabellen vertauschen
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.1, 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.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Tabellen vertauschen
hi ich hab den intro und portal mod erfolgreich drin..nun würd ich gern die tabelle Forum gegen die Tabelle Letzte Beiträge austauschen...oje das klingt kompliziert..mom...samel sammel sammel...so jetzt
also zuerst soll die tabelle letzte beiträge angezeigt ewerden und darunter das forum...sollte doch machbar sein oder?
thx for help saddel
also zuerst soll die tabelle letzte beiträge angezeigt ewerden und darunter das forum...sollte doch machbar sein oder?
thx for help saddel
Hmmm... vielleicht hilft die glance_body.tpl?
*seit ein paar Tagen im Portalcode stöber*
Edit: na dann net
Edit: na dann net
Zuletzt geändert von Tuxman am 08.06.2003 16:36, insgesamt 2-mal geändert.
tux. Ehemaliger Moderator ohne Sondertitel.
tuxproject.de
tuxproject.de
That is relatively einfach
Einfach diesen Part in der portal_body. tpl
vor diesen setzen
Code: Alles auswählen
<!-- ##### 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 ##### --> Code: Alles auswählen
<!-- ##### 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 ##### -->In Meiner Signatur war Werbung und sie wurde deshalb gelöscht - Siehe phpBB.de-Knigge
na guck ma einer schau..das ging ja schnell und hat geklappt...thx..
aber er hat die letzten beiträge kopiert...d.h. ich hab sie jetzt doppelt..is nich dramatisch aber wo kann man den unteren teil der ltabelle entfernen ?
und ich hab eine freizelle vor der tabelle letzte beiträge, dadurch passt sie nicht wie die anderen nebeneinander, sonder ist halt eine zeile runtergerutscht......weisst du dafür abhilfe ? thx (zum zweiten) saddel
aber er hat die letzten beiträge kopiert...d.h. ich hab sie jetzt doppelt..is nich dramatisch aber wo kann man den unteren teil der ltabelle entfernen ?
und ich hab eine freizelle vor der tabelle letzte beiträge, dadurch passt sie nicht wie die anderen nebeneinander, sonder ist halt eine zeile runtergerutscht......weisst du dafür abhilfe ? thx (zum zweiten) saddel
1.) unter dem Part "Foren-Übersicht Start" muss dann nochmal der Part "Letzte Beiträge Start" kommen, also dieser hier:
Den dann halt komplett löschen.
2.) Diese Codezeile aus dem "Letzte Beiträge" Block rausnehmen, und im "Foren-Übersicht" Block (an gleicher Stelle) einfügen, et voila 
Code: Alles auswählen
<!-- ##### 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 ##### --> 2.)
Code: Alles auswählen
style="border-collapse: collapse"In Meiner Signatur war Werbung und sie wurde deshalb gelöscht - Siehe phpBB.de-Knigge
Das hast du auch gemacht?2.) Code:
style="border-collapse: collapse"
Diese Codezeile aus dem "Letzte Beiträge" Block rausnehmen, und im "Foren-Übersicht" Block (an gleicher Stelle) einfügen, et voila
In Meiner Signatur war Werbung und sie wurde deshalb gelöscht - Siehe phpBB.de-Knigge
Dann probier mal das:
den Teil aus dem "Letzte Beiträge" Block raus, und in den "Foren-Übersicht" Block rein
Code: Alles auswählen
<tr>
<td colspan="4" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
</tr> In Meiner Signatur war Werbung und sie wurde deshalb gelöscht - Siehe phpBB.de-Knigge