MyBB Community Forums

Full Version: Help with guest permission
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, is there anyway to make where if someone is not registered, then they can not view a link?
Not without a plugin ( I think ).
Is there a plugin for this? (that you know of)
Not that I know of, it wouldn't be hard. You would just replace
"http://" with "[URL=/link.php?url=thelink.tld]http://thelink.tld[/URL]"

Then have link.php check the permissions Smile if it is a guest direct them to a page asking them to login, if it is a member, redirect them to the link Smile
(2010-12-09, 11:47 PM)Tommyk Wrote: [ -> ]Not that I know of, it wouldn't be hard. You would just replace
"http://" with "[URL=/link.php?url=thelink.tld]http://thelink.tld[/URL]"

Then have link.php check the permissions Smile if it is a guest direct them to a page asking them to login, if it is a member, redirect them to the link Smile

I would have to do that everytime a link is posted?
BuhRock,

I am doing this same thing...

PM me and you can see it.
Tommy,

I love that avatar, good idea gone terribly wrong! Did you make it?
http://mods.mybb.com/download/hide-links...sts-for-14

Should work with 1.6, you'll just need to change the compatibility - http://community.mybb.com/thread-75646.html
(2010-12-10, 12:44 AM)postman Wrote: [ -> ]BuhRock,

I am doing this same thing...

PM me and you can see it.
Tommy,

I love that avatar, good idea gone terribly wrong! Did you make it?

I would PM you but it's not letting me.

Also I tried doing what the compatibility thread help said to do but it didn't work. I guess it's one of those that needs an update from the author.
Open plugin file and find;

"compatibility" => "14*",

and change it to;

"compatibility" => "16*",