YourWBB


yourWBB » WoltLab Burning Board Generation 2 * » Alles von und für das WBB 2.3.x » [WBB 2.3.x] Allg. Fragen und Probleme » Darstellungsfehler im UserCP » Hallo Gast [Anmelden|Registrieren]
Letzter Beitrag | Erster ungelesener Beitrag 2.045 Views | | Thema zu Favoriten hinzufügen

Neues Thema erstellen Antwort erstellen

Dieses Thema wurde als unerledigt markiert. Thread unerledigt

Zum Ende der Seite springen Darstellungsfehler im UserCP
Autor
Beitrag « Vorheriges Thema | Nächstes Thema »
ConiKost
Mitglied


Dabei seit: 15.09.06
Beiträge: 25
Fähigkeiten: WBB3 Profi
Forenversion: 3.1

 Darstellungsfehler im UserCP Antworten Zitieren Editieren Melden       UP

Hallo!
Ich nutze das WBB 2.3.5.

Ich habe jedoch nun festgestellt, dass es Darstellungsfehler im UserCP gibt:

-> http://conikost.wh-forum.de/usercp.JPG


Wie kann ich das beheben? Ich kriegs irgendwie nicht hin...

Hier die usercp.tpl

-> http://conikost.wh-forum.de/usercp.tpl.txt

Dieser Beitrag wurde 2 mal editiert, zum letzten Mal von ConiKost: 16.09.06 19:05.

16.09.06 17:12 ConiKost ist offline E-Mail Finden Als Freund hinzufügen
ProfJack ProfJack ist männlich
Mitglied


images/avatars/avatar-4268.jpg

Dabei seit: 13.11.05
Beiträge: 610

Antworten Zitieren Editieren Melden       UP

Hallo ConiKost,

es wäre nicht schlecht, wenn man den Fehler auch sehen könnte, deine Demo ist ja nicht verfügbar.

Gruß,
Jakob
16.09.06 18:30 ProfJack ist offline E-Mail Finden Als Freund hinzufügen
ConiKost
Mitglied


Dabei seit: 15.09.06
Beiträge: 25
Fähigkeiten: WBB3 Profi
Forenversion: 3.1

Themenstarter Thema begonnen von ConiKost
Antworten Zitieren Editieren Melden       UP

Danke für die Info -.- jemand hat das gelöscht unglücklich

Hier nochmal!

http://conikost.wh-forum.de/usercp.JPG
http://conikost.wh-forum.de/usercp.tpl.txt

Dieser Beitrag wurde 2 mal editiert, zum letzten Mal von ConiKost: 16.09.06 19:04.

16.09.06 18:59 ConiKost ist offline E-Mail Finden Als Freund hinzufügen
ProfJack ProfJack ist männlich
Mitglied


images/avatars/avatar-4268.jpg

Dabei seit: 13.11.05
Beiträge: 610

Antworten Zitieren Editieren Melden       UP

Hi,

