|
Mike Whittaker
|
|
Posted on: 2004-08-03 11:21:48
|
|
|
|
User info Solution Provider
Groups: Trusted Developers
Posts: 132
Member No.5
Joined: 14.01.2003
|
If an Editor makes changes to a page and submits them for approval, the Publisher must then approve the changes before they are published to the live site. So far so good!
However, is it possible to setup SiteSupra so that when the Editor submits the changes, an email is automatically sent to the Publisher to notify them that changes are waiting for their approval?
If so, what needs to be done to achieve this?
If not, is this something that you are looking to develop in the future?
|
|
Dmitry Poltaryonok
|
|
Posted on: 2004-08-03 11:53:59
|
|
|
|
User info Registred user
Groups: SiteSupra Team
Posts: 311
Member No.703
Joined: 07.01.2004
|
Hello Mike, We have discussed your question and decided to add event which will be called after page is requested for approval, so you will be able to define this event to do whatever you want after page is requested for approval. In future email notification of publishers will probably be included in SiteSupra. When event will be added we will notify you. Thank you
-- SiteSupra Customer Support
phone: +371 7840060 fax: +371 7840061
SiteSupra - revolutional visual content management system.
|
|
Mike Whittaker
|
|
Posted on: 2004-08-03 12:29:16
|
|
|
|
User info Solution Provider
Groups: Trusted Developers
Posts: 132
Member No.5
Joined: 14.01.2003
|
That's fantastic, thanks forthe quick reply! What you have proposed sounds fantastic. I think having the ability to build in email notification of workflow tasks, adds an enormous amount of power and value to the workflow feature that sets it above other competing products.
Keep up the great work.
|
|
Mike Whittaker
|
|
Posted on: 2004-10-31 15:05:21
|
|
|
|
User info Solution Provider
Groups: Trusted Developers
Posts: 132
Member No.5
Joined: 14.01.2003
|
Just wondering how things are going with the module to "add an event which will be called after page is requested for approval". ??
Any idea when this might be available?
|
|
Mike Whittaker
|
|
Posted on: 2004-11-15 12:20:35
|
|
|
|
User info Solution Provider
Groups: Trusted Developers
Posts: 132
Member No.5
Joined: 14.01.2003
|
| QUOTE |
Just wondering how things are going with the module to "add an event which will be called after page is requested for approval". ??
Any idea when this might be available?
|
Just following up on this one again.... any thoughts from the site supra team?
|
|
anton sulsky
|
|
Posted on: 2004-11-15 15:48:28
|
|
|
|
User info Solution Provider
Groups: SiteSupra Team
Posts: 233
Member No.2
Joined: 13.01.2003
|
Mike Hi,
We haven't had much progress with this enquiry yet. Frankly speaking I can't tell right now how much time we need to release it. That could be a couple of months or so. We've been busy with the Help Desk abd Plugin Exchange. The latter will be opened in a month and wil allow trading and selling SiteSupra blocks and modules. Also a new free banner management block will be released in a few days. Sorry to keep you on hold with that feature.
Regards, -- Anton Sulsky
SiteSupra Product Management
phone: +371 7 840060
fax: +371 7 840061
SiteSupra - Revolutionary visual website construction and CMS
|
|
Mike Whittaker
|
|
Posted on: 2004-11-19 04:19:14
|
|
|
|
User info Solution Provider
Groups: Trusted Developers
Posts: 132
Member No.5
Joined: 14.01.2003
|
Thanks for the response Anton, while I think the ability for Approvers to be notified by email is important, I DO understand that the Plugin Exchange is more important. Personally I can't wait. Hopefully there are plenty of developers out there wanting to sell there modules etc at affordable prices.!!!
|
|
Ivan Travkin
|
|
Posted on: 2005-04-26 16:06:51
|
|
|
|
User info Registred user
Groups: Members
Posts: 1
Member No.4194
Joined: 26.04.2005
|
I was surfig the SS forums and accidently found this.
The feature requested has been added in the latest SS build
For further details please see the file ".htedit", at the end there stands:
| CODE |
$suEVENTS = Array ( (...) 'onRequestApproval' => 'events:userRequestApproval', // 'onApprove' => '', 'onApproveRequest' => 'events:userApproveRequest', 'onCancelRequest' => 'events:userCancelRequest', 'onDeclineRequest' => 'events:userDeclineRequest' );
|
Scheme 'events:userRequestApproval', means that on Approval request the function "userRequestApproval" from file "supra/su_events.php" is called.
Apologies for having to wait so long.
|