Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
i found this script over at my hosting providers forum and thought this was pretty cool.
so i edited it to make it a bit more useful. as the script says it can be used via a cronjob. it is also set up so that it can make daily backups without overwriting previous backups.
and i wanted to share the script with drupal community which gave me an amazing cms of which i now can create a news site within days
I'm sure this is easy to do with the views module but I can't wrap my head around it.
I want to display a view as a block that lists all stories from a specific content type from the author of the node it shows on. So basically if it's this node x by author y it will show all other stories written by the same author from that content type.
I already have nodes on a per author basis listed in their profiles but I thought this would be an added boost to usability.
Help! I am using Drupal 5.0 and have the version 5x of views installed and enabled, however when i create a new view, i receive the message that a new view was created, but when i look for it in the list of views to edit it, it is not there. Am i missing something?
Is there another module that i need in able to make this work?
i have a cck node type 'paper', users can submit papers, and, only the 'teacher' role should see the paper nodes.
but, currenly cck has permission for create, edit and edit own nodes only.
so, how to how to restrict viewing CCK nodes to a role?