I've a problem with setting the permissions for a group of users that should be allowed to post storys to the sites front newspage. This part works fine but I only want them to be able to edit storys posted by themselves. In the administration page for access control I've ticked the the 'create story' and 'edit own story' for this usergroup. This doesn't help though since any user in this group can edit all storys. I've tried with logging in as different users both from one computer and from different computers but the edit tab shows up just the same for storys where they shouldn't.
I'm using drupal 4.7.beta3. I have myself set up with full administrative priveleges. So, in General Settings, I set site Off-Line to be ON. I was no longer able to login to my site, and neither was another user with full admin rights. All we see is the window with the Offline message. To get back into our site, I went into the database and reset the variable site_offline. How can I set the site to be in an offline status and still be able to work on it as administrator?
when I enable the block, 'Latest Videos', here's the error I get:
===============
user error: You have an error in your SQL syntax near 'WHERE n.type = 'video' AND n.status = 1 AND n.moderate = 0 ORDER by n.created DE' at line 1
query: SELECT DISTINCT (n.nid) , n.title FROM node n INNER JOIN video v WHERE n.type = 'video' AND n.status = 1 AND n.moderate = 0 ORDER by n.created DESC LIMIT 0, 10 in /home/httpd/vhosts/shreemaa.org/httpdocs/drupal/includes/database.mysql.inc on line 66.
===============
How is it possible to show only categories in taxonomy_dhtml module and do not show nodes itself?
I think that will be useful for big sites, which have a lot of nodes in each category.
I tried to find solution in the module and on this forum, but unseccessful.