Seite 1 von 1

Tabellen vertauschen

Verfasst: 08.06.2003 14:55
von saddel
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

Verfasst: 08.06.2003 15:46
von Tuxman
Hmmm... vielleicht hilft die glance_body.tpl? ;) *seit ein paar Tagen im Portalcode stöber*

Edit: na dann net ;)

Verfasst: 08.06.2003 15:48
von Foo
That is relatively einfach :wink: Einfach diesen Part in der portal_body. tpl

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">&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 ##### --> 
vor diesen setzen

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">&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 ##### -->

Verfasst: 08.06.2003 16:30
von saddel
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

Verfasst: 08.06.2003 18:11
von Foo
1.) unter dem Part "Foren-Übersicht Start" muss dann nochmal der Part "Letzte Beiträge Start" kommen, also dieser hier:

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">&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 ##### --> 
Den dann halt komplett löschen.

2.)

Code: Alles auswählen

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 :wink:

Verfasst: 08.06.2003 18:51
von saddel
die zweite tabelle mit letzte beiträge ist raus..allerdings die freizeile oben nicht ...weisst du da auch weiter?

Verfasst: 09.06.2003 01:15
von Foo
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
Das hast du auch gemacht?

Verfasst: 09.06.2003 01:35
von saddel
ja sicher...das bekomme ich dann nun auch noch hin...bin davon ausgegangen das es mit der ersten frage zu tun hatte..es funzt aber nicht

Verfasst: 09.06.2003 12:40
von Foo
Dann probier mal das:

Code: Alles auswählen

<tr> 
        <td colspan="4" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td> 
  </tr> 
den Teil aus dem "Letzte Beiträge" Block raus, und in den "Foren-Übersicht" Block rein

Verfasst: 09.06.2003 12:52
von Gast
funzt auch nicht.... :cry: