The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Where can i add...
Hi peeps
I have this plugin an i am wondering, where do i edit the usergroups in it? Code:
eval('$canseelinks = in_array($this->registry->userinfo[usergroupid], array(' . $this->registry->options['canseelinks'] . '));'); eval('$canshowlinks = in_array($post[usergroupid], array(' . $this->registry->options['canshowlinks'] . '));'); if ((!in_array($this->registry->userinfo[usergroupid], array($canseelinks)) and !in_array($post[usergroupid], array($canshowlinks))) or !is_member_of($post, explode(',', $this->registry->options['canseelinks']))) { $this->post['message'] = preg_replace("!<a[^>]*>(.*)</a>!siU", $vbphrase[nolink], $this->post['message']); } |
#2
|
|||
|
|||
Yeeh, from what hack is that piece of code?
|
#3
|
|||
|
|||
ha ha ha....
Thats a mighty fine question lol I wouldnt have posted in here if i could remember what hack it is lol I aint got a clue... I have tried searching and going through all my installed hacks in usercp and still cannot find what it might be... as a clue, there are other plugins do do the same for the archive and print view. ooo found the hack name The product is called "Not See Links 1.20" "With this hack only selected usergroups can see links" I did a search for this and could not find it to be able to ask there.. I also cannot see any settings in admincp... I just cannot for the life of me remember what is what lol Quote:
|
#4
|
|||
|
|||
Well i think you should try to find the install notes for that hack (was it downloaded from vb.org????) and check if you should do some settings.
|
#5
|
|||
|
|||
Yeah its from here
I have searched hi and low through the mod section and cannot find it I am beginning to think the actuall name of the hack is not the same as the name of the product.... Will have to just keep searching Thanks anyway Quote:
|
#6
|
|||
|
|||
This one maybe: https://vborg.vbsupport.ru/showthrea...ighlight=links
|
#7
|
|||
|
|||
Looks promising Marco...thank you..
Threw me off as i dont see the controls in admincp But at least i know where to get the proper help... Thanks for ya help m8, much appreciated |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|