Abwesenheitshack v2.1.1

tinchen2003
Hallo,

woltte den Hack installieren doch schon am Anfang kommt folgende Fehlermeldung

Warning:
groupvariable 'can_set_away_message' already exists. < br / >groupvariable 'can_see_away_message' already exists. < br / >groupvariable 'can_see_away_list' already exists.

Nun habe ich schon in der DB die Einträge rausgenommen aber die Meldung wird immernoch angezeigt. Was kann ich noch machen?
coolguppi
großes Grinsen wow seit langem ma wieder ne anfrage hier


also folgendes problem

Laut anleitung:

Suche im Template thread_postbit folgende Zeilen:

code:
1:
2:
3:
4:
<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>


und ersetze es durch:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
     <if($be_away==0 || $wbbuserdata['can_see_away_message']==0)>
       <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>
       <else><img src="{$style['imagefolder']}/user_away.gif" border="0" alt="{$LANG_THREAD_AWAY}" title="{$LANG_THREAD_AWAY}" /></else>
       </if>



Das problem ist, das was ich suchen soll gibbet bei mir nich. wo bzw. was muss dann geändert werden?

hier mal meine thread_postbit.tpl


code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
<table cellpadding="0" cellspacing="0" border="0" style="width: 100%;">
 <tr>
  <td><img src="{$style['imagefolder']}/postbit_top_left.gif" border="0" alt="" title="" /></td>
  <td style="width: 100%; background-image: url({$style['imagefolder']}/postbit_top_bg_middle.gif);" colspan="3">
  <table cellpadding="0" cellspacing="0" border="0" style="width: 100%;">
   <tr>
    <td style="width: 131px; background-image: url({$style['imagefolder']}/postbit_username_bg.gif);" align="center">
	
	</td>
	<td style="width: 1px;"><img src="{$style['imagefolder']}/postbit_top_bg_left.gif" border="0" alt="" title="" /></td>
	<td align="right" nowrap="nowrap"><a href="addreply.php?postid=$posts[postid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/postbit_reply.gif" border="0" alt="{$lang->items['LANG_THREAD_REPLYPOST']}" title="{$lang->items['LANG_THREAD_REPLYPOST']}" /></a><a href="editpost.php?postid=$posts[postid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/postbit_edit.gif" border="0" alt="{$lang->items['LANG_THREAD_EDITPOST']}" title="{$lang->items['LANG_THREAD_EDITPOST']}" /></a><a href="addreply.php?action=quote&amp;postid=$posts[postid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/postbit_quote.gif" border="0" alt="{$lang->items['LANG_THREAD_QUOTE']}" title="{$lang->items['LANG_THREAD_QUOTE']}" /></a><a href="report.php?postid=$posts[postid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/postbit_report.gif" border="0" alt="{$lang->items['LANG_THREAD_REPORT']}" title="{$lang->items['LANG_THREAD_REPORT']}" /></a>$verwarnung<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']}/postbit_ip.gif" border="0" alt="{$lang->items['LANG_THREAD_VIEWIP']}" title="{$lang->items['LANG_THREAD_VIEWIP']}" /></a></then></if><img src="{$style['imagefolder']}/postbit_top_right2.gif" border="0" alt="" title="" /></td>
   </tr>
  </table>
  </td>
  <td><img src="{$style['imagefolder']}/postbit_top_right.gif" border="0" alt="" title="" /></td>
 </tr>
 <tr>
  <td style="background-image: url({$style['imagefolder']}/postbit_left_bg.gif);" rowspan="2"></td>
  <td style="width: 1px; height: 100%;" valign="top" rowspan="2">
  <table cellpadding="0" cellspacing="0" border="0" style="width: 1px; height: 100%;">
   <tr>
    <td>
    <table cellpadding="0" cellspacing="0" border="0" style="width: 131px;">
     <tr>
      <td><img src="{$style['imagefolder']}/postbit_ava_top_left.gif" border="0" alt="" title="" /></td>
	  <td style="width: 100%; background-image: url({$style['imagefolder']}/postbit_ava_top_bg.gif);"></td>
  	  <td><img src="{$style['imagefolder']}/postbit_ava_top_right.gif" border="0" alt="" title="" /></td>
     </tr>
     <tr>
      <td style="background-image: url({$style['imagefolder']}/postbit_ava_left_bg.gif);"></td>
	  <td style="background-color: #37353E; width: 77px; height: 77px;" align="center" valign="middle"><if($useravatar!== "")><then>$useravatar</then></if></td>
	  <td style="background-image: url({$style['imagefolder']}/postbit_ava_right_bg.gif);"></td>
     </tr>
<div align="center"><span class="smallfont"><br /><a href="jgs_galerie_userbilder.php?userid={$posts['userid']}&amp;sid={$session['hash']}"><b>[meine Galerie]</b></a></span></div>
     <tr>
      <td><img src="{$style['imagefolder']}/postbit_ava_bottom_left.gif" border="0" alt="" title="" /></td>
	  <td style="width: 100%; background-image: url({$style['imagefolder']}/postbit_ava_bottom_bg.gif);"></td>
  	  <td><img src="{$style['imagefolder']}/postbit_ava_bottom_right.gif" border="0" alt="" title="" /></td>
     </tr>   
    </table>  	
	</td>
   </tr>
   <tr>
    <td style="height: 100%; background-color: #37353E;" valign="top"><span class="smallfont">
     <br />

<if($posts['userid'])><then>
	<span class="username_thread"><a href="profile.php?userid=$posts[userid]{$SID_ARG_2ND}"><b>&nbsp;$posts[username]&nbsp;</b></a></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>
	</then><else>
	<span class="username_thread"><b><font size="2">&nbsp;$posts[username]&nbsp;</font></b></a>
	</else></if>
<br />



	 <if($posts['userid'])><then>
     $posts[ranktitle]
     <if($rankimages!== "")><then>
	 <br />
	 $rankimages
	 </then></if>
	 <br />
	 <if($showregdateinthread == 1)><then>
	 {$lang->items['LANG_THREAD_REGDATE']} $posts[regdate] <br />
	 </then></if>
	 <if($showuserpostsinthread == 1)><then>
	 {$lang->items['LANG_THREAD_USERPOSTS']} $posts[userposts] <br />
	 </then></if>
 	<if($userinfo['gb_aktiv'] == 1)><then>Gästebuch: <a href="gaestebuch.php?userid=$posts[userid]">aktiviert</a></then><else>Gästebuch: deaktiviert</else></if>

<smallfont>Treue Sterne<br>$treue</font><br><br>
                      $thximage	<br> 
<br>
                      $userfields
	 $userrating
	 <if($userlevel)><then>
	 <br />
	 $userlevel
	 </then></if>
                     <if($titleinthread)><then>$userofmonth</then></if>
	 <if($threadstarter == 1)><then>
	 <br />
	 {$lang->items['LANG_THREAD_THREADSTARTER']} <img src="{$style['imagefolder']}/threadstarter.gif" border="0" alt="{$LANG_THREAD_THREADSTARTER_TITLE}" title="{$LANG_THREAD_THREADSTARTER_TITLE}" />
	 </then></if>
$verwarnungen
	 </then><else>
	 <span class="smallfont">{$lang->items['LANG_THREAD_UNREGISTERED']}</span>
	 </else></if>
     <br />
	</span></td>
   </tr>
   <tr>
    <td style="background-image: url({$style['imagefolder']}/postbit_user_bottom_bg.gif); height: 24px;" align="center"><span class="smallfont">$postdate <span class="time">$posttime</span></span></td>
   </tr>
  </table>
  </td>
  <td style="background-image: url({$style['imagefolder']}/postbit_user_right_bg_top.gif); width: 1px; height: 150px;" valign="top"><img src="{$style['imagefolder']}/spacer.gif" border="0" width="21px" height="1px" alt="" title="" /></td>
  <td style="width: 100%; height: 100%;" valign="top" rowspan="2">
  <table cellpadding="0" cellspacing="0" border="0" style="width: 100%; height: 100%;">
   <tr>
    <td><img src="{$style['imagefolder']}/postbit_msg_top_left.gif" border="0" alt="" title="" /></td>
	<td style="width: 100%; background-image: url({$style['imagefolder']}/postbit_msg_top_bg.gif);"></td>
	<td><img src="{$style['imagefolder']}/postbit_msg_top_right.gif" border="0" alt="" title="" /></td>
   </tr>
   <tr>
    <td style="background-image: url({$style['imagefolder']}/postbit_msg_left_bg.gif);"></td>
	<td style="width: 100%; height: 100%; background-color: #37353E;" valign="top"><span class="smallfont">
    $posts[message]
      $hangin