das soltle funtzen:

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:
<?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>
  <td class="tablea" style="width:5%" align="center">
   <a href="usercp.php?action=profile_edit{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_profile_edit.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_PROFILE_EDIT']}" title="{$lang->items['LANG_USERCP_PROFILE_EDIT']} - {$lang->items['LANG_USERCP_PROFILE_EDIT_DESC']}" /></a>  </td>
  <td class="tablea" style="width:95%">
   <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>
 <tr>
  <td class="tableb" style="width:5%" align="center">
   <a href="usercp.php?action=signature_edit{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_signature_edit.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_SIGNATURE_EDIT']}" title="{$lang->items['LANG_USERCP_SIGNATURE_EDIT']} - {$lang->items['LANG_USERCP_SIGNATURE_EDIT_DESC']}" /></a>  </td>
  <td class="tableb style="width:95%">
   <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>
 <tr>
  <td class="tablea" style="width:5%" align="center">
   <a href="usercp.php?action=options_change{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_options_change.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_OPTIONS_CHANGE']}" title="{$lang->items['LANG_USERCP_OPTIONS_CHANGE']} - {$lang->items['LANG_USERCP_OPTIONS_CHANGE_DESC']}" /></a>  </td>
  <td class="tablea" style="width:95%">
   <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>
 <tr>
  <td class="tableb" style="width:5%" align="center">
   <a href="usercp.php?action=password_change{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_password_change.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_PASSWORD_CHANGE']}" title="{$lang->items['LANG_USERCP_PASSWORD_CHANGE']} - {$lang->items['LANG_USERCP_PASSWORD_CHANGE_DESC']}" /></a>  </td>
  <td class="tableb" style="width:95%">
   <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>
 <tr>
  <td class="tablea" style="width:5%" align="center">
   <a href="usercp.php?action=email_change{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_email_change.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_EMAIL_CHANGE']}" title="{$lang->items['LANG_USERCP_EMAIL_CHANGE']} - {$lang->items['LANG_USERCP_EMAIL_CHANGE_DESC']}" /></a>  </td>
  <td class="tablea" style="width:95%">
   <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>
 <tr>
  <td class="tableb" style="width:5%" align="center">
   <a href="usercp.php?action=buddy_list{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_buddy_list.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_BUDDY_LIST']}" title="{$lang->items['LANG_USERCP_BUDDY_LIST']} - {$lang->items['LANG_USERCP_BUDDY_LIST_DESC']}" /></a>  </td>
  <td class="tableb" style="width:95%">
   <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>
 <tr>
  <td class="tablea" style="width:5%" align="center">
   <a href="usercp.php?action=ignore_list{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_ignore_list.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_IGNORE_LIST']}" title="{$lang->items['LANG_USERCP_IGNORE_LIST']} - {$lang->items['LANG_USERCP_IGNORE_LIST_DESC']}" /></a>  </td>
  <td class="tablea" style="width:95%">
   <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>
 <tr>
  <td class="tableb" style="width:5%" align="center">
   <a href="usercp.php?action=favorites{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_favorites.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_FAVORITES']}" title="{$lang->items['LANG_USERCP_FAVORITES']} - {$lang->items['LANG_USERCP_FAVORITES_DESC']}" /></a>  </td>
  <td class="tableb" style="width:95%">
   <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>
 <tr>
  <td class="tablea" style="width:5%" align="center">
   <a href="usercp.php?action=avatars{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_avatars.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_AVATARS']}" title="{$lang->items['LANG_USERCP_AVATARS']} - {$lang->items['LANG_USERCP_AVATARS_DESC']}" /></a>  </td>
  <td class="tablea" style="width:95%">
   <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>
 <tr>
  <td class="tableb" style="width:5%" align="center">
   <a href="pms.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/usercp_pm.gif" border="0" alt="{$lang-&gt;items['LANG_GLOBAL_PMS']}" title="{$lang->items['LANG_GLOBAL_PMS']} - {$lang->items['LANG_USERCP_PMS_DESC']}" /></a>  </td>
  <td class="tableb" style="width:95%">
   <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>
 <tr>
  <td class="tablea" style="width:5%" align="center">
   <a href="usercp.php?action=attachments{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_attachments.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_ATTACHMENTS']}" title="{$lang->items['LANG_USERCP_ATTACHMENTS']} - {$lang->items['LANG_USERCP_ATTACHMENTS_DESC']}" /></a>  </td>
  <td class="tablea" style="width:95%">
   <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>
 <tr>
  <td class="tableb" style="width:5%" align="center">
   <a href="usergroups.php?action=groups{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_usergroups.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_USERGROUPS']}" title="{$lang->items['LANG_USERCP_USERGROUPS']} - {$lang->items['LANG_USERCP_USERGROUPS_DESC']}" /></a>  </td>
  <td class="tableb" style="width:95%">
   <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>
