Quote:
Originally Posted by rh2004
Can I have this so only admin's can use it... ?
Also how do I get it to work so admin can edit all posts I tried this...
<phrase 1="$bbuserinfo[username]" 2="$date" 3="$time">$vbphrase['post_edited_by_x_on_y_at_z']</phrase>
but it says
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/username/public_html/forum/includes/adminfunctions_template.php(3055) : eval()'d code on line 41
|
In the code you added to includes/functions_showthread.php replace this:
Code:
if ($post['userid'] == $bbuserinfo['userid'])
...with this:
Code:
if ($bbuserinfo['usergroupid'] == 6)