Quote:
Originally Posted by djilou
You need to edit template "Editpost" too!
|
Quote:
Originally Posted by Dimoks
Edit template "editpost"
Find
Code:
<if condition="$prefix_options">
REPLACE WITH:
Code:
<if condition="$prefix_options AND ($prefix_allowed == "unrestricted" OR (is_member_of($vbulletin->userinfo, $prefix_allowed)))">
|
Thanks for this info as I had a regular user edit his/her post then added a prefix. I hold a support forum so there is only 3 prefixes I have and a user can't state resolved or inactive when they just posted

Came here then to see the editpost part needed.