<if($wbbuserdata['isgroupleader']==1 && $wbbuserdata['can_set_away_message']==0)><then>
 <tr>
  <td class="tablea" style="width:33%" align="center">
   <a href="usergroups.php?action=groupleaders{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_groupleader.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_GROUPLEADER']}" title="{$lang->items['LANG_USERCP_GROUPLEADER']} - {$lang->items['LANG_USERCP_GROUPLEADER_DESC']}" /></a><br /></td>
  <td class="tableb" style="width:33%"><span class="tablea" style="width:33%"><span class="normalfont"><b><a href="usergroups.php?action=groupleaders{$SID_ARG_2ND}">{$lang-&gt;items['LANG_USERCP_GROUPLEADER']}</a></b></span><br />
      <span class="smallfont">{$lang-&gt;items['LANG_USERCP_GROUPLEADER_DESC']}</span></span> </td>
  <td class="tablea" style="width:33%"> </td>
 </tr>
</then>
</if>
  <if($wbbuserdata['isgroupleader']==1 && $wbbuserdata['can_set_away_message']==1)><then>
 <tr>
  <td class="tablea" style="width:33%" align="center">

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


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


Gruß,
Jakob
16.09.06 19:35 ProfJack ist offline E-Mail Finden Als Freund hinzufügen
ConiKost
Mitglied


Dabei seit: 15.09.06
Beiträge: 25
Fähigkeiten: WBB3 Profi
Forenversion: 3.1

Themenstarter Thema begonnen von ConiKost
Antworten Zitieren Editieren Melden       UP

Danke für die Hilfe, aber das geht nicht? unglücklich

Fehler:

Parse error: syntax error, unexpected '-', expecting '}' in /www/htdocs/w0071a45/whforum/usercp.php(64) : eval()'d code on line 26
16.09.06 19:42 ConiKost ist offline E-Mail Finden Als Freund hinzufügen
ProfJack ProfJack ist männlich
Mitglied


images/avatars/avatar-4268.jpg

Dabei seit: 13.11.05
Beiträge: 610

Antworten Zitieren Editieren Melden       UP

lol?

Ich hab an der Stelle nix verändert ... ich hab außerdem nur ein paar TableDatas verändert ... also kann da kein Fehler sein?!

Gruß,
Jakob

