View Full Version : Possable: Only members can download atachments?
Rcooper
10-24-2001, 12:23 AM
Hello,
Is it possable to make it so guests can view the board but can not download attachments? It seems like it would be fairly simple something in user masks? But I have no idea how to go about doing it?
:confused: Any help?:confused:
Thanks a million,
Ryan C.
tubedogg
10-24-2001, 04:16 AM
Currently there is no way to disallow certain usergroups from downloading attachments.
Rcooper
10-24-2001, 11:04 AM
TubeDog,
Can you move this post into the "requests" section of the hacks? Perhaps spmeone in htere could figure it out!
Thanks . ..
Admin
10-24-2001, 11:07 AM
Good luck! :)
rylin
10-25-2001, 09:37 AM
Should be simple.. create a new template called attachment_mustlogin, fill it with some text about having to be logged in to grab attachments, then place the following code in attachment.php, right after require("./global.php");
if(!$bbuserid) {
eval("standarderror(\"".gettemplate('attachment_mustlogin')."\");");
exit;
}
it should work, but i haven't tested it
Rcooper
10-25-2001, 10:54 AM
Great thank you I will have to try it later today!!
Ryan C.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.