$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>
<br><br>
$shopinventar
<br>
$shopinventar2
<br>
	</span></td>
	<td style="background-image: url({$style['imagefolder']}/postbit_msg_right_bg.gif);"></td>
   </tr>
   <tr>
    <td><img src="{$style['imagefolder']}/postbit_msg_bottom_left.gif" border="0" alt="" title="" /></td>
	<td style="width: 100%; background-image: url({$style['imagefolder']}/postbit_msg_bottom_bg.gif);"></td>
	<td><img src="{$style['imagefolder']}/postbit_msg_bottom_right.gif" border="0" alt="" title="" /></td>
   </tr>   
  </table>
  </td>
  <td valign="bottom" rowspan="2" style="height: 100%;">
  <table cellpadding="0" cellspacing="0" border="0" style="height: 100%;">
   <tr>
    <td style="background-image: url({$style['imagefolder']}/postbit_right_bg.gif); height: 100%;"></td>
   </tr>
   <tr>
    <td style="background-image: url({$style['imagefolder']}/postbit_right_bg_bottom.gif);">
	<img src="{$style['imagefolder']}/postbit_right_middle.gif" border="0" alt="" title="" /><br />
	<if(!$posts['aim'] && !$posts['msn'] && !$posts['yim'] && !$posts['icq'])><then>
	<br />
	<br />
	<br />
	<br />
	<br />
	</then></if>	
	<if($posts['aim'])><then><a href="aim:goim?screenname=$posts[aim]&amp;message=Hi.+Are+you+there?"><img src="{$style['imagefolder']}/postbit_aim.gif" border="0" alt="{$LANG_MEMBERS_AIM}" title="{$LANG_MEMBERS_AIM}" /></a><br /></then></if>
	<if($posts['msn'])><then><a href="http://members.msn.com/?mem=$posts[msn]"><img src="{$style['imagefolder']}/postbit_msn.gif" border="0" alt="{$LANG_MEMBERS_MSN}" title="{$LANG_MEMBERS_MSN}" /></a><br /></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']}/postbit_yim.gif" border="0" alt="{$LANG_MEMBERS_YIM}" title="{$LANG_MEMBERS_YIM}" /></a><br /></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="{$style['imagefolder']}/postbit_icq.gif" border="0" alt="{$LANG_MEMBERS_ICQ}" title="{$LANG_MEMBERS_ICQ}" /></a><br /></then></if>
	</td>
   </tr>
  </table>
  </td>
 </tr>
 <tr>
  <td style="height: 100%; background-image: url({$style['imagefolder']}/postbit_user_right_bg_bottom.gif);" valign="bottom"><img src="{$style['imagefolder']}/postbit_user_bottom_right.gif" border="0" alt="" title="" /></td>
 </tr> 
 <tr>
  <td><img src="{$style['imagefolder']}/postbit_bottom_left.gif" border="0" alt="" title="" /></td>
  <td colspan="3">
  <table cellpadding="0" cellspacing="0" border="0" style="width: 100%;">
   <tr>
     <td style="width: 131px; background-image: url({$style['imagefolder']}/postbit_bottom_bg_left2.gif);"></td>
	<td style="width: 62px; background-image: url({$style['imagefolder']}/postbit_bottom_bg_left.gif);"></td>
	<td style="background-image: url({$style['imagefolder']}/postbit_leftmiddle_bg.gif);" align="right" nowrap="nowrap"><img src="{$style['imagefolder']}/postbit_bottom_middle.gif" border="0" alt="" title="" /><if($posts['showemail'] == 1)><then><a href="mailto:$posts[email]"><img src="{$style['imagefolder']}/postbit_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']}/postbit_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']}/postbit_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']}/postbit_search.gif" border="0" alt="" title="" /></a><a href="usercp.php?action=buddy&amp;add=$posts[userid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/postbit_homie.gif" border="0" alt="" title="" /></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']}/postbit_pm.gif" border="0" alt="{$LANG_MEMBERS_PM}" title="{$LANG_MEMBERS_PM}" /></a></then></if><if($wbbuserdata['can_use_im']==1)><then><a href="javascript:writeim($posts[userid])"><img src="{$style['imagefolder']}/postbit_im.gif" border="0" alt="{$lang->items['LANG_MEMBERS_IM']}" title="{$lang->items['LANG_MEMBERS_IM']}" /></a></then></if></td>
	<td style="width: 19px; background-image: url({$style['imagefolder']}/postbit_bottom_bg_right.gif);"></td>
   </tr>
  </table>
  </td>
  <td><img src="{$style['imagefolder']}/postbit_bottom_right.gif" border="0" alt="" title="" /></td>
 </tr>
</table>
<br />
<br />



wer könnte ma helfen ??
TheTerminator
Hallo

Ich bekomm das mit dem Template usercp nicht hin,wenn ich alles eingebaut habe bekomm ich nen parse Error

das soll ich ändern:

suche:
php:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
<if($wbbuserdata['isgroupleader']==1)>
  <then>
 <tr align="center">
  <td class="tablea" style="width:33%">
     <a href="usergroups.php?action=groupleaders{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_groupleader.gif" border="0" alt="{$lang->items['LANG_USERCP_GROUPLEADER']}" title="{$lang->items['LANG_USERCP_GROUPLEADER']} - {$lang->items['LANG_USERCP_GROUPLEADER_DESC']}" /></a><br />
     <span class="normalfont"><b><a href="usergroups.php?action=groupleaders{$SID_ARG_2ND}">{$lang->items['LANG_USERCP_GROUPLEADER']}</a></b></span><br />
     <span class="smallfont">{$lang->items['LANG_USERCP_GROUPLEADER_DESC']}</span>
  </td>
  <td class="tableb" style="width:33%"> </td>
  <td class="tablea" style="width:33%"> </td>
 </tr>
  </then>
 </if>


ersetze durch:
php:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
<if($wbbuserdata['isgroupleader']==&& $wbbuserdata['can_set_away_message']==0)><then>
 <tr align="center">
  <td class="tablea" style="width:33%">
   <a href="usergroups.php?action=groupleaders{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_groupleader.gif" border="0" alt="{$lang->items['LANG_USERCP_GROUPLEADER']}" title="{$lang->items['LANG_USERCP_GROUPLEADER']} - {$lang->items['LANG_USERCP_GROUPLEADER_DESC']}" /></a><br />
     <span class="normalfont"><b><a href="usergroups.php?action=groupleaders{$SID_ARG_2ND}">{$lang->items['LANG_USERCP_GROUPLEADER']}</a></b></span><br />
     <span class="smallfont">{$lang->items['LANG_USERCP_GROUPLEADER_DESC']}</span>
  </td>
  <td class="tableb" style="width:33%"> </td>
  <td class="tablea" style="width:33%"> </td>
 </tr>
</then>
</if>
  <if($wbbuserdata['isgroupleader']==&& $wbbuserdata['can_set_away_message']==1)><then>
 <tr align="center">
  <td class="tablea" style="width:33%">

      <a href="usercp.php?action=away{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_away.gif" border="0" alt="{$lang->items['LANG_AWAY_USERCP']}" title="{$lang->items['LANG_AWAY_USERCP']} - {$lang->items['LANG_AWAY_USERCP_DESC']}" /></a><br />
     <span class="normalfont"><b><a href="usercp.php?action=away{$SID_ARG_2ND}">{$lang->items['LANG_AWAY_USERCP']}</a></b></span><br />
     <span class="smallfont">{$lang->items['LANG_AWAY_USERCP_DESC']}</span>

  </td>
  <td class="tableb" style="width:33%">
   <a href="usergroups.php?action=groupleaders{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_groupleader.gif" border="0" alt="{$lang->items['LANG_USERCP_GROUPLEADER']}" title="{$lang->items['LANG_USERCP_GROUPLEADER']} - {$lang->items['LANG_USERCP_GROUPLEADER_DESC']}" /></a><br />
     <span class="normalfont"><b><a href="usergroups.php?action=groupleaders{$SID_ARG_2ND}">{$lang->items['LANG_USERCP_GROUPLEADER']}</a></b></span><br />
     <span class="smallfont">{$lang->items['LANG_USERCP_GROUPLEADER_DESC']}</span>
  </td>
  <td class="tablea" style="width:33%"> </td>
 </tr>
</then>
</if>


  <if($wbbuserdata['isgroupleader']==&& $wbbuserdata['can_set_away_message']==1)><then>
 <tr align="center">
  <td class="tablea" style="width:33%">
      <a href="usercp.php?action=away{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_away.gif" border="0" alt="{$lang->items['LANG_AWAY_USERCP']}" title="{$lang->items['LANG_AWAY_USERCP']} - {$lang->items['LANG_AWAY_USERCP_DESC']}" /></a><br />
     <span class="normalfont"><b><a href="usercp.php?action=away{$SID_ARG_2ND}">{$lang->items['LANG_AWAY_USERCP']}</a></b></span><br />
     <span class="smallfont">{$lang->items['LANG_AWAY_USERCP_DESC']}</span>
  </td>
  <td class="tableb" style="width:33%"> </td>
  <td class="tablea" style="width:33%"> </td>
 </tr>
