The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Hi, thanks for your reply! I don't know what I was thinking, that's not the right page at all.
The correct page is class_postbit.php and the relevant code is: Code:
// hide edit button if they can't use it $forumperms = fetch_permissions($this->thread['forumid']); if ( !$this->thread['isdeleted'] AND !$this->post['isdeleted'] AND ( can_moderate($this->thread['forumid'], 'caneditposts') OR can_moderate($this->thread['forumid'], 'candeleteposts') OR ( $this->thread['open'] AND $this->post['userid'] == $this->registry->userinfo['userid'] AND ($forumperms & $this->registry->bf_ugp_forumpermissions['caneditpost']) AND ( $this->post['dateline'] >= (TIMENOW - ($this->registry->options['edittimelimit'] * 60)) OR $this->registry->options['edittimelimit'] == 0 ) )) ) edit: I think I figured it out! Code:
AND $this->thread['forumid'] != XXX |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|