Templater verschiebung und ACP....
#1
Hallo mein lieblings wbb-Support Team!! :huhu:

öhm ja....
ich hab mal wieder zwei Probleme, fang ich gleich mal an:

Problem 1

Problembeschreibung:
Nachdem das Forum von der Version 2.3.3 auf 2.3.4 geupdatet wurde, hat sich etwas beim obersten Post in einem Thread verschoben, ich bräuchte hilfe, damit alles wieder so aussieht wie vorher.

Fehlermeldung:
-

Link zum Forum oder Screenshot:
[Bild: ClipBoard-1.jpg]

Wir man hier gut erkennen kann, ist immer der erste Post oben im Thread so verschoben, ich hab kA wo da was kaputt gegangen ist, ich hoffe jemand von euch kann mir helfen!!

Was wurde zuletzt geändert oder eingebaut?
2.3.3 -> 2.3.4


Hier ist meine thread_postbit:

Code:
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
<tr>
<td class="tabletitle" align="right"><table border="0" width="100%" cellspacing="0" cellpadding="0">
                                                            <tr>
                                                                                                                                                <span class="smallfont">
   <if($newpost==1)>
    <then><a href="thread.php?postid=$posts[postid]#post$posts[postid]"><img src="{$style['imagefolder']}/posticonnew.gif" border="0" alt="{$lang->items['LANG_THREAD_NEWPOST']}" title="{$lang->items['LANG_THREAD_NEWPOST']}" /></a></then>
    <else><a href="thread.php?postid=$posts[postid]#post$posts[postid]"><img src="{$style['imagefolder']}/posticon.gif" border="0" alt="" title="" /></a></else>
   </if><b>Verfasst am</b>  $postdate <span class="time">$posttime</span></span></td>
                                                                                                                                                
                                                                                                                                            </tr>
                                                                                                                                        </table></td></tr>
   <tr align="left">    
  <td class="$tdclass" valign="top"><a name="post$posts[postid]" id="post$posts[postid]"></a>
   <table style="width:100%" cellpadding="4" cellspacing="0" border="0" class="{$tdclass}_fc">
    <tr>
     <td style="width:100%" class="smallfont" align="center"><if($posts['userid'])><then><span class="normalfont"><b><a href="profile.php?userid=$posts[userid]{$SID_ARG_2ND}">$posts[username]</a></b></span> <if($posts['gender'] == 1)><then><img src="{$style['imagefolder']}/male.gif" border="0" alt="{$LANG_THREAD_MALE}" title="{$LANG_THREAD_MALE}" /></then></if>
     <if($posts['gender'] == 2)><then><img src="{$style['imagefolder']}/female.gif" border="0" alt="{$LANG_THREAD_FEMALE}" title="{$LANG_THREAD_FEMALE}" /></then></if><br />
            <if($useravatar!="")><then><br />$useravatar<br/></then></if><br />
      <table cellpadding="0" cellspacing="2" border="0" width="100%">
                  <tr><td align="center"><table cellpadding="4" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:95%" class="tableinborder"><tr><td class="tableb" align="center"><span class="smallfont"><b>$posts[ranktitle]</b></span></td></tr></table></td></tr>
                <if($rankimages!="")><then><tr><td align="center"><table cellpadding="4" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:95%" class="tableinborder"><tr><td class="tableb" align="center"><span class="smallfont">$rankimages</span></td></tr></table></td></tr></then></if>
