Quote:
Originally Posted by drl2005
Oke nice sv1cec
But what and in which file must I editting so that the fix is there.
Sorry, but with the little update's of you, I am ff the way lost.
Then the 3.0.5 to 3.0.6 update :
You say :
Edit your postbit template and find:
PHP Code:
<td valign="top" nowrap="nowrap">
<div class="smallfont">
<div>User ID: $post[userid]</div>
<if
condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
But in my template there is no
PHP Code:
<div>User ID: $post[userid]</div>
This state there at me
PHP Code:
<td valign="top" nowrap="nowrap">
<div class="smallfont">
<if
condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
|
Drl2005, edit file admincp/user.php and search for :
PHP Code:
"../Warn.php?$session[sessionurl]do=WarnUserNoPost&return=user&id=$userid"
Replace that with the statement that worked for you.
As for the last replace instructions, yes, enter my code above the one you mention. If I remember correctly, the User ID was something I added for my convenience in my forum.
Sorry!