How to publish a revision with a rule but without the "publish revision" permission is checked ?
Hi,
I'm trying to explain my problem.
I configured a workflow with several states, users and activate the revisioning module.
I don't used triggers, only the rules module
Ok
In my case, a simple user can save some contents and an email is sended to another user to validate them.
But, for some minor updates content, I want this user can publish directly theses update on the site (bypassing the workflow)
For that, I added a checkbox (publish directly) in my content type (a CCK field -> field_pub_directe) and in a rule to check and publish the content.
Read morePopulate revision information field on edit
Our content contributors are not very good at populating the revision information field (Drupal 6).
On node edit, I would like to auto-populate a revision field with the editor's user name.
As an alternative, I have looked into Views 2 but it is not clear how I can retrieve the user name of the last person to save a node.
How would I go about implementing such a rule in Rules?
Read moremsysGIT = tortoiseSVN
Hi! please try to look at these sites.
I'm trying to learn git now using windows.
Download at http://code.google.com/p/msysgit/downloads/list
Guide at http://nathanj.github.com/gitguide/
Unofficial repo at http://mikkel.hoegh.org/blog/2008/a_git_mirror_for_drupal_cvs
Video tutorials at http://gitcasts.com/posts/git-on-windows and http://www.vimeo.com/2111264
development set up guide at: http://www.versioncontrolblog.com/2007/08/02/upgrading-drupal-52-with-gi...
and http://www.ruzee.com/blog/2008/10/drupal-development-and-deployment-usin...
Thanks!
Read moreComment revision and Comment system
Every once in a while, I am faced with the lack of flexibility of the comment system of drupal. Usually it is fine enough so we forget about little features, but this one is I think worth thinking about.
User case scenario :
- Someone post a new topic in a forum.
- Someone else comments on it, as well as 10 other peoples.
- one of the 'commenter' change his comment
