Aktuelle Ereignisse/Termine nach oben

Biggi70
Welche Zeile in welcher Datei muss ich verschieben?
C-Board
Schau Dir das Template index mal an.

Aus
code:
1:
<if(isset($birthdaybit) || isset($eventbit))>


machst Du
code:
1:
<if(isset($birthdaybit))>


Und den Part
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
<if(isset($eventbit))>
 <then>
  <tr>
   <td class="tableb" align="center"><img src="{$style['imagefolder']}/events.gif" alt="" title="" border="0" /></td>
   <td class="tablea" colspan="<if($hide_modcell==0)><then>5</then><else>4</else></if>" align="left"><span class="smallfont"><b>{$lang->items['LANG_START_TODAYEVENT']}</b><br />$eventbit</span></td>
  </tr>
 </then>
</if>


brauchst Du dann für "oben" im selben Template.

Gruß Mike
mkkcs
im index Template
suche
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
   <if(isset($eventbit))>
    <then>
     <tr>
      <td class="tableb" align="center"><img src="{$style['imagefolder']}/events.gif" alt="" title="" border="0" /></td>
      <td class="tablea" colspan="<if($hide_modcell==0)><then>5</then><else>4</else></if>" align="left"><span class="smallfont"><b>{$lang->items['LANG_START_TODAYEVENT']}</b><br />$eventbit</span></td>
     </tr>
    </then>
   </if> 
  </then>
 </if>


und dann unterhalb
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
 <else>
   <tr>
    <td class="tablea"><table style="width:100%" cellspacing="0" cellpadding="0" border="0">
     <tr class="tablea_fc">
      <td align="left"><span class="smallfont">{$lang->items['LANG_START_WELCOMEBACK']} <b>$usercbar_username</b> <a href="logout.php?u=$wbbuserdata[userid]{$SID_ARG_2ND}">{$lang->items['LANG_START_LOGOUT']}</a><br /><b><a href="search.php?action=new{$SID_ARG_2ND}">{$lang->items['LANG_START_NEWPOSTS']} $lastvisitdate <span class="time">$lastvisittime</span>.</span></td>
      <td align="right"><span class="smallfont">{$lang->items['LANG_START_CURRENTTIME']} <span class="time">$currenttime</span>.<br />{$lang->items['LANG_START_TIMEZONE']}</span></td>
     </tr>
    </table></td>
   </tr>
  </else>
 </if>
 

einfügen
aber als
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
   <if(isset($eventbit))>
    <then>
<tr>
<td>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:100%" class="tableinborder">
    <tr>
      <td class="tableb" align="center"><img src="{$style['imagefolder']}/events.gif" alt="" title="" border="0" /></td>
      <td class="tablea" colspan="<if($hide_modcell==0)><then>5</then><else>4</else></if>" align="left"><span class="smallfont"><b>{$lang->items['LANG_START_TODAYEVENT']}</b><br />$eventbit</span></td>
     </tr>
    </then>
   </if> 
 </table>
</td>
</tr>
</then></if>

damit es unterhalb des "Willkommen-Meldung" passt!
janolaf
natürlich die Zeilen, in denen der Code dafür steht.


achja.......
im Auto Sitze umklappen...
welchen Knopf muss ich drücken ? verwirrt



wenn ich jetzt wirklich ernsthaft ne antwort darauf erwarten würde, hätt ich noch erwähnt um welches auto es sich überhaupt handelt und ob ich die seriensitze oder sportsitze und wenn ja , welche drin habe und ob ich die vordersitze oder rücksitze meine. fröhlich großes Grinsen Zunge raus Irre
Biggi70
Vielen Dank wenn es geklappt hat sag ich bescheid.
C-Board
@janolaf

Ziemlich anmaßende Antwort. Fällt Dir nichts Konstruktives ein? Dann lieber mal aufs Posten verzichten.

Immerhin wussten zwei User ganz genau, was Biggi gemeint hat.

Merkwürdig, gell?

Gruß Mike