Is it possible to prevent access to certain pages for certain roles?
For example:
I have a page that should be available to users who have the role "author". No other users should have access to it. Is there a way I can stop anonymous users and users of other role types from viewing this page?
Hi all, I am semi new to drupal, so I set up a play site to figure out how to use it, I added the video module and it wasn't working so I ran the update script and got this GIANT list of errors (Below)... I just wnat users to be able to upload videos with a little blurb about the video (within a story maybe?) but I'd settle on some help with the problems I'm having..
sorry about the long list of errors, and thanks in advance for the help
-----------quote----------------
Drupal database update
* user warning: Table 'mmdac.video' doesn't exist query: ALTER TABLE video CHANGE videox videox smallint(4) NOT NULL default '0' in /var/www/mymomdrivesacar/includes/database.mysql.inc on line 120.
* user warning: Table 'mmdac.video' doesn't exist query: ALTER TABLE video CHANGE videoy videoy smallint(4) NOT NULL default '0' in /var/www/mymomdrivesacar/includes/database.mysql.inc on line 120.
* user warning: Table 'mmdac.video' doesn't exist query: ALTER TABLE video CHANGE size size bigint(13) default NULL in /var/www/mymomdrivesacar/includes/database.mysql.inc on line 120.
* user warning: Table 'mmdac.video' doesn't exist query: ALTER TABLE video ADD video_bitrate int(11) default NULL in /var/www/mymomdrivesacar/includes/database.mysql.inc on line 120.
* user warning: Table 'mmdac.video' doesn't exist query: ALTER TABLE video ADD audio_bitrate int(11) default NULL in /var/www/mymomdrivesacar/includes/database.mysql.inc on line 120.
I've installed the video module on my Drupal site and I'm trying to get a block in the right hand column for video files. I've added one file as a test and I can see it fine when logged in as admin or editor, but when not logged in I get the Empty page text.
The video section itself is created as a separate category.
I've created a view for it so that I can organize my videos into the same subsections as I have done with my articles.
And I've enabled the block on the block page.