The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Admins can only have images in their sigs when the Vb Img code is cut off for members sigs Dont know if this is already made or not but could someone help please
|
#2
|
||||
|
||||
![]()
Umm... well if I could find where the restriction comes into play I might be able to do it.
|
#3
|
||||
|
||||
![]()
In functions.php replace:
Code:
global $allowhtml,$allowbbcode,$allowbbimagecode,$allowsmilies; if ($forumid == 0) { $dohtml=$allowhtml; $dobbcode=$allowbbcode; $dobbimagecode=$allowbbimagecode; Code:
global $allowhtml,$allowbbcode,$allowbbimagecode,$allowsmilies,$post; if ($forumid == 0) { $dohtml=$allowhtml; $dobbcode=$allowbbcode; $dobbimagecode=iif($post['usergroupid']!=6, $allowbbimagecode, 1); ![]() |
#4
|
||||
|
||||
![]()
]working like a charm
![]() I have not requested it, but used it ![]() |
#5
|
|||
|
|||
![]()
Thanks Firefly!
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|