</then>
</if>


hier meine usercp.tpl
php:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:

<?xml version="1.0" encoding="{$lang->items['LANG_GLOBAL_ENCODING']}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{$lang->items['LANG_GLOBAL_DIRECTION']}" lang="{$lang->items['LANG_GLOBAL_LANGCODE']}" xml:lang="{$lang->items['LANG_GLOBAL_LANGCODE']}">
<head>
<title>$master_board_name | {$lang->items['LANG_USERCP_TITLE']}</title>
$headinclude
</head>
<body>
$header
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
    <tr>
        <td class="tablea">
            <table cellpadding="0" cellspacing="0" border="0" style="width:100%">
                <tr class="tablea_fc">
                    <td align="left"><span class="smallfont"><b><a href="index.php{$SID_ARG_1ST}">$master_board_name</a> &raquo; {$lang->items['LANG_USERCP_TITLE']}</b></span></td>
                    <td align="right"><span class="smallfont"><b>$usercbar</b></span></td>
                </tr>
            </table>
        </td>
    </tr>
</table><br />
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
    <tr>
        <td class="tabletitle" colspan="2" align="left"><span class="normalfont"><b>{$lang->items['LANG_USERCP_OVERVIEW']}</b></span></td>
    </tr>
    <tr align="center">
        <td class="tablea" style="width:100%">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                    <td style="width:50px"><a href="usercp.php?action=profile_edit{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_profile_edit.gif" border="0" alt="{$lang->items['LANG_USERCP_PROFILE_EDIT']}" title="{$lang->items['LANG_USERCP_PROFILE_EDIT']} - {$lang->items['LANG_USERCP_PROFILE_EDIT_DESC']}" /></a></td>
                    <td valign="top" align="left"><span class="normalfont"><b><a href="usercp.php?action=profile_edit{$SID_ARG_2ND}">{$lang->items['LANG_USERCP_PROFILE_EDIT']}</a></b></span><br /><span class="smallfont">{$lang->items['LANG_USERCP_PROFILE_EDIT_DESC']}</span></td>
                </tr>
            </table>
        </td>
    </tr>
    <tr align="center">
        <td class="tableb" style="width:100%">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                    <td style="width:50px"><a href="usercp.php?action=options_change{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_options_change.gif" border="0" alt="{$lang->items['LANG_USERCP_OPTIONS_CHANGE']}" title="{$lang->items['LANG_USERCP_OPTIONS_CHANGE']} - {$lang->items['LANG_USERCP_OPTIONS_CHANGE_DESC']}" /></a></td>
                    <td valign="top" align="left"><span class="normalfont"><b><a href="usercp.php?action=options_change{$SID_ARG_2ND}">{$lang->items['LANG_USERCP_OPTIONS_CHANGE']}</a></b></span><br /><span class="smallfont">{$lang->items['LANG_USERCP_OPTIONS_CHANGE_DESC']}</span></td>
                </tr>
            </table>
        </td>
    </tr>
    <tr align="center">
        <td class="tablea" style="width:100%">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                    <td style="width:50px"><a href="usercp.php?action=email_change{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_email_change.gif" border="0" alt="{$lang->items['LANG_USERCP_EMAIL_CHANGE']}" title="{$lang->items['LANG_USERCP_EMAIL_CHANGE']} - {$lang->items['LANG_USERCP_EMAIL_CHANGE_DESC']}" /></a></td>
                    <td valign="top" align="left"><span class="normalfont"><b><a href="usercp.php?action=email_change{$SID_ARG_2ND}">{$lang->items['LANG_USERCP_EMAIL_CHANGE']}</a></b></span><br /><span class="smallfont">{$lang->items['LANG_USERCP_EMAIL_CHANGE_DESC']}</span></td>
                </tr>
            </table>
        </td>
    </tr>
    <tr align="center">
        <td class="tableb" style="width:100%">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                    <td style="width:50px"><a href="usercp.php?action=password_change{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_password_change.gif" border="0" alt="{$lang->items['LANG_USERCP_PASSWORD_CHANGE']}" title="{$lang->items['LANG_USERCP_PASSWORD_CHANGE']} - {$lang->items['LANG_USERCP_PASSWORD_CHANGE_DESC']}" /></a></td>
                    <td valign="top" align="left"><span class="normalfont"><b><a href="usercp.php?action=password_change{$SID_ARG_2ND}">{$lang->items['LANG_USERCP_PASSWORD_CHANGE']}</a></b></span><br /><span class="smallfont">{$lang->items['LANG_USERCP_PASSWORD_CHANGE_DESC']}</span></td>
                </tr>
            </table>
        </td>
    </tr>
    <tr align="center">
        <td class="tablea" style="width:100%">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                    <td style="width:50px"><a href="usercp.php?action=signature_edit{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_signature_edit.gif" border="0" alt="{$lang->items['LANG_USERCP_SIGNATURE_EDIT']}" title="{$lang->items['LANG_USERCP_SIGNATURE_EDIT']} - {$lang->items['LANG_USERCP_SIGNATURE_EDIT_DESC']}" /></a></td>
                    <td valign="top" align="left"><span class="normalfont"><b><a href="usercp.php?action=signature_edit{$SID_ARG_2ND}">{$lang->items['LANG_USERCP_SIGNATURE_EDIT']}</a></b></span><br /><span class="smallfont">{$lang->items['LANG_USERCP_SIGNATURE_EDIT_DESC']}</span></td>
                </tr>
            </table>
        </td>
    </tr>
    <tr align="center">
        <td class="tableb" style="width:100%">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                    <td style="width:50px"><a href="usercp.php?action=avatars{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_avatars.gif" border="0" alt="{$lang->items['LANG_USERCP_AVATARS']}" title="{$lang->items['LANG_USERCP_AVATARS']} - {$lang->items['LANG_USERCP_AVATARS_DESC']}" /></a></td>
                    <td valign="top" align="left"><span class="normalfont"><b><a href="usercp.php?action=avatars{$SID_ARG_2ND}">{$lang->items['LANG_USERCP_AVATARS']}</a></b></span><br /><span class="smallfont">{$lang->items['LANG_USERCP_AVATARS_DESC']}</span></td>
                </tr>
            </table>
        </td>
    </tr>
    <tr align="center">
        <td class="tablea" style="width:100%">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                    <td style="width:50px"><a href="usercp.php?action=buddy_list{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_buddy_list.gif" border="0" alt="{$lang->items['LANG_USERCP_BUDDY_LIST']}" title="{$lang->items['LANG_USERCP_BUDDY_LIST']} - {$lang->items['LANG_USERCP_BUDDY_LIST_DESC']}" /></a></td>
                    <td valign="top" align="left"><span class="normalfont"><b><a href="usercp.php?action=buddy_list{$SID_ARG_2ND}">{$lang->items['LANG_USERCP_BUDDY_LIST']}</a></b></span><br /><span class="smallfont">{$lang->items['LANG_USERCP_BUDDY_LIST_DESC']}</span></td>
                </tr>
            </table>
        </td>
    </tr>
    <tr align="center">
        <td class="tableb" style="width:100%">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                    <td style="width:50px"><a href="usercp.php?action=ignore_list{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_ignore_list.gif" border="0" alt="{$lang->items['LANG_USERCP_IGNORE_LIST']}" title="{$lang->items['LANG_USERCP_IGNORE_LIST']} - {$lang->items['LANG_USERCP_IGNORE_LIST_DESC']}" /></a></td>
                    <td valign="top" align="left"><span class="normalfont"><b><a href="usercp.php?action=ignore_list{$SID_ARG_2ND}">{$lang->items['LANG_USERCP_IGNORE_LIST']}</a></b></span><br /><span class="smallfont">{$lang->items['LANG_USERCP_IGNORE_LIST_DESC']}</span></td>
                </tr>
            </table>
        </td>
    </tr>
    <tr align="center">
        <td class="tablea" style="width:100%">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                    <td style="width:50px"><a href="usercp.php?action=favorites{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_favorites.gif" border="0" alt="{$lang->items['LANG_USERCP_FAVORITES']}" title="{$lang->items['LANG_USERCP_FAVORITES']} - {$lang->items['LANG_USERCP_FAVORITES_DESC']}" /></a></td>
                    <td valign="top" align="left"><span class="normalfont"><b><a href="usercp.php?action=favorites{$SID_ARG_2ND}">{$lang->items['LANG_USERCP_FAVORITES']}</a></b></span><br /><span class="smallfont">{$lang->items['LANG_USERCP_FAVORITES_DESC']}</span></td>
                </tr>
            </table>
        </td>
    </tr>
    <tr align="center">
        <td class="tableb" style="width:100%">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                    <td style="width:50px"><a href="pms.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/usercp_pm.gif" border="0" alt="{$lang->items['LANG_GLOBAL_PMS']}" title="{$lang->items['LANG_GLOBAL_PMS']} - {$lang->items['LANG_USERCP_PMS_DESC']}" /></a></td>
                    <td valign="top" align="left"><span class="normalfont"><b><a href="pms.php{$SID_ARG_1ST}">{$lang->items['LANG_GLOBAL_PMS']}</a></b></span><br /><span class="smallfont">{$lang->items['LANG_USERCP_PMS_DESC']}</span></td>
                </tr>
            </table>
        </td>
    </tr>
    <tr align="center">
        <td class="tablea" style="width:100%">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                    <td style="width:50px"><a href="usercp.php?action=attachments{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_attachments.gif" border="0" alt="{$lang->items['LANG_USERCP_ATTACHMENTS']}" title="{$lang->items['LANG_USERCP_ATTACHMENTS']} - {$lang->items['LANG_USERCP_ATTACHMENTS_DESC']}" /></a></td>
                    <td valign="top" align="left"><span class="normalfont"><b><a href="usercp.php?action=attachments{$SID_ARG_2ND}">{$lang->items['LANG_USERCP_ATTACHMENTS']}</a></b></span><br /><span class="smallfont">{$lang->items['LANG_USERCP_ATTACHMENTS_DESC']}</span></td>
                </tr>
            </table>
        </td>
    </tr>
    <tr align="center">
        <td class="tableb" style="width:100%">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                    <td style="width:50px"><a href="usergroups.php?action=groups{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_usergroups.gif" border="0" alt="{$lang->items['LANG_USERCP_USERGROUPS']}" title="{$lang->items['LANG_USERCP_USERGROUPS']} - {$lang->items['LANG_USERCP_USERGROUPS_DESC']}" /></a></td>
                    <td valign="top" align="left"><span class="normalfont"><b><a href="usergroups.php?action=groups{$SID_ARG_2ND}">{$lang->items['LANG_USERCP_USERGROUPS']}</a></b></span><br /><span class="smallfont">{$lang->items['LANG_USERCP_USERGROUPS_DESC']}</span></td>
                </tr>
            </table>
        </td>
    </tr>
