hmmmm... That's two people looking for the same thing.
https://vborg.vbsupport.ru/showthrea...32#post2477132
--------------- Added [DATE]1390792269[/DATE] at [TIME]1390792269[/TIME] ---------------
Quote:
Originally Posted by ozzy47
Is this for some sort of demo site?
--------------- Added [DATE]1390787570[/DATE] at [TIME]1390787570[/TIME] ---------------
Well either way do this:
Add a new plugin.
Product: vBulletin
Hook Location: profile_editpassword_start
Title: No Edit Password
Execution Order: 5
Plugin PHP Code:
Code:
if ($vbulletin->userinfo['userid'] == 'X')
{
print_no_permission();
}
Where X is the id of the user.
|
I have to like someone else's post before I can like more of yours so you have to settle for an image of it.