By rabkhan on
Hi,
I want to disable links in Drupal Forum for unregistered users. These links point to Downloads which are located on MegaUpload and I want only registered users to be able to download files.
The Drupal Website is Handy Forums
Thanks.
Comments
Use uid
When you provide links check for uid like this
This is helpful if you yourself are writing the url but if your users are adding those urls then you might have to restrict the content type from view in the first place using "access control" from the core.
Ali Hammad Raza
WordsValley