I found a little Bug in the getinfo_warning template:
Here the original (getinfo_warning):
Quote:
<tr><td bgcolor="#13486D"><normalfont><b>Warning Level:</b></normalfont></td>
<td bgcolor="#13486D"><normalfont>$userinfo[warninglvl] Warnings <a href='javascript:showwarnings($post[userid])'>[ View User Warnings ]</a></normalfont></td></tr>
|
change to:
Quote:
<tr><td bgcolor="#13486D"><normalfont><b>Warning Level:</b></normalfont></td>
<td bgcolor="#13486D"><normalfont>$userinfo[warninglvl] Warnings <a href='javascript:showwarnings($userinfo[userid])'>[ View User Warnings ]</a></normalfont></td></tr>
|
Now the link to "View User Warnings" can be found...
Greets,
muliman