<if($wbbuserdata['isgroupleader']==1||$wbbads[0]!=0)>
  <then>
 <tr align="center">
  <if($wbbuserdata['isgroupleader']==1&&$wbbads[0]==0)><then>
  <td class="tablea" style="width:33%">
     <a href="usergroups.php?action=groupleaders{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_groupleader.gif" border="0" alt="{$lang->items['LANG_USERCP_GROUPLEADER']}" title="{$lang->items['LANG_USERCP_GROUPLEADER']} - {$lang->items['LANG_USERCP_GROUPLEADER_DESC']}" /></a><br />
     <span class="normalfont"><b><a href="usergroups.php?action=groupleaders{$SID_ARG_2ND}">{$lang->items['LANG_USERCP_GROUPLEADER']}</a></b></span><br />
     <span class="smallfont">{$lang->items['LANG_USERCP_GROUPLEADER_DESC']}</span>
  </td>
  <td class="tableb" style="width:33%"> </td>
  <td class="tablea" style="width:33%"> </td>
  </then>
  <else>
  <if($wbbuserdata['isgroupleader']==1&&$wbbads[0]!=0)><then>
  <td class="tablea" style="width:33%">
     <a href="usergroups.php?action=groupleaders{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_groupleader.gif" border="0" alt="{$lang->items['LANG_USERCP_GROUPLEADER']}" title="{$lang->items['LANG_USERCP_GROUPLEADER']} - {$lang->items['LANG_USERCP_GROUPLEADER_DESC']}" /></a><br />
     <span class="normalfont"><b><a href="usergroups.php?action=groupleaders{$SID_ARG_2ND}">{$lang->items['LANG_USERCP_GROUPLEADER']}</a></b></span><br />
     <span class="smallfont">{$lang->items['LANG_USERCP_GROUPLEADER_DESC']}</span>
  </td>
  <td class="tableb" style="width:33%">
   <a href="usercp.php?action=wbbads{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_usergroups.gif" border="0" alt="{$lang->items['LANG_USERCP_USERGROUPS']}" title="{$lang->items['LANG_USERCP_USERGROUPS']} - {$lang->items['LANG_USERCP_USERGROUPS_DESC']}" /></a><br />
   <span class="normalfont"><b><a href="usercp.php?action=wbbads{$SID_ARG_2ND}">{$lang->items['LANG_USERCP_WBBADS']}</a></b></span><br />
   <span class="smallfont">{$lang->items['LANG_USERCP_WBBADS_DESC']}</span>
  </td>
  <td class="tablea" style="width:33%"> </td>
  </then>
  <else>
  <if($wbbuserdata['isgroupleader']==0&&$wbbads[0]!=0)><then>
  <td class="tablea" style="width:33%">
   <a href="usercp.php?action=wbbads{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_usergroups.gif" border="0" alt="{$lang->items['LANG_USERCP_USERGROUPS']}" title="{$lang->items['LANG_USERCP_USERGROUPS']} - {$lang->items['LANG_USERCP_USERGROUPS_DESC']}" /></a><br />
   <span class="normalfont"><b><a href="usercp.php?action=wbbads{$SID_ARG_2ND}">{$lang->items['LANG_USERCP_WBBADS']}</a></b></span><br />
   <span class="smallfont">{$lang->items['LANG_USERCP_WBBADS_DESC']}</span>
  </td>

<tr align="center">
  <td class="tableb" style="width:33%">
  <a href="usercp_userpic_upload.php{$SID_ARG_1ST}"><img src="userpic/camera.gif" border="0" alt="{$lang->items['LANG_USERCP_USERPIC_USERPIC']}" title="{$lang->items['LANG_USERCP_USERPIC_USERPIC']} - {$lang->items['LANG_USERCP_USERPIC_DESC']}" /></a><br />
     <span class="normalfont"><b><a href="usercp_userpic_upload.php{$SID_ARG_1ST}">{$lang->items['LANG_USERCP_USERPIC_USERPIC']}</a></b></span><br />
     <span class="smallfont">{$lang->items['LANG_USERCP_USERPIC_DESC']}</span></td>

 </tr>
 </then>
 </if>
 </else>
 </if>
 </else>
 </if>
 </then>
</if>
</table>
$footer
</body>
</html>


Ich hoffe mir kann jemand helfen denn wenn ich das ändere bekomm ich nen parse error wenn ich ins usercp will.
cobol
Hi,

ich versuche gerade den Hack neu zu installieren da nach dem ersten Versuch einiges schief ging.

Nun bekomme ich beim ausführen der setup.php folgende Fehlermeldung:


Warning:
groupvariable 'can_set_away_message' already exists. < br / >groupvariable 'can_see_away_message' already exists. < br / >groupvariable 'can_see_away_list' already exists

Wie kann ich jetzt am besten weitermachen? Es gibt ja keine Auswahlmöglichkeit im setup weiterzumachen.


//edit 22:50 - Habe die Setup.php mir angepasst und damit die Passage var übersprungen. Hat nun prima geklappt.

Danke schön für diesen Hack
coolguppi
Zitat:
Original von coolguppi
großes Grinsen wow seit langem ma wieder ne anfrage hier


also folgendes problem

Laut anleitung:

Suche im Template thread_postbit folgende Zeilen:

code:
1:
2:
3:
4:
<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>


und ersetze es durch:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
     <if($be_away==0 || $wbbuserdata['can_see_away_message']==0)>
       <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>
       <else><img src="{$style['imagefolder']}/user_away.gif" border="0" alt="{$LANG_THREAD_AWAY}" title="{$LANG_THREAD_AWAY}" /></else>
       </if>



Das problem ist, das was ich suchen soll gibbet bei mir nich. wo bzw. was muss dann geändert werden?

hier mal meine thread_postbit.tpl