<if($showregdateinthread==1)><then><tr><td align="center"><table cellpadding="4" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:95%" class="tableinborder"><tr><td class="tableb" align="center"><span class="smallfont">Dabei seit: <b>$posts[regdate]</b></span></td></tr></table></td></tr></then></if>
                <if($showuserpostsinthread==1)><then><tr><td align="center"><table cellpadding="4" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:95%" class="tableinborder"><tr><td class="tableb" align="center"><span class="smallfont">Beiträge: <b>$posts[userposts]</b></span></td></tr></table></td></tr></then></if>
                $userfields
                <if($userrating!="")><then><tr><td align="center"><table cellpadding="4" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:95%" class="tableinborder"><tr><td class="tableb" align="center"><span class="smallfont">$userrating</span></td></tr></table></td></tr></then></if>
                <if($userlevel)><then><tr><td align="center"><table cellpadding="4" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:95%" class="tableinborder"><tr><td class="tableb" align="center"><span class="smallfont">$userlevel</span></td></tr></table></td></tr></then></if>
            </table>
            
            <if($threadstarter==1)><then><br />{$lang->items['LANG_THREAD_THREADSTARTER']} <img src="{$style['imagefolder']}/threadstarter.gif" border="0" alt="{$LANG_THREAD_THREADSTARTER_ALT}" title="{$LANG_THREAD_THREADSTARTER_ALT}" /><br/></then></if>
             </then>
             <else><span class="normalfont"><b>$posts[username]</b></span><br /><span class="smallfont">{$lang->items['LANG_THREAD_UNREGISTERED']}</span></else>
             </if>

        

     <img src="{$style['imagefolder']}/spacer.gif" width="170" height="1" border="0" alt="" title="" />
         </td>
    </tr>
   </table>
  </td>
  <td class="$tdclass" valign="top" style="width:100%">
   <table style="width:100%" cellpadding="4" cellspacing="0" border="0" class="{$tdclass}_fc">
    <tr>
     <td style="width:100%" class="normalfont" align="left"><br/>
      $posts[message]
      $attachments
      $signature
      <if($posts['editorid'])><then><p><span class="smallfont">{$LANG_THREAD_EDITOR}</span></p></then></if>
      <if($invisible==1)><then><p align="right"><span class="normalfont">{$lang->items['LANG_THREAD_INVISIBLE']}</span></p></then></if>
     </td>
    </tr>
   </table>
  </td>