Edit:// Hab da was gefunden, was es verursacht haben könnte, versuchs mal damit:

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:
<?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>
  <td class="tablea" style="width:5%" align="center">
   <a href="usercp.php?action=profile_edit{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_profile_edit.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_PROFILE_EDIT']}" title="{$lang->items['LANG_USERCP_PROFILE_EDIT']} - {$lang->items['LANG_USERCP_PROFILE_EDIT_DESC']}" /></a>  </td>
  <td class="tablea" style="width:95%">
   <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>
 <tr>
  <td class="tableb" style="width:5%" align="center">
   <a href="usercp.php?action=signature_edit{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_signature_edit.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_SIGNATURE_EDIT']}" title="{$lang->items['LANG_USERCP_SIGNATURE_EDIT']} - {$lang->items['LANG_USERCP_SIGNATURE_EDIT_DESC']}" /></a>  </td>
  <td class="tableb style="width:95%">
   <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>
 <tr>
  <td class="tablea" style="width:5%" align="center">
   <a href="usercp.php?action=options_change{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_options_change.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_OPTIONS_CHANGE']}" title="{$lang->items['LANG_USERCP_OPTIONS_CHANGE']} - {$lang->items['LANG_USERCP_OPTIONS_CHANGE_DESC']}" /></a>  </td>
  <td class="tablea" style="width:95%">
   <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>
 <tr>
  <td class="tableb" style="width:5%" align="center">
   <a href="usercp.php?action=password_change{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_password_change.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_PASSWORD_CHANGE']}" title="{$lang->items['LANG_USERCP_PASSWORD_CHANGE']} - {$lang->items['LANG_USERCP_PASSWORD_CHANGE_DESC']}" /></a>  </td>
  <td class="tableb" style="width:95%">
   <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>
 <tr>
  <td class="tablea" style="width:5%" align="center">
   <a href="usercp.php?action=email_change{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_email_change.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_EMAIL_CHANGE']}" title="{$lang->items['LANG_USERCP_EMAIL_CHANGE']} - {$lang->items['LANG_USERCP_EMAIL_CHANGE_DESC']}" /></a>  </td>
  <td class="tablea" style="width:95%">
   <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>
 <tr>
  <td class="tableb" style="width:5%" align="center">
   <a href="usercp.php?action=buddy_list{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_buddy_list.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_BUDDY_LIST']}" title="{$lang->items['LANG_USERCP_BUDDY_LIST']} - {$lang->items['LANG_USERCP_BUDDY_LIST_DESC']}" /></a>  </td>
  <td class="tableb" style="width:95%">
   <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>
 <tr>
  <td class="tablea" style="width:5%" align="center">
   <a href="usercp.php?action=ignore_list{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_ignore_list.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_IGNORE_LIST']}" title="{$lang->items['LANG_USERCP_IGNORE_LIST']} - {$lang->items['LANG_USERCP_IGNORE_LIST_DESC']}" /></a>  </td>
  <td class="tablea" style="width:95%">
   <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>
 <tr>
  <td class="tableb" style="width:5%" align="center">
   <a href="usercp.php?action=favorites{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_favorites.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_FAVORITES']}" title="{$lang->items['LANG_USERCP_FAVORITES']} - {$lang->items['LANG_USERCP_FAVORITES_DESC']}" /></a>  </td>
  <td class="tableb" style="width:95%">
   <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>
 <tr>
  <td class="tablea" style="width:5%" align="center">
   <a href="usercp.php?action=avatars{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_avatars.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_AVATARS']}" title="{$lang->items['LANG_USERCP_AVATARS']} - {$lang->items['LANG_USERCP_AVATARS_DESC']}" /></a>  </td>
  <td class="tablea" style="width:95%">
   <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>
 <tr>
  <td class="tableb" style="width:5%" align="center">
   <a href="pms.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/usercp_pm.gif" border="0" alt="{$lang-&gt;items['LANG_GLOBAL_PMS']}" title="{$lang->items['LANG_GLOBAL_PMS']} - {$lang->items['LANG_USERCP_PMS_DESC']}" /></a>  </td>
  <td class="tableb" style="width:95%">
   <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>
 <tr>
  <td class="tablea" style="width:5%" align="center">
   <a href="usercp.php?action=attachments{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_attachments.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_ATTACHMENTS']}" title="{$lang->items['LANG_USERCP_ATTACHMENTS']} - {$lang->items['LANG_USERCP_ATTACHMENTS_DESC']}" /></a>  </td>
  <td class="tablea" style="width:95%">
   <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>
 <tr>
  <td class="tableb" style="width:5%" align="center">
   <a href="usergroups.php?action=groups{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_usergroups.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_USERGROUPS']}" title="{$lang->items['LANG_USERCP_USERGROUPS']} - {$lang->items['LANG_USERCP_USERGROUPS_DESC']}" /></a>  </td>
  <td class="tableb" style="width:95%">
   <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>
<if($wbbuserdata['isgroupleader']==1 && $wbbuserdata['can_set_away_message']==0)><then>
 <tr>
  <td class="tablea" style="width:33%" align="center">
   <a href="usergroups.php?action=groupleaders{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_groupleader.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_GROUPLEADER']}" title="{$lang->items['LANG_USERCP_GROUPLEADER']} - {$lang->items['LANG_USERCP_GROUPLEADER_DESC']}" /></a><br /></td>
  <td class="tableb" style="width:33%"><span class="tablea" style="width:33%"><span class="normalfont"><b><a href="usergroups.php?action=groupleaders{$SID_ARG_2ND}">{$lang-&gt;items['LANG_USERCP_GROUPLEADER']}</a></b></span><br />
      <span class="smallfont">{$lang-&gt;items['LANG_USERCP_GROUPLEADER_DESC']}</span></span> </td>
  <td class="tablea" style="width:33%"> </td>
 </tr>