code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
<table cellpadding="0" cellspacing="0" border="0" style="width: 100%;">
 <tr>
  <td><img src="{$style['imagefolder']}/postbit_top_left.gif" border="0" alt="" title="" /></td>
  <td style="width: 100%; background-image: url({$style['imagefolder']}/postbit_top_bg_middle.gif);" colspan="3">
  <table cellpadding="0" cellspacing="0" border="0" style="width: 100%;">
   <tr>
    <td style="width: 131px; background-image: url({$style['imagefolder']}/postbit_username_bg.gif);" align="center">
	
	</td>
	<td style="width: 1px;"><img src="{$style['imagefolder']}/postbit_top_bg_left.gif" border="0" alt="" title="" /></td>
	<td align="right" nowrap="nowrap"><a href="addreply.php?postid=$posts[postid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/postbit_reply.gif" border="0" alt="{$lang->items['LANG_THREAD_REPLYPOST']}" title="{$lang->items['LANG_THREAD_REPLYPOST']}" /></a><a href="editpost.php?postid=$posts[postid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/postbit_edit.gif" border="0" alt="{$lang->items['LANG_THREAD_EDITPOST']}" title="{$lang->items['LANG_THREAD_EDITPOST']}" /></a><a href="addreply.php?action=quote&amp;postid=$posts[postid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/postbit_quote.gif" border="0" alt="{$lang->items['LANG_THREAD_QUOTE']}" title="{$lang->items['LANG_THREAD_QUOTE']}" /></a><a href="report.php?postid=$posts[postid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/postbit_report.gif" border="0" alt="{$lang->items['LANG_THREAD_REPORT']}" title="{$lang->items['LANG_THREAD_REPORT']}" /></a>$verwarnung<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']}/postbit_ip.gif" border="0" alt="{$lang->items['LANG_THREAD_VIEWIP']}" title="{$lang->items['LANG_THREAD_VIEWIP']}" /></a></then></if><img src="{$style['imagefolder']}/postbit_top_right2.gif" border="0" alt="" title="" /></td>
   </tr>
  </table>
  </td>
  <td><img src="{$style['imagefolder']}/postbit_top_right.gif" border="0" alt="" title="" /></td>
 </tr>
 <tr>
  <td style="background-image: url({$style['imagefolder']}/postbit_left_bg.gif);" rowspan="2"></td>
  <td style="width: 1px; height: 100%;" valign="top" rowspan="2">
  <table cellpadding="0" cellspacing="0" border="0" style="width: 1px; height: 100%;">
   <tr>
    <td>
    <table cellpadding="0" cellspacing="0" border="0" style="width: 131px;">
     <tr>
      <td><img src="{$style['imagefolder']}/postbit_ava_top_left.gif" border="0" alt="" title="" /></td>
	  <td style="width: 100%; background-image: url({$style['imagefolder']}/postbit_ava_top_bg.gif);"></td>
  	  <td><img src="{$style['imagefolder']}/postbit_ava_top_right.gif" border="0" alt="" title="" /></td>
     </tr>
     <tr>
      <td style="background-image: url({$style['imagefolder']}/postbit_ava_left_bg.gif);"></td>
	  <td style="background-color: #37353E; width: 77px; height: 77px;" align="center" valign="middle"><if($useravatar!== "")><then>$useravatar</then></if></td>
	  <td style="background-image: url({$style['imagefolder']}/postbit_ava_right_bg.gif);"></td>
     </tr>
<div align="center"><span class="smallfont"><br /><a href="jgs_galerie_userbilder.php?userid={$posts['userid']}&amp;sid={$session['hash']}"><b>[meine Galerie]</b></a></span></div>
     <tr>
      <td><img src="{$style['imagefolder']}/postbit_ava_bottom_left.gif" border="0" alt="" title="" /></td>
	  <td style="width: 100%; background-image: url({$style['imagefolder']}/postbit_ava_bottom_bg.gif);"></td>
  	  <td><img src="{$style['imagefolder']}/postbit_ava_bottom_right.gif" border="0" alt="" title="" /></td>
     </tr>   
    </table>  	
	</td>
   </tr>
   <tr>
    <td style="height: 100%; background-color: #37353E;" valign="top"><span class="smallfont">
     <br />

<if($posts['userid'])><then>
	<span class="username_thread"><a href="profile.php?userid=$posts[userid]{$SID_ARG_2ND}"><b>&nbsp;$posts[username]&nbsp;</b></a></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>
	</then><else>
	<span class="username_thread"><b><font size="2">&nbsp;$posts[username]&nbsp;</font></b></a>
	</else></if>
<br />



	 <if($posts['userid'])><then>
     $posts[ranktitle]
     <if($rankimages!== "")><then>
	 <br />
	 $rankimages
	 </then></if>
	 <br />
	 <if($showregdateinthread == 1)><then>
	 {$lang->items['LANG_THREAD_REGDATE']} $posts[regdate] <br />
	 </then></if>
	 <if($showuserpostsinthread == 1)><then>
	 {$lang->items['LANG_THREAD_USERPOSTS']} $posts[userposts] <br />
	 </then></if>
 	<if($userinfo['gb_aktiv'] == 1)><then>Gästebuch: <a href="gaestebuch.php?userid=$posts[userid]">aktiviert</a></then><else>Gästebuch: deaktiviert</else></if>

<smallfont>Treue Sterne<br>$treue</font><br><br>
                      $thximage	<br> 
<br>
                      $userfields
	 $userrating
	 <if($userlevel)><then>
	 <br />
	 $userlevel
	 </then></if>
                     <if($titleinthread)><then>$userofmonth</then></if>
	 <if($threadstarter == 1)><then>
	 <br />
	 {$lang->items['LANG_THREAD_THREADSTARTER']} <img src="{$style['imagefolder']}/threadstarter.gif" border="0" alt="{$LANG_THREAD_THREADSTARTER_TITLE}" title="{$LANG_THREAD_THREADSTARTER_TITLE}" />
	 </then></if>
$verwarnungen
	 </then><else>
	 <span class="smallfont">{$lang->items['LANG_THREAD_UNREGISTERED']}</span>
	 </else></if>
     <br />
	</span></td>
   </tr>
   <tr>
    <td style="background-image: url({$style['imagefolder']}/postbit_user_bottom_bg.gif); height: 24px;" align="center"><span class="smallfont">$postdate <span class="time">$posttime</span></span></td>
   </tr>
  </table>
  </td>
  <td style="background-image: url({$style['imagefolder']}/postbit_user_right_bg_top.gif); width: 1px; height: 150px;" valign="top"><img src="{$style['imagefolder']}/spacer.gif" border="0" width="21px" height="1px" alt="" title="" /></td>
  <td style="width: 100%; height: 100%;" valign="top" rowspan="2">
  <table cellpadding="0" cellspacing="0" border="0" style="width: 100%; height: 100%;">
   <tr>
    <td><img src="{$style['imagefolder']}/postbit_msg_top_left.gif" border="0" alt="" title="" /></td>
	<td style="width: 100%; background-image: url({$style['imagefolder']}/postbit_msg_top_bg.gif);"></td>
	<td><img src="{$style['imagefolder']}/postbit_msg_top_right.gif" border="0" alt="" title="" /></td>
   </tr>
   <tr>
    <td style="background-image: url({$style['imagefolder']}/postbit_msg_left_bg.gif);"></td>
	<td style="width: 100%; height: 100%; background-color: #37353E;" valign="top"><span class="smallfont">
    $posts[message]
      $hangin
$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>
<br><br>
$shopinventar
<br>
$shopinventar2
<br>
	</span></td>
	<td style="background-image: url({$style['imagefolder']}/postbit_msg_right_bg.gif);"></td>
   </tr>
   <tr>
    <td><img src="{$style['imagefolder']}/postbit_msg_bottom_left.gif" border="0" alt="" title="" /></td>
	<td style="width: 100%; background-image: url({$style['imagefolder']}/postbit_msg_bottom_bg.gif);"></td>
	<td><img src="{$style['imagefolder']}/postbit_msg_bottom_right.gif" border="0" alt="" title="" /></td>
   </tr>   
  </table>
  </td>
  <td valign="bottom" rowspan="2" style="height: 100%;">
  <table cellpadding="0" cellspacing="0" border="0" style="height: 100%;">
   <tr>
    <td style="background-image: url({$style['imagefolder']}/postbit_right_bg.gif); height: 100%;"></td>
   </tr>
   <tr>
    <td style="background-image: url({$style['imagefolder']}/postbit_right_bg_bottom.gif);">
	<img src="{$style['imagefolder']}/postbit_right_middle.gif" border="0" alt="" title="" /><br />
	<if(!$posts['aim'] && !$posts['msn'] && !$posts['yim'] && !$posts['icq'])><then>
	<br />
	<br />
	<br />
	<br />
	<br />
	</then></if>	
	<if($posts['aim'])><then><a href="aim:goim?screenname=$posts[aim]&amp;message=Hi.+Are+you+there?"><img src="{$style['imagefolder']}/postbit_aim.gif" border="0" alt="{$LANG_MEMBERS_AIM}" title="{$LANG_MEMBERS_AIM}" /></a><br /></then></if>
	<if($posts['msn'])><then><a href="http://members.msn.com/?mem=$posts[msn]"><img src="{$style['imagefolder']}/postbit_msn.gif" border="0" alt="{$LANG_MEMBERS_MSN}" title="{$LANG_MEMBERS_MSN}" /></a><br /></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']}/postbit_yim.gif" border="0" alt="{$LANG_MEMBERS_YIM}" title="{$LANG_MEMBERS_YIM}" /></a><br /></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="{$style['imagefolder']}/postbit_icq.gif" border="0" alt="{$LANG_MEMBERS_ICQ}" title="{$LANG_MEMBERS_ICQ}" /></a><br /></then></if>
	</td>
   </tr>
  </table>
  </td>
 </tr>
 <tr>
  <td style="height: 100%; background-image: url({$style['imagefolder']}/postbit_user_right_bg_bottom.gif);" valign="bottom"><img src="{$style['imagefolder']}/postbit_user_bottom_right.gif" border="0" alt="" title="" /></td>
 </tr> 
 <tr>
  <td><img src="{$style['imagefolder']}/postbit_bottom_left.gif" border="0" alt="" title="" /></td>
  <td colspan="3">
  <table cellpadding="0" cellspacing="0" border="0" style="width: 100%;">
   <tr>
     <td style="width: 131px; background-image: url({$style['imagefolder']}/postbit_bottom_bg_left2.gif);"></td>
	<td style="width: 62px; background-image: url({$style['imagefolder']}/postbit_bottom_bg_left.gif);"></td>
	<td style="background-image: url({$style['imagefolder']}/postbit_leftmiddle_bg.gif);" align="right" nowrap="nowrap"><img src="{$style['imagefolder']}/postbit_bottom_middle.gif" border="0" alt="" title="" /><if($posts['showemail'] == 1)><then><a href="mailto:$posts[email]"><img src="{$style['imagefolder']}/postbit_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']}/postbit_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']}/postbit_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']}/postbit_search.gif" border="0" alt="" title="" /></a><a href="usercp.php?action=buddy&amp;add=$posts[userid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/postbit_homie.gif" border="0" alt="" title="" /></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']}/postbit_pm.gif" border="0" alt="{$LANG_MEMBERS_PM}" title="{$LANG_MEMBERS_PM}" /></a></then></if><if($wbbuserdata['can_use_im']==1)><then><a href="javascript:writeim($posts[userid])"><img src="{$style['imagefolder']}/postbit_im.gif" border="0" alt="{$lang->items['LANG_MEMBERS_IM']}" title="{$lang->items['LANG_MEMBERS_IM']}" /></a></then></if></td>
	<td style="width: 19px; background-image: url({$style['imagefolder']}/postbit_bottom_bg_right.gif);"></td>
   </tr>
  </table>
  </td>
  <td><img src="{$style['imagefolder']}/postbit_bottom_right.gif" border="0" alt="" title="" /></td>
 </tr>
