hi,
i will create a news social network that users can send some text or news and when administrator set it as publish it show on site, although users can edit their text before publish it but they must can not edit them after that administrator set it as publish .

excuse for my poor english ,
and thnks before ;-))))

Comments

anthonylicari’s picture

If I'm reading you correctly I'm guessing you need the workflow module. http://drupal.org/project/workflow

EDIT: Actually you will need a couple other modules but I can't remember what, so hopefully someone else posts on here. It's been a while since I've done an article/access site.

fmehdi’s picture

thank you for reply,
but i think workflow cannot lock the node after publish this means that no body can edit it except administrator , but in workflow we can not do this , no ?
please help me to do this in workflow or other module(s)

anthonylicari’s picture

Well it's more than Workflow as I suggested.

If I understand you correctly you want to make it so a an article can be edited by the creator until after it's published and then no longer allow it to be edited by the creator?

Workflow works directly with actions and the actions module which is built in allows you to set conditional statements. So if this node is published disallow editing.

If it was me, I would write a new action (if you can't find it.) You can see there is a default advanced action to change the author of the post but I'm guessing you still want to keep the author the same.

Actions work with the workflow module FYI. This might help:

http://drupal.org/node/172152

fmehdi’s picture

thank you for your attention .
at now i think, i can create some thing, but i don't know what is it, and how !!?
but,
thank you a lot ;)