The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Allow Editing Postings From User "wiki" to Everyone
Hello
I want, that everyone can edit postings from User "wiki". How can I do this? (Or is there already a mod for this?) Thanks! Bruno Solution: In class_postbit.php enable the Button "Edit" by adding Code:
can_moderate($this->thread['forumid'], 'caneditposts') OR ($this->post['userid'] == 68) OR Code:
if ($vbulletin->userinfo['userid'] != $postinfo['userid'] AND $postinfo['userid'] != 68) |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|