2010-12-09, 11:33 PM
2010-12-09, 11:35 PM
Not without a plugin ( I think ).
2010-12-09, 11:40 PM
Is there a plugin for this? (that you know of)
2010-12-09, 11:47 PM
Not that I know of, it wouldn't be hard. You would just replace
Then have link.php check the permissions if it is a guest direct them to a page asking them to login, if it is a member, redirect them to the link
"http://" with "[URL=/link.php?url=thelink.tld]http://thelink.tld[/URL]"
Then have link.php check the permissions if it is a guest direct them to a page asking them to login, if it is a member, redirect them to the link
2010-12-10, 12:23 AM
(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 if it is a guest direct them to a page asking them to login, if it is a member, redirect them to the link
I would have to do that everytime a link is posted?
2010-12-10, 12:44 AM
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 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?
2010-12-10, 01:11 AM
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
Should work with 1.6, you'll just need to change the compatibility - http://community.mybb.com/thread-75646.html
2010-12-10, 02:20 AM
(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.
2010-12-10, 06:05 AM
Open plugin file and find;
and change it to;
"compatibility" => "14*",
and change it to;
"compatibility" => "16*",