Transpulmin
Hallo,
hab ein kleines problem undzwar zeigt es links Userprofil die Beitragszahl des Users an also wieviele Beiträge er schon geschrieben hat. Kann mir jemand sagen wie ich das ändern kann? Danke schonmal...
KorbanDallas
öhm versteh nicht was du meinst, links sollte doch stehen wie viele beiträge der user hat?
Transpulmin
Ja das mein ich doch..
Hab mcih evtl falsch ausgedrückt!
Also es zeigt links die Beietragszahl des einzelnen USer nicht an..
KorbanDallas
ACP -> Eintellungen -> Themenanzeige -> Anzahl der Benutzerbeiträge anzeigen? Soll die Anzahl der Benutzerbeiträge in der Themenanzeige angezeigt werden?
ja x
Transpulmin
So schlau war ich auch schon...
Der Fehler muss in einem tpl liegen nur im welchem? Hat jemand ne Ahnung welches tpl für diese Anzeige zuständig ist?
KorbanDallas
sorry konnte nicht wissen das es so nicht geht und hab erstmal die erste möglichkeit angegeben
poste mal deine thread_postbit.tpl, darin sollte das stehen
Transpulmin
Du past schon! Konntest es ja nicht wissen und du willst mir ja nur helfen also brauchst du dich nicht entschuldigen..
<br />
<table style="width:100% {$style['tableinwidth']}" cellspacing="0" cellpadding="0" border="0"><tr>
<td align="left" heigth="10"><img src="{$style['imagefolder']}/o_l.gif"></td>
<td width="100%" background="{$style['imagefolder']}/o_m_l.gif"></td>
<td align="right" heigth="10"><img src="{$style['imagefolder']}/o_r.gif"></td>
</tr></table>
<table cellpadding="0" cellspacing="0" border="0" style="width:100%"><tr><if($indentwidth!=0)><then><td><img src="{$style['imagefolder']}/spacer.gif" height="10" width="$indentwidth" border="0" alt="" title="" /></td></then></if><td><table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:100%" class="tableinborder">
<tr align="left">
<td class="$tdclass" valign="top"><a name="post$posts[postid]" id="post$posts[postid]"></a>
<table style="width:100%" cellpadding="{$style['tableincellpadding']}" cellspacing="0" border="0" class="{$tdclass}_fc">
<tr>
<td style="width:100%" class="smallfont"><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 />
$posts[ranktitle]
<if($rankimages!="")><then><br />$rankimages</then></if>
<if($useravatar!="")><then><br /><br />$useravatar</then></if><br /><br />
<if($showregdateinthread==1)><then>{$lang->items['LANG_THREAD_REGDATE']} $posts[regdate]<br /></then></if>
<if($userinfo['gb_aktiv'] == 1)><then>Gästebuch: <a href="gaestebuch.php?userid=$posts[userid]">aktiviert</a></then><else>Gäste
buch: deaktiviert</else></if>
$userfields
$gamehits
<if($aboutme)><then><a href="java script:aboutme('$posts[userid]')">Steckbrief</a></then></if>
$userrating
<if($userlevel)><then><br />$userlevel</then></if>
<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}" /></then></if>
</then>
<else><span class="normalfont"><b>$posts[username]</b></span><br /><span class="smallfont">{$lang->items['LANG_THREAD_UNREGISTERED']}</span></else>
</if>
<br /><img src="{$style['imagefolder']}/spacer.gif" width="159" height="1" border="0" alt="" title="" /></td>
</tr>
</table>
</td>
<td class="$tdclass" valign="top" style="width:100%">
<table style="width:100%" cellpadding="{$style['tableincellpadding']}" cellspacing="0" border="0" class="{$tdclass}_fc">
<tr>
<td style="width:100%" class="normalfont" align="left">
<table style="width:100%" cellpadding="{$style['tableincellpadding']}" cellspacing="0" border="0" class="{$tdclass}_fc">
<tr>
<td><span class="smallfont">$posticon <b>$posts[posttopic]</b></span></td>
<td align="right" nowrap="nowrap"><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&postid=$posts[postid]{$SID_ARG_2ND}"><i
mg 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> <if($wbbuserdata['a_can_view_ipaddress'
]==1)><then><a href="misc.php?action=viewip&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="java script: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></td>
</tr>
</table><hr size="{$style['tableincellspacing']}" class="threadline" />
$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>
<td class="$tdclass" align="center" nowrap="nowrap"><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>
$postdate <span class="time">$posttime</span></span></td>
<td class="$tdclass" align="left" style="width:100%" valign="middle"><span class="smallfont">
<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&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&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&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]&a
ction=add"><img src="http://web.icq.com/whitepages/online?icq=$posts[icq]&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]&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]&.sr
c=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>
</span></td>
</tr>
</table></td></tr></table>
<table style="width:100% {$style['tableinwidth']}" cellspacing="0" cellpadding="0" border="0"><tr>
<td align="left" heigth="10"><img src="{$style['imagefolder']}/u_l.gif"></td>
<td width="100%" background="{$style['imagefolder']}/u_m_l.gif"></td>
<td align="right" heigth="10"><img src="{$style['imagefolder']}/u_r.gif"></td>
</tr></table><br />
KorbanDallas
bitte setze das mal in code tags
suche stelle
| code: |
1:
2:
3:
|
$userfields
|
|
füge DARÜBER ein
| code: |
1:
2:
3:
|
<if($showuserpostsinthread==1)><then>{$lang->items['LANG_THREAD_USERPOSTS']} $posts[userposts]<br /></then></if>
|
|
oder besser wäre noch füge den besagten code unter
| code: |
1:
|
<if($showregdateinthread==1)><then>{$lang->items['LANG_THREAD_REGDATE']} $posts[regdate]<br /></then></if> |
|
ein
dann ist das Gästebuch nicht dazuwischen
Transpulmin

Jetzt sind sie wieder da die Zahlen! Vielen vielen lieben dank für deine schnelle Hilfe!
KorbanDallas
kein problem
hast wahrscheinlich bei einbaue eines anderen hacks und einer ersetzen anweisung, zu viel markiert und dann das ersetzt
Transpulmin
JA hab ich aber ich wusste leider nicht was ich gelöscht habe aber jetzt tut ja alles wieder. Man lernt eben nie aus..