</table>
<br />
<br />



wer könnte ma helfen ??



wollte das nochma nach oben schieben, oder ist der hack zu alt, um noch nach support zu fragen?
Iceblue
versuch mal den oben genannten teil hier drüber einzufügen


php:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
<tr>
  <td style="height: 100%; background-image: url({$style['imagefolder']}/postbit_user_right_bg_bottom.gif);" valign="bottom"><img src="{$style['imagefolder']}/postbit_user_bottom_right.gif" border="0" alt="" title="" /></td>
 </tr> 
 <tr>
  <td><img src="{$style['imagefolder']}/postbit_bottom_left.gif" border="0" alt="" title="" /></td>
  <td colspan="3">
  <table cellpadding="0" cellspacing="0" border="0" style="width: 100%;">
   <tr>
     <td style="width: 131px; background-image: url({$style['imagefolder']}/postbit_bottom_bg_left2.gif);"></td>
    <td style="width: 62px; background-image: url({$style['imagefolder']}/postbit_bottom_bg_left.gif);"></td>
    <td style="background-image: url({$style['imagefolder']}/postbit_leftmiddle_bg.gif);" align="right" nowrap="nowrap"><img src="{$style['imagefolder']}/postbit_bottom_middle.gif" border="0" alt="" title="" /><if($posts['showemail'] == 1)><then><a href="mailto:$posts[email]"><img src="{$style['imagefolder']}/postbit_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']}/postbit_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']}/postbit_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']}/postbit_search.gif" border="0" alt="" title="" /></a><a href="usercp.php?action=buddy&amp;add=$posts[userid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/postbit_homie.gif" border="0" alt="" title="" /></a><if($posts['receivepm'] == && $wbbuserdata['can_use_pms'] == 1)><then><a href="pms.php?action=newpm&amp;userid=$posts[userid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/postbit_pm.gif" border="0" alt="{$LANG_MEMBERS_PM}" title="{$LANG_MEMBERS_PM}" /></a></then></if><if($wbbuserdata['can_use_im']==1)><then><a href="javascript:writeim($posts[userid])"><img src="{$style['imagefolder']}/postbit_im.gif" border="0" alt="{$lang->items['LANG_MEMBERS_IM']}" title="{$lang->items['LANG_MEMBERS_IM']}" /></a></then></if></td>
    <td style="width: 19px; background-image: url({$style['imagefolder']}/postbit_bottom_bg_right.gif);"></td>
   </tr>
  </table>
  </td>
  <td><img src="{$style['imagefolder']}/postbit_bottom_right.gif" border="0" alt="" title="" /></td>
 </tr>
</table>
<br />
<br />



keine garantie das es klappt, da du generell eine ganz andere thread_postbit.tpl hast, in dem code gehts halt m die online anzeige in beiträgen wenn ein user abwesend ist. Also auch nicht zwingend erforderlich.
Shark Master
Hi,
ich habe folgendes Problem
Ich habe im der Team Seite den Team Hack drin.

Aber ich kann den Away hack in dem Team Seite nicht einbauen.
Grund ist der

team_userbit suche:
code:
1:
2:
3:
4:
<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>


und ersetze durch:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
       <if($away==0 || $wbbuserdata['can_see_away_message']==0)>
<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>
<else>
                <img src="{$style['imagefolder']}/user_away.gif" border="0" alt="{$LANG_MEMBERS_USERAWAY}" title="{$LANG_MEMBERS_USERAWAY}" />
</else>
</if>



team_userbit:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
<tr align="center">
 <td width="115" class="$tdclass"><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><br /><br /><span class="normalfont"><b><a href="profile.php?userid=$user[userid]{$SID_ARG_2ND}">$user[username]</a></b></span></td>
 <td width="120" class="$tdclass"><span class="normalfont">$user_text</span></td>
 <td width="100" class="$tdclass"><span class="normalfont"><if($user['avatarid'] && $user['showavatars']==1)>
    <then><img src="images/avatars/avatar-$user[avatarid].$user[avatarextension]" border="0" /></then></if></span></td>
<td width="90" class="$tdclass"><span class="normalfont">$rankimages</span></td>
  <td width="90" class="$tdclass"><span class="normalfont"><if($wbbuserdata['can_use_pms']==1 && $user['receivepm']==1)><then><a href="pms.php?action=newpm&amp;userid=$user[userid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/pm.gif" border="0" alt="{$LANG_MEMBERS_PM}" title="{$LANG_MEMBERS_PM}" /></a></then><else>&nbsp;</else></if><if($user['showemail']==1)>
<then><br /><br /><a href="mailto:$user[email]"><img src="{$style['imagefolder']}/email.gif" border="0" alt="{$LANG_MEMBERS_SENDEMAIL}" title="{$LANG_MEMBERS_SENDEMAIL}" /></a></then>
<else>
<if($user['usercanemail']==1)>
<then><br /><br /><a href="formmail.php?userid=$user[userid]&amp;sid=$session[hash]"><img src="{$style['imagefolder']}/email.gif" border="0" alt="{$LANG_MEMBERS_SENDEMAIL}" title="{$LANG_MEMBERS_SENDEMAIL}" /></a></then>
</if>
</else>
</if>
</span></td>
<td width="90" class="$tdclass"><span class="normalfont">$user[field1]&nbsp;</span></td>



</tr>
Agi
Ersetze deine gesamte team_userbit mal durch das hier:


code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
<tr align="center">
 <td width="115" class="$tdclass"> <if($away==0 || $wbbuserdata['can_see_away_message']==0)>
<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>
<else>
                <img src="{$style['imagefolder']}/user_away.gif" border="0" alt="{$LANG_MEMBERS_USERAWAY}" title="{$LANG_MEMBERS_USERAWAY}" />
</else>
</if><br /><br /><span class="normalfont"><b><a href="profile.php?userid=$user[userid]{$SID_ARG_2ND}">$user[username]</a></b></span></td>
 <td width="120" class="$tdclass"><span class="normalfont">$user_text</span></td>
 <td width="100" class="$tdclass"><span class="normalfont"><if($user['avatarid'] && $user['showavatars']==1)>
    <then><img src="images/avatars/avatar-$user[avatarid].$user[avatarextension]" border="0" /></then></if></span></td>
<td width="90" class="$tdclass"><span class="normalfont">$rankimages</span></td>
  <td width="90" class="$tdclass"><span class="normalfont"><if($wbbuserdata['can_use_pms']==1 && $user['receivepm']==1)><then><a href="pms.php?action=newpm&amp;userid=$user[userid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/pm.gif" border="0" alt="{$LANG_MEMBERS_PM}" title="{$LANG_MEMBERS_PM}" /></a></then><else>&nbsp;</else></if><if($user['showemail']==1)>
