Seite 1 von 1

Forumindex aus Portal weiter nach Links verschieben.

Verfasst: 19.05.2007 18:04
von duran1
Hi,

Wie verschiebe ich die FORUMINDEX weiter nach Links ?

das muss man doch irgendwo im portal_body.tpl machen oder ?

[ externes Bild ]

Verfasst: 19.05.2007 18:09
von Miriam
Also ohne Quellcode und Erwähnung der Art der Umsetzung der Navigation wird hier zur Beantwortung Deiner Frage nicht viel rum kommen.

Verfasst: 19.05.2007 18:35
von duran1
ok,
Ich benutze Intro & Portal MOD - Version 1.50.1, und habe die Navigation durch

Code: Alles auswählen

<table width="75%"
verkleinert.

nun möchte ich noch, dass das Forumindex auch angepasst wird. Also es müsste einfach weiter nach Links geschoben werden.

Wenn ich hier nun im portal_body.tpl auch für das Forum Index die "Table width" auf "125%" mache, dann wird das Forumindex zwar größer, bleibt jedoch an der gleichen stelle.

Dann entsteht diese Lücke.

Hier ist der Forumindex Code aus portal_body.tpl:

Code: Alles auswählen

<!-- ##### FORUMINDEX START ##### -->
<!-- BEGIN switch_forumview_active -->
<table width="100%" 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>
<!-- END switch_forumview_active -->
<!-- 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>

  <!-- 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></span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></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 -->
<!-- BEGIN switch_forumview_active -->
</tbody>
<!-- END switch_forumview_active -->
  <!-- END catrow -->
<!-- BEGIN switch_forumview_active -->
</table>
<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2">
  <tr>
	<td align="left"><span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span></td>
	<td align="right"><span class="gensmall">{S_TIMEZONE}</span></td>
  </tr>
</table><br>
<!-- END switch_forumview_active -->
<!-- ##### FORUMINDEX END ##### -->

Vielleicht habt ihr ja eine Lösung für mich.