</then>
</if>
  <if($wbbuserdata['isgroupleader']==1 && $wbbuserdata['can_set_away_message']==1)><then>
 <tr>
  <td class="tablea" style="width:33%" align="center">

      <a href="usercp.php?action=away{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_away.gif" border="0" alt="{$lang-&gt;items['LANG_AWAY_USERCP']}" title="{$lang->items['LANG_AWAY_USERCP']} - {$lang->items['LANG_AWAY_USERCP_DESC']}" /></a><br /></td>
  <td class="tableb" style="width:33%"><span class="tablea" style="width:33%"><span class="normalfont"><b><a href="usercp.php?action=away{$SID_ARG_2ND}">{$lang-&gt;items['LANG_AWAY_USERCP']}</a></b></span><br />
      <span class="smallfont">{$lang-&gt;items['LANG_AWAY_USERCP_DESC']}</span></span></td>
 </tr>
  <tr>
  <td class="tablea" style="width:33%" align="center"><a href="usergroups.php?action=groupleaders{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_groupleader.gif" border="0" alt="{$lang-&gt;items['LANG_USERCP_GROUPLEADER']}" title="{$lang-&gt;items['LANG_USERCP_GROUPLEADER']} - {$lang-&gt;items['LANG_USERCP_GROUPLEADER_DESC']}" /></a></td>
  <td class="tableb" style="width:33%">
   <a href="usergroups.php?action=groupleaders{$SID_ARG_2ND}"></a><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>
 </tr>
</then>
</if>


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

Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von ProfJack: 16.09.06 20:01.

16.09.06 19:56 ProfJack ist offline E-Mail Finden Als Freund hinzufügen
ConiKost
Mitglied


Dabei seit: 15.09.06
Beiträge: 25
Fähigkeiten: WBB3 Profi
Forenversion: 3.1

Themenstarter Thema begonnen von ConiKost
Antworten Zitieren Editieren Melden       UP

Hallo!
Immer noch nicht unglücklich

Selber Fehler ...

unglücklich unglücklich
16.09.06 20:10 ConiKost ist offline E-Mail Finden Als Freund hinzufügen
ProfJack ProfJack ist männlich
Mitglied


images/avatars/avatar-4268.jpg

Dabei seit: 13.11.05
Beiträge: 610

Antworten Zitieren Editieren Melden       UP

hm ...

und mit der Datei die du hochgeladen hast, funzt's?

Gib mir mal bitte deine usercp.php

Gruß,
Jakob
16.09.06 20:12 ProfJack ist offline E-Mail Finden Als Freund hinzufügen
ConiKost
Mitglied


Dabei seit: 15.09.06
Beiträge: 25
Fähigkeiten: WBB3 Profi
Forenversion: 3.1

Themenstarter Thema begonnen von ConiKost
Antworten Zitieren Editieren Melden       UP

Ja, der inhalt aus meiner tpl geht!
Eben nochmals getestet ...

Hier ist die usercp.php

-> http://conikost.wh-forum.de/usercp.zip

Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von ConiKost: 16.09.06 20:26.

16.09.06 20:24 ConiKost ist offline E-Mail Finden Als Freund hinzufügen
ProfJack ProfJack ist männlich
Mitglied


images/avatars/avatar-4268.jpg

Dabei seit: 13.11.05
Beiträge: 610

Antworten Zitieren Editieren Melden       UP

Der Inhalt ist 1:1 der Selbe wie aus deiner, es wurde lediglich einmal tr und 2 mal td hinzugefügt ...

Zitat:
Warning: main(./global.php): failed to open stream: No such file or directory in /www/htdocs/w0071a45/user/conikost/usercp.php on line 21

Warning: main(./global.php): failed to open stream: No such file or directory in /www/htdocs/w0071a45/user/conikost/usercp.php on line 21

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/share/php:..') in /www/htdocs/w0071a45/user/conikost/usercp.php on line 21
- Der Fehler deiner usercp
16.09.06 20:28 ProfJack ist offline E-Mail Finden Als Freund hinzufügen
BreiteSeite BreiteSeite ist männlich
ETIESETIERB


images/avatars/avatar-4074.gif

Dabei seit: 02.10.04
Beiträge: 1.420
Fähigkeiten: WBB3 Anfänger; WBB2 Fortgeschritten
Herkunft: Sachsen
Forenversion: 3.0

Antworten Zitieren Editieren Melden       UP

