I'm new to Drupal, and I'm wonering how to hide a menu block from anonymous users (or members who have not yet logged in). How do I go about doing something like this? I've tried various methods, but nothing seems to work. Any help would be great.
I'm currently wrestling with getting nice print-out from my site.
I have a theme based on friendselectric at the moment.
For all nodes, I can use the print-friendly pages module, and it does an excellent job.
However, for non-nodes it doesn't seem to work.
So for the frontpage, lists of teasers etc, I use a seperate print.css stylesheet, and hide sidebars, etc.
I havn't got this nailed down yet, but it works good enough.
Howver, printing a month calendar view is causing problems.
Is there a way for me to allow users to post content to a category, view that content in that category but not view anyone elses content in that category? I am making a site that allows some roles to submit content and another role to view the content. I con't want the content posters to read content of other posters.
Is there a way to promote or demote stories based on their weighting ? It is not clear to me how to set up an action for this and then how to link the action to the votes
I added TinyMCE WYSIWYG editor and the drupal module, and I created an Input format so that it all comes up properly when using the editor. But how do i make my new Input format that i've called "Default (Rich-Text Editor)" the default one (already selected), and the Filtered HTML the optional one for authenticated users?