Is there a way so that Anonymous users (who haven't logged in yet) can see the content on the page without seeing the details of the posters. I have it set so that anonymous users can only 'view content' and 'search content' but I don't want anonymous users to be able to access the profiles of existing users on the page without logging in first. Any ideas?
I've just clean installed Drupal on a new server configuration. The server has (the most?) recent versions of PHP/MySQL and runs Apache 2.xx.
Here's my problem: when I activate the clean URL's, I get the common 404 not found error for the new URLs. I know this was discusses many times before, but I believe my problem has a twist.
1. mod_rewite is enabled on the server, I use rewrite rules for another domain.
2. The .htaccess file is NOT created, as I would expect it to be.
warning: open_basedir restriction in effect. File is in wrong directory in /home/httpd/vhosts/kafkasya.net/httpdocs/portal/includes/module.inc on line 8.
warning: open_basedir restriction in effect. File is in wrong directory in /home/httpd/vhosts/kafkasya.net/httpdocs/portal/includes/module.inc on line 8.
Fatal error: Failed opening required 'modules/user.module' (include_path='.:/php/includes:/usr/share/php') in /home/httpd/vhosts/kafkasya.net/httpdocs/portal/includes/module.inc on line 8
I'm new to drupal and also using RSS for the first time...Can u please help me on the following issues ?
How to generate RSS feeds using Drupal?
Also, what exactly syndication is doing and how to use syndication module?