ProfJack:

Ich denke der Code in deinem ersten und zweiten Beitrag funktioniert nicht, weil da zum Beispiel solche Sachen vorkommen:
code:
1:
2:
{$lang-&gt;items['LANG_USERCP_PROFILE_EDIT']}
_______^


__________________
Mit freundlichen Grüßen
BreiteSeite


» Mancher Mensch hat ein großes Feuer in seiner Seele, und niemand kommt, um sich daran zu wärmen. «
BreiteSeites sysProfile

Dieser Beitrag wurde 2 mal editiert, zum letzten Mal von BreiteSeite: 16.09.06 20:30.

16.09.06 20:30 BreiteSeite ist offline E-Mail WWW Finden Als Freund hinzufügen Füge BreiteSeite in deine Kontaktliste ein AIM-Name von BreiteSeite: dackelheinz53 YIM-Name von BreiteSeite: dackelheinz53 MSN Passport-Profil von BreiteSeite anzeigen
ProfJack ProfJack ist männlich
Mitglied


images/avatars/avatar-4268.jpg

Dabei seit: 13.11.05
Beiträge: 610

Antworten Zitieren Editieren Melden       UP

Zitat:
Original von BreiteSeite
ProfJack:

Ich denke der Code in deinem ersten und zweiten Beitrag funktioniert nicht, weil da zum Beispiel solche Sachen vorkommen:
code:
1:
2:
{$lang-&gt;items['LANG_USERCP_PROFILE_EDIT']}
_______^


hi,

und was sagt mir das?!

Bzw. sein Template funzt. und da ist das gleich ...
16.09.06 20:37 ProfJack ist offline E-Mail Finden Als Freund hinzufügen
BreiteSeite BreiteSeite ist männlich
ETIESETIERB


images/avatars/avatar-4074.gif

Dabei seit: 02.10.04
Beiträge: 1.420
Fähigkeiten: WBB3 Anfänger; WBB2 Fortgeschritten
Herkunft: Sachsen
Forenversion: 3.0

Antworten Zitieren Editieren Melden       UP

Nein, sein Template ist nicht gleich, wahrscheinlich ändert dein Editor es einfach aus Validätsgründen.

__________________
Mit freundlichen Grüßen
BreiteSeite


» Mancher Mensch hat ein großes Feuer in seiner Seele, und niemand kommt, um sich daran zu wärmen. «
BreiteSeites sysProfile

Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von BreiteSeite: 16.09.06 20:39.

16.09.06 20:38 BreiteSeite ist offline E-Mail WWW Finden Als Freund hinzufügen Füge BreiteSeite in deine Kontaktliste ein AIM-Name von BreiteSeite: dackelheinz53 YIM-Name von BreiteSeite: dackelheinz53 MSN Passport-Profil von BreiteSeite anzeigen
ConiKost
Mitglied


Dabei seit: 15.09.06
Beiträge: 25
Fähigkeiten: WBB3 Profi
Forenversion: 3.1

Themenstarter Thema begonnen von ConiKost
Antworten Zitieren Editieren Melden       UP

Danke für die Aufklärung smile

Naja ich hoffe wir kriegen es noch hier hin smile
16.09.06 20:52 ConiKost ist offline E-Mail Finden Als Freund hinzufügen
BreiteSeite BreiteSeite ist männlich
ETIESETIERB


images/avatars/avatar-4074.gif

Dabei seit: 02.10.04
Beiträge: 1.420
Fähigkeiten: WBB3 Anfänger; WBB2 Fortgeschritten
Herkunft: Sachsen
Forenversion: 3.0

Antworten Zitieren Editieren Melden       UP