<then><br /><br /><a href="mailto:$user[email]"><img src="{$style['imagefolder']}/email.gif" border="0" alt="{$LANG_MEMBERS_SENDEMAIL}" title="{$LANG_MEMBERS_SENDEMAIL}" /></a></then>
<else>
<if($user['usercanemail']==1)>
<then><br /><br /><a href="formmail.php?userid=$user[userid]&amp;sid=$session[hash]"><img src="{$style['imagefolder']}/email.gif" border="0" alt="{$LANG_MEMBERS_SENDEMAIL}" title="{$LANG_MEMBERS_SENDEMAIL}" /></a></then>
</if>
</else>
</if>
</span></td>
<td width="90" class="$tdclass"><span class="normalfont">$user[field1]&nbsp;</span></td>



</tr>
CWCMoony
Hi,

ich habe ein Problem mit der Umsetzung des 26. Schrittes in der Anleitung:

Zitat:

26. Suche im Template acp/templates/users_find.htm nach:

<li><a href="users.php?action=show&sortby=regdate&sortorder=DESC&limit=20&sid=$ses
sion[hash]">{$lang->items['LANG_ACP_USERS_FIND_NEWEST']}</a></li>

und füge darunter folgendes ein:

<li><a href="users.php?action=show&away=1&sortorder=DESC&limit=20&sid=$session[has
h]">{$lang->items['LANG_AWAY_ACP_USERS_FIND']}</a></li>


Soweit, so gut! Das Problem ist jedoch, dass diese Zeile so nicht in der besagten Datei existiert! Anscheinend hat sich etwas im Code geändert, denn die neue Zeile heißt:

