03-30-2008, 04:20 PM
TriTop
03-31-2008, 05:43 PM
Yes it does. The mistake sit behind keyboard (me). Sorry for that.
03-31-2008, 08:10 PM
To make things simple (ie not a conflict) try installing the plugin on a clean install of MyBB, and see if it works.
Guest
05-06-2008, 06:09 AM
Hi There
is there away how i can allow a certain group just say like vip or something that they dont have to reply to view links
Thanks
is there away how i can allow a certain group just say like vip or something that they dont have to reply to view links
Thanks
05-06-2008, 08:14 AM
Hi,
I think mods/admins have an override on this, but it shouldn't be too difficult to extend this to another usergroup. Right now, I have to go (so can't really help you), but if you don't mind having a look at the code yourself, just search for something like:
$mybb->usergroup['issupermod']
And change the condition to include $mybb->usergroup['gid'] == <your GID number>
Sorry, that probably didn't help...
I think mods/admins have an override on this, but it shouldn't be too difficult to extend this to another usergroup. Right now, I have to go (so can't really help you), but if you don't mind having a look at the code yourself, just search for something like:
$mybb->usergroup['issupermod']
And change the condition to include $mybb->usergroup['gid'] == <your GID number>
Sorry, that probably didn't help...
Guest
05-06-2008, 08:52 AM
Thanks for your help but it did not work when you have the time could you let me know please
thanks
thanks
05-07-2008, 12:26 AM
I'm going to assume the GroupID is 2 (replace the number "2" if not)
Find:
Find:
PHP Code:
|
Replace with
PHP Code:
|
Find:
PHP Code:
|
Replace with
PHP Code:
|
Find:
PHP Code:
|
Replace with:
PHP Code:
|
Hope that helps.
05-18-2008, 11:21 PM
Hi ZiNgA BuRgA
Thanks for this mod.
I need this for p2p link like edk:// , and it works.
But the problem i have is, if i post a http link, it is automatically hide without tags .
I just want to hide only beetwen [hide] and [/hide]
Is it possible with what you say on this post :
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=32&pid=
to do that ?
Many thanks .
Thanks for this mod.
I need this for p2p link like edk:// , and it works.
But the problem i have is, if i post a http link, it is automatically hide without tags .
I just want to hide only beetwen [hide] and [/hide]
Is it possible with what you say on this post :
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=32&pid=
to do that ?
Many thanks .
05-19-2008, 05:23 PM
Im not ZiNgA BuRgA, but I know it is exactly what you want.
Regards
TriTop
Regards
TriTop
Guest
06-20-2008, 11:20 PM
ok ive downloaded this add on thanks alot
but i dont have a plugin folder
i have a inc folder but no plugin folder
any ideas
then how do i activate in admin cp ?
cheers
but i dont have a plugin folder
i have a inc folder but no plugin folder
any ideas
then how do i activate in admin cp ?
cheers