Versuch's mal damit:

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:
<?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>
  <td class="tablea" style="width:5%" align="center">
   <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 class="tablea" style="width:95%">
   <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>
 <tr>
  <td class="tableb" style="width:5%" align="center">
   <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 class="tableb style="width:95%">
   <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>
 <tr>
  <td class="tablea" style="width:5%" align="center">
   <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 class="tablea" style="width:95%">
   <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>
 <tr>
  <td class="tableb" style="width:5%" align="center">
   <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 class="tableb" style="width:95%">
   <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>
 <tr>
  <td class="tablea" style="width:5%" align="center">
   <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 class="tablea" style="width:95%">
   <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>
 <tr>
  <td class="tableb" style="width:5%" align="center">
   <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 class="tableb" style="width:95%">
   <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>
 <tr>
  <td class="tablea" style="width:5%" align="center">
   <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 class="tablea" style="width:95%">
   <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>
 <tr>
  <td class="tableb" style="width:5%" align="center">
   <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 class="tableb" style="width:95%">
   <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>
 <tr>
  <td class="tablea" style="width:5%" align="center">
   <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 class="tablea" style="width:95%">
   <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>
 <tr>
  <td class="tableb" style="width:5%" align="center">
   <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 class="tableb" style="width:95%">
   <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>
 <tr>
  <td class="tablea" style="width:5%" align="center">
   <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 class="tablea" style="width:95%">
   <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>
 <tr>
  <td class="tableb" style="width:5%" align="center">
   <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 class="tableb" style="width:95%">
   <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>
<if($wbbuserdata['isgroupleader']==1 && $wbbuserdata['can_set_away_message']==0)><then>
 <tr>
  <td class="tablea" style="width:33%" align="center">
   <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 /></td>
  <td class="tableb" style="width:33%"><span class="tablea" style="width:33%"><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></span> </td>
  <td class="tablea" style="width:33%"> </td>
 </tr>
</then>
</if>
  <if($wbbuserdata['isgroupleader']==1 && $wbbuserdata['can_set_away_message']==1)><then>
 <tr>
  <td class="tablea" style="width:33%" align="center">

      <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 /></td>
  <td class="tableb" style="width:33%"><span class="tablea" style="width:33%"><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></span></td>
 </tr>
  <tr>
  <td class="tablea" style="width:33%" align="center"><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></td>
  <td class="tableb" style="width:33%">
   <a href="usergroups.php?action=groupleaders{$SID_ARG_2ND}"></a><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>
 </tr>
</then>
</if>


  <if($wbbuserdata['isgroupleader']==0 && $wbbuserdata['can_set_away_message']==1)><then>
 <tr>
  <td class="tablea" style="width:33%" align="center">
      <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></td>
  <td class="tableb" style="width:33%"><span class="tablea" style="width:33%"><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></span> </td>
  <td class="tablea" style="width:33%"> </td>
 </tr>
</then>
</if>
 
 
</table>
$footer
</body>
</html>


__________________
Mit freundlichen Grüßen
BreiteSeite


» Mancher Mensch hat ein großes Feuer in seiner Seele, und niemand kommt, um sich daran zu wärmen. «
BreiteSeites sysProfile

16.09.06 21:48 BreiteSeite ist offline E-Mail WWW Finden Als Freund hinzufügen Füge BreiteSeite in deine Kontaktliste ein AIM-Name von BreiteSeite: dackelheinz53 YIM-Name von BreiteSeite: dackelheinz53 MSN Passport-Profil von BreiteSeite anzeigen
ConiKost
Mitglied


Dabei seit: 15.09.06
Beiträge: 25
Fähigkeiten: WBB3 Profi
Forenversion: 3.1

Themenstarter Thema begonnen von ConiKost
Antworten Zitieren Editieren Melden       UP

DANKE SCHÖN!
So ist es fast richtig!

Es gibt aber ein ganz kleines Problem.

Schau dir mal das von mir rot eingekreiste an!

-> http://conikost.wh-forum.de/usercp.JPG

[EDIT]

Problem gelöst!

Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von ConiKost: 16.09.06 22:49.

16.09.06 22:18 ConiKost ist offline E-Mail Finden Als Freund hinzufügen
Baumstruktur | Brettstruktur
Gehe zu:

Neues Thema erstellen Antwort erstellen

yourWBB » WoltLab Burning Board Generation 2 * » Alles von und für das WBB 2.3.x » [WBB 2.3.x] Allg. Fragen und Probleme » Darstellungsfehler im UserCP