<li><a href="users.php?action=show&amp;sortby=regdate&amp;sortorder=DESC&amp ;limit=20&amp;sid=$session[hash]">{$lang->items['LANG_ACP_USERS_FIND_NEWEST
']}</a></li>

Man beachte das "amp"! Das ist neu! Ich verwende die Version 2.3.4. Und was nun?
Iceblue
setz den code einfach unter deinen den du da hast, ist halt nen platzhalter der aber ansich keine auswirkung haben dürfte. und falls doch, kannst du ja den neuen code mit dem amp genau so anpassen. Aber ich denke nicht das dies nötig ist. Also einfach einfügen speichern und fertig
Shanti2
jop, salut erstmal und bravo, ein echt toller Hack den du da hast. Habe ihn eingebaut und er funktioniert auch super. Nach einigen kleinen schwierigkeiten die ich aber durchs lesen (hier im forum) selber richten konnte ist jetzt alles OK^^
Deshalb hier nochmals ein recht herzliches Dankeschön an dir und allen anderen Codeschreibern die so viele nützliche Hack's & Addons bereitstellen!

Ach ja ein kleines Problem habe ich da noch, selber komme ich da nicht weiter und hoffe das einer mir dabei helfen kann^^

Ich benutze unteranderem den Style "Together" und da ist die usercp.tpl anders als im Standart-templat. Da ich nicht soviel Ahnung, bitte ich um folgendes:
meine (editierte) usercp-tp (ACP)l ist im Anhang^^

Vielen Dank im voraus, wenn jemand sich die Zeit nehmen könnte mal einen Blick drauf zu werfen, ob alles richtig ist ^^ (denn es scheint nicht der Fall zu sein unglücklich

Edit: Habe in der zwischenzeit die tpl aus dem ACP versucht zu editiren aber leider sehe ich nix im usercp (Profil), die anderen Styles sind OK^^

Edit2: Habe mal den Code, der da rein sollte, eingesetzt (ohe ihn anzupassen)! Funktioniren tut er schon, aber sieht nicht gut aus. Da die Tabelle anders gegliedert ist!
Ich komme einfach nicht weiter, leider...
Daher bin ich schon sicher das ich keinen anderen fehler habe^^

Edit3: Das Problem besteht immer noch^^ Ist der Support hier Eingestellt???
Egonkab*
Moin wollte den Hack in die Teamsite V3.0 einbauen!
Kennt da jemand ne Lösung dafür wie ich das mache?
mine
hallo!

ich habe den hack nun eingebaut und bekam keine fehlermeldungen.

sowohl mit meinem adminaccount als auch mit verschiedenen anderen accounts mit unterschiedlichen rechten probierte ich ihn aus.

es kam keine fehlermeldung, aber keinen account sah man als abwesend. es passierte nach dem speichern einfach nix.

woran liegt das?

lg, mine
Shanti2
Wollte einfach nur mal Fragen ob es hier noch ein Support gibt oder nicht?

Wäre nett wenn es jemanden gibt, der da mal was zu den fragen schreibt, das uns evtl. weiterhelfen könnte, denn mein Problem ist immernoch nicht gelöst unglücklich
Ancipitia
hallo,
habe heute den hack eingebaut, lief alles problemlos, danke!!!smile

ps: doch nicht. habe gerade gesehen, dass statt der geschriebenen beiträge, das hier angezeigt wird:


Parse error: syntax error, unexpected '<' in /home/www/web264/html/forum/wbb2/thread.php(31cool : eval()'d code on line 19
‹

woran liegt das?
Knubbelkaefer
okay, weil ich in den falschen bereich gepostet habe, hier auch noch einmal

Ich habe gestern abend probiert, den Abwesenheitshack einzubauen. Ich sage dazu, das das mein erstes Mal war Augenzwinkern und ich noch nicht wirklich viel Ahnung davon habe...

Gut, nun hat es auch nicht geklappt Versagt unglücklich

In meinem Standartstyle (nicht der vorgebenene Standart) geht es gar nicht, will heissen, ich habe zwar das profilfeld, aber weder Bild wird angezeigt und auch wenn ich draufklicke, kommt eine ganze Seite mit wirrem geschreibsel..

Wechsel ich zu dem Standart Style von wbb, so sehe ich das Bild und ich kann mich auch abwesend eintragen, habe aber ganz unten unter dem Forum wieder dieses wilde geschreibsel.

Auch im Admin CP geht etwas nicht. Klicke ich auf Abwesende Mitglieder werden momentan alle angezeigt, klicke ich auch mich (habe mich ja abwesend gemeldet), so gibt er folgende Fehlermeldug

Parse error: parse error, unexpected '\"' in /var/kunden/webs/knubbel/forum/profile.php(236) : eval()'d code on line 125


Ich weiss nicht mehr weiter traurig
Mag mir jemand (möglichst schnell??) helfen traurig
N!tro*
hi

poste mal die Zeile 125 von der profile tpl
Knubbelkaefer
<td><span class="normalfont">$user_info[icq]</span></td>

das müsste diese sein... traurig
KleenMicha
Bitte hänge mal im Beitrag das Template: profile hier komplett an.
Knubbelkaefer
<?xml version="1.0" encoding="{$lang->items['LANG_GLOBAL_ENCODING']}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{$lang->items['LANG_GLOBAL_DIRECTION']}" lang="{$lang->items['LANG_GLOBAL_LANGCODE']}" xml:lang="{$lang->items['LANG_GLOBAL_LANGCODE']}">
<head>
<title>$master_board_name | {$lang->items['LANG_MEMBERS_PROFILE_TITLE']}</title>
$headinclude

<script type="text/javascript">
<!--
function rating(userid) {
window.open("misc.php?action=userrating&userid="+userid+"{$SID_ARG_2ND_UN}"
, "moo", "toolbar=no,scrollbars=yes,resizable=yes,width=350,height=205");
}
//-->
</script>
</head>

<body>
$header
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
<tr>
<td class="tablea"><table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr class="tablea_fc">
<td align="left"><span class="smallfont"><b><a href="index.php{$SID_ARG_1ST}">$master_board_name</a> &raquo; {$lang->items['LANG_MEMBERS_PROFILE_TITLE']}</b></span></td>
<td align="right"><span class="smallfont"><b>$usercbar</b></span></td>
</tr>
</table></td>
</tr>
</table><br />
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
<tr>
<td class="tabletitle" align="left" colspan="2"><table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr class="tabletitle_fc">
<td style="width:100%" align="left"><span class="normalfont"><b>{$lang->items['LANG_MEMBERS_PROFILE_TITLE']}</b></spa
n></td>
<td style="width:200px" align="center" nowrap="nowrap"><span class="normalfont"><b>{$lang->items['LANG_MEMBERS_PROFILE_CAPTION']}</b></s
pan></td>
</tr>
</table></td>
</tr>
<tr>
<td class="tablea" style="width:100%"><table style="width:100%" class="tablea_fc">
<tr align="left">
<td><span class="normalfont"><b>{$lang->items['LANG_MEMBERS_PROFILE_REGDATE']}</b></s
pan></td>
<td><span class="normalfont">$regdate</span></td>
</tr>
<tr align="left">
<td valign="top"><span class="normalfont"><b>{$lang->items['LANG_MEMBERS_PROFILE_RANK']}</b></span
></td>
<td><span class="normalfont">$user_info[ranktitle] $rankimages</span></td>
</tr>
<tr align="left">
<td><span class="normalfont"><b>{$lang->items['LANG_MEMBERS_PROFILE_POSTS']}</b></spa
n></td>
<td><span class="normalfont">$user_info[userposts] ({$lang->items['LANG_MEMBERS_PROFILE_POSTSPERDAY']})</span></td>
</tr>
<tr align="left">
<td><span class="normalfont"><b>{$lang->items['LANG_MEMBERS_PROFILE_LASTACTIVITY']}</
b></span></td>
<td><span class="normalfont">$la_date <span class="{time}">$la_time</span></span></td>
</tr>

<if($userlocation!="")>
<then>
<tr align="left">
<td><span class="normalfont"><b>{$lang->items['LANG_MEMBERS_PROFILE_LOCATION']}</b></
span></td>
<td><span class="normalfont">$userlocation</span></td>
</tr>
</then>
</if>

<if($showlastpost==1)>
<then>
<tr align="left">
<td><span class="normalfont"><b>{$lang->items['LANG_MEMBERS_PROFILE_LASTPOST']}</b></
span></td>
<td><span class="normalfont"><b>&raquo; <a href="thread.php?postid=$lastpost[postid]{$SID_ARG_2ND}#post$lastpost[posti
d]">$lastpost[topic]</a></b></span><br />
<span class="smallfont">{$lang->items['LANG_MEMBERS_PROFILE_POSTED_ON']} $lastpostdate <span class="time">$lastposttime</span><br />
{$lang->items['LANG_MEMBERS_PROFILE_FORUM']} <b><a href="board.php?boardid=$lastpost[boardid]{$SID_ARG_2ND}">$lastpost[title]<
/a></b></span></td>
</tr>
</then>
</if>

<if($showlanguageinprofile==1)>
<then>
<tr align="left">
<td><span class="normalfont"><b>{$lang->items['LANG_MEMBERS_PROFILE_LANGUAGE']}</b></
span></td>
<td><span class="normalfont">$languagepackname</span></td>
</tr>
</then>
</if>

<tr>
<td align="left" colspan="2"><hr size="{$style['tableincellspacing']}" class="threadline" /></td>
</tr>
<tr align="left">
<td><span class="normalfont"><b>{$lang->items['LANG_MEMBERS_PROFILE_ICQ']}</b></span>
</td>
<td><span class="normalfont">$user_info[icq]</span></td>
</tr>
<tr align="left">
<td><span class="normalfont"><b>{$lang->items['LANG_MEMBERS_PROFILE_AIM']}</b></span>
</td>
<td><span class="normalfont">$user_info[aim]</span></td>
</tr>
<tr align="left">
<td><span class="normalfont"><b>{$lang->items['LANG_MEMBERS_PROFILE_YIM']}</b></span>
</td>
<td><span class="normalfont">$user_info[yim]</span></td>
</tr>
<tr align="left">
<td><span class="normalfont"><b>{$lang->items['LANG_MEMBERS_PROFILE_MSN']}</b></span>
</td>
<td><span class="normalfont">$user_info[msn]</span></td>
</tr>
<tr align="left">
<td><span class="normalfont"><b>{$lang->items['LANG_MEMBERS_PROFILE_EMAIL']}</b></spa
n></td>
<td><span class="normalfont">$useremail</span></td>
</tr>
<tr align="left">
<td><span class="normalfont"><b>{$lang->items['LANG_MEMBERS_PROFILE_HOMEPAGE']}</b></
span></td>
<td><span class="normalfont">$userhomepage</span></td>
</tr>
<tr>
<td align="left" colspan="2"><hr size="{$style['tableincellspacing']}" class="threadline" /></td>
</tr>
<tr align="left">
<td><span class="normalfont"><b>{$lang->items['LANG_MEMBERS_PROFILE_GENDER']}</b></sp
an></td>
<td><span class="normalfont">$gender</span></td>
</tr>
<tr align="left">
<td><span class="normalfont"><b>{$lang->items['LANG_MEMBERS_PROFILE_BIRTHDAY']}</b></
span></td>
<td><span class="normalfont">$birthday</span></td>
</tr>
<if($profilefields)>
<if($away==1 && $wbbuserdata['can_see_away_message']==1)>
<then>
<tr>
<td align="left" colspan="2"><hr size="{$style['tableincellspacing']}" class="threadline" /></td>
</tr>
<tr align="left">
<td><span class="normalfont"><b>{$lang->items['LANG_AWAY_THREAD_FROM']} $datefrom[2].$datefrom[1].$datefrom[0] {$lang->items['LANG_AWAY_THREAD_TO']} $dateto[2].$dateto[1].$dateto[0] {$lang->items['LANG_AWAY_THREAD_END']}</b></span></td>
</tr>
<tr align="left">
<td><span class="normalfont"><b>{$lang->items['LANG_AWAY_MESSAGE']}</b></span></td>
<td><span class="normalfont">$away_message</span></td>
</tr>
</then>
</if>
<then>
<tr>
<td align="left" colspan="2"><hr size="{$style['tableincellspacing']}" class="threadline" /></td>
</tr>
</then>
</if>
$profilefields
</table></td>
<td class="tableb" style="width:200px" align="center">$useravatar<br /><span class="normalfont">$user_text</span>$userrating<br />$userlevel<p> <if($away==0 || $wbbuserdata['can_see_away_message']==0)>
<then>
<if($away==0 || $wbbuserdata['can_see_away_message']==0)>
<then>
<if($user_online==1)>
<then><img src="{$style['imagefolder']}/user_online.gif" border="0" alt="{$lang->items['LANG_MEMBERS_USERONLINE']}" title="{$lang->items['LANG_MEMBERS_USERONLINE']}" /></then>
<else><img src="{$style['imagefolder']}/user_offline.gif" border="0" alt="{$lang->items['LANG_MEMBERS_USEROFFLINE']}" title="{$lang->items['LANG_MEMBERS_USEROFFLINE']}" /></else>
</if>
</then>
<else>
<img src="{$style['imagefolder']}/user_away.gif" border="0" alt="{$LANG_MEMBERS_USERAWAY}" title="{$LANG_MEMBERS_USERAWAY}" />
</else>
</if>
</else>
</if> </p><img src="{$style['imagefolder']}/spacer.gif" width="159" height="1" border="0" alt="" title="" /></td>
</tr>
<tr>
<td class="tabletitle" colspan="2"><table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr class="tabletitle_fc">
<td align="left"><span class="normalfont"><b>{$lang->items['LANG_MEMBERS_PROFILE_CONTACT']}</b></s
pan></td>
<td align="right">

<if($user_info['showemail']==0 && $user_info['usercanemail']==1)>
<then><a href="formmail.php?userid=$user_info[userid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/email.gif" border="0" alt="{$lang->items['LANG_MEMBERS_SENDEMAIL']}" title="{$lang->items['LANG_MEMBERS_SENDEMAIL']}" /></a></then>
</if>

<if($user_info['receivepm']==1 && $wbbuserdata['can_use_pms']==1)><then><a href="pms.php?action=newpm&amp;userid=$user_info[userid]{$SID_ARG_2ND}"><im
g src="{$style['imagefolder']}/pm.gif" border="0" alt="{$lang->items['LANG_MEMBERS_PM']}" title="{$lang->items['LANG_MEMBERS_PM']}" /></a></then></if>

<a href="search.php?action=user&amp;userid=$user_info[userid]{$SID_ARG_2ND}"><
img src="{$style['imagefolder']}/search.gif" border="0" alt="{$lang->items['LANG_MEMBERS_SEARCH']}" title="{$lang->items['LANG_MEMBERS_SEARCH']}" /></a>

<a href="usercp.php?action=buddy&amp;add=$user_info[userid]{$SID_ARG_2ND}"><im
g src="{$style['imagefolder']}/homie.gif" border="0" alt="{$lang->items['LANG_MEMBERS_BUDDY']}" title="{$lang->items['LANG_MEMBERS_BUDDY']}" /></a></td>
</tr>
</table></td>
</tr>
</table>
<if(checkAdminPermissions("a_can_users_edit") || checkAdminPermissions("a_can_users_delete"))>
<then>
<p align="center"><span class="smallfont"><b>{$lang->items['LANG_MEMBERS_PROFILE_ADMINOPTIONS']}</b
>
<if(checkAdminPermissions("a_can_users_edit"))><then><a href="acp/index.php?url=users.php%3Faction%3Dedit%26userid%3D$user_info[use
rid]" target="_blank">{$lang->items['LANG_MEMBERS_PROFILE_USEREDIT']}</a></then><
/if>
<if(checkAdminPermissions("a_can_users_edit") && checkAdminPermissions("a_can_users_delete"))><then> | </then></if>
<if(checkAdminPermissions("a_can_users_delete"))><then><a href="acp/index.php?url=users.php%3Faction%3Ddelete%26userid%5B%5D%3D$user_
info[userid]" target="_blank">{$lang->items['LANG_MEMBERS_PROFILE_USERDEL']}</a></then></
if></span></p>
</then>
</if>
$footer
</body>
</html>