</tr>
<tr align="left">    
  <td class="tabletitle" colspan="2"><table border="0" width="100%" cellspacing="0" cellpadding="0">
        <tr>
            <td align="left" class="tablecat_fc" width="50%"><span class="smallfont"><b>
               <if($posts['userid'])>
    <then>
    <if($showonlineinthread==1)>
      <then>
       <if($user_online==1)>
        <then><img src="{$style['imagefolder']}/user_online.gif" border="0" alt="{$LANG_MEMBERS_USERONLINE}" title="{$LANG_MEMBERS_USERONLINE}" /></then>
        <else><img src="{$style['imagefolder']}/user_offline.gif" border="0" alt="{$LANG_MEMBERS_USERONLINE}" title="{$LANG_MEMBERS_USERONLINE}" /></else>
       </if>
      </then>
     </if>
    
     <if($posts['showemail']==1)>
      <then><a href="mailto:$posts[email]"><img src="{$style['imagefolder']}/email.gif" border="0" alt="{$LANG_MEMBERS_SENDEMAIL}" title="{$LANG_MEMBERS_SENDEMAIL}" /></a></then>
      <else>
       <if($posts['usercanemail']==1)>
        <then><a href="formmail.php?userid=$posts[userid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/email.gif" border="0" alt="{$LANG_MEMBERS_SENDEMAIL}" title="{$LANG_MEMBERS_SENDEMAIL}" /></a></then>
       </if>
      </else>
     </if>
    
     <if($posts['homepage'])>
      <then><a href="$posts[homepage]" target="_blank"><img src="{$style['imagefolder']}/www.gif" border="0" alt="{$LANG_MEMBERS_HOMEPAGE}" title="{$LANG_MEMBERS_HOMEPAGE}" /></a></then>
     </if>
  
     <a href="search.php?action=user&amp;userid=$posts[userid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/search.gif" border="0" alt="{$LANG_MEMBERS_SEARCH}" title="{$LANG_MEMBERS_SEARCH}" /></a>
  
     <a href="usercp.php?action=buddy&amp;add=$posts[userid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/homie.gif" border="0" alt="{$LANG_MEMBERS_BUDDY}" title="{$LANG_MEMBERS_BUDDY}" /></a>
    
     <if($posts['receivepm']==1 && $wbbuserdata['can_use_pms']==1)><then><a href="pms.php?action=newpm&amp;userid=$posts[userid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/pm.gif" border="0" alt="{$LANG_MEMBERS_PM}" title="{$LANG_MEMBERS_PM}" /></a></then></if>
    
     <if($posts['icq'])><then><a href="http://web.icq.com/whitepages/add_me/1,,,00.icq?uin=$posts[icq]&amp;action=add"><img src="http://web.icq.com/whitepages/online?icq=$posts[icq]&amp;img=5" width="18" height="18" border="0" alt="{$LANG_MEMBERS_ICQ}" title="{$LANG_MEMBERS_ICQ}" /></a></then></if>
    
     <if($posts['aim'])><then><a href="aim:goim?screenname=$posts[aim]&amp;message=Hi.+Are+you+there?"><img src="{$style['imagefolder']}/aim.gif" border="0" alt="{$LANG_MEMBERS_AIM}" title="{$LANG_MEMBERS_AIM}" /></a></then></if>
    
     <if($posts['yim'])><then><a href="http://edit.yahoo.com/config/send_webmesg?.target=$posts[yim]&amp;.src=pg"><img src="{$style['imagefolder']}/yim.gif" border="0" alt="{$LANG_MEMBERS_YIM}" title="{$LANG_MEMBERS_YIM}" /></a></then></if>
    
     <if($posts['msn'])><then><a href="http://members.msn.com/?mem=$posts[msn]"><img src="{$style['imagefolder']}/msn.gif" border="0" alt="{$LANG_MEMBERS_MSN}" title="{$LANG_MEMBERS_MSN}" /></a></then></if>
    
    </then>
   </if>
  </b></span></td>
            <td align="right" class="tablecat_fc" width="50%"><span class="smallfont"><b><a href="addreply.php?postid=$posts[postid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/replypost.gif" border="0" alt="{$lang->items['LANG_THREAD_REPLYPOST']}" title="{$lang->items['LANG_THREAD_REPLYPOST']}" /></a> <a href="addreply.php?action=quote&amp;postid=$posts[postid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/quote.gif" border="0" alt="{$lang->items['LANG_THREAD_QUOTE']}" title="{$lang->items['LANG_THREAD_QUOTE']}" /></a> <a href="editpost.php?postid=$posts[postid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/editpost.gif" border="0" alt="{$lang->items['LANG_THREAD_EDITPOST']}" title="{$lang->items['LANG_THREAD_EDITPOST']}" /></a> <a href="report.php?postid=$posts[postid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/report.gif" border="0" alt="{$lang->items['LANG_THREAD_REPORT']}" title="{$lang->items['LANG_THREAD_REPORT']}" /></a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<if($wbbuserdata['a_can_view_ipaddress']==1)><then><a href="misc.php?action=viewip&amp;postid=$posts[postid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/ip.gif" border="0" alt="{$lang->items['LANG_THREAD_VIEWIP']}" title="{$lang->items['LANG_THREAD_VIEWIP']}" /></a> </then></if><a href="javascript:self.scrollTo(0,0);"><img src="{$style['imagefolder']}/goup.gif" border="0" alt="{$lang->items['LANG_THREAD_GOUP']}" title="{$lang->items['LANG_THREAD_GOUP']}" /></a></b></span></td>
        </tr>
    </table></td>
</tr>
</table><br/>



Problem 2

Ey fragt mich bitte nicht was ich immer falsch mach.... ich kann gar nichts davür.... X(
Wollte gestern mal die Shoutbox von XundY installieren, hab alles hochgeladen und dann eben die Setup Seite im IE aufgemacht und installieren lassen.

So, jetzt geh ich in meinen ACP und joa.... seht selbst.....

[Bild: 001.jpg]

[Bild: 002.jpg]

Muss ich noch irgendwas dazu sagen??? :dumdidumm:
Achja, ich hab nichts überschreiben lassen, als ich die neuen Sachen auf den FTP geschoben hab....

Schonmal vielen dank!! :heiligen:
  Zitieren


Nachrichten in diesem Thema
Templater verschiebung und ACP.... - von [Shiek] - 18.05.2006, 07:59
[Kein Betreff] - von Das_Grauen - 18.05.2006, 12:12
[Kein Betreff] - von [Shiek] - 18.05.2006, 12:43
[Kein Betreff] - von Das_Grauen - 18.05.2006, 15:17
[Kein Betreff] - von [Shiek] - 18.05.2006, 16:14
Cronjob - von SunSonic - 21.05.2006, 00:23

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste