Log in

View Full Version : Where can i add...


bashy
02-05-2006, 07:31 PM
Hi peeps

I have this plugin an i am wondering, where do i edit the usergroups in it?

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']);
}

Marco van Herwaarden
02-05-2006, 07:47 PM
Yeeh, from what hack is that piece of code?

bashy
02-05-2006, 07:54 PM
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


Yeeh, from what hack is that piece of code?

Marco van Herwaarden
02-05-2006, 08:18 PM
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.

bashy
02-05-2006, 08:42 PM
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

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.

Marco van Herwaarden
02-05-2006, 09:03 PM
This one maybe: https://vborg.vbsupport.ru/showthread.php?t=99936&highlight=links

bashy
02-05-2006, 09:08 PM
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 :)