drazic19
Guest
|
Posted:
Thu Oct 27, 2005 4:51 pm Post subject:
skipping the approval process |
|
|
Hi,
In our system there won't be any need for approvals as all users are
responsible for their content. Due to this the majority of users will be
moderators, there won't be any lower than this. Ideally i'd like to remove
the approval task from the work flow, so that on submitton the postings go
live. I've looked into doing this and come up with the following line added
to my Global.ascx:
Protected Sub CmsPosting_Submitted(ByVal sender As Object, ByVal e As
ChangedEventArgs)
'todo call approval process - CmsPosting_Approved ?
End Sub
How do i make a call to the cms to change the posting to approved when the
submitted event is call?
Thanks,
Michael |
|
Stefan [MSFT]
Guest
|
Posted:
Thu Oct 27, 2005 4:51 pm Post subject:
Re: skipping the approval process |
|
|
Hi Michael,
to remove the approval just ensure that all your users are authors and then
remove the editor and moderator rights groups from the channels.
This will ensure that all postings will go live after submit directly.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"drazic19" <drazic19@discussions.microsoft.com> wrote in message
news:2E986824-4507-49EA-9C88-4BA801D57E3B@microsoft.com...
| Quote: | Hi,
In our system there won't be any need for approvals as all users are
responsible for their content. Due to this the majority of users will be
moderators, there won't be any lower than this. Ideally i'd like to remove
the approval task from the work flow, so that on submitton the postings go
live. I've looked into doing this and come up with the following line
added
to my Global.ascx:
Protected Sub CmsPosting_Submitted(ByVal sender As Object, ByVal e As
ChangedEventArgs)
'todo call approval process - CmsPosting_Approved ?
End Sub
How do i make a call to the cms to change the posting to approved when the
submitted event is call?
Thanks,
Michael |
|
|