Hi,
We have followed the Cobalt documentation from the very start, we have created a cron job that runs every minute:
wget -O /dev/null " http://www.golfmediaplus.com/index.php?option=com_cobalt& ;task=cron.sendAlert&secret=XXXXXXXXXXXX" > /dev/null
The XXXXX.... represents our secret code that we added in Cobalt configuration.
Our issue is that, our website is configured so that articles submitted in Cobalt by frontend users are not automatically approved but need first to be verified by our moderators and then published by our moderators.
First Point:
The website admin needs to receive an email notification when an article is added by a frontend user so that our moderators know that there are articles pending approval.
Second Point:
The frontend user needs also to receive an email notification to inform him that his article has been submitted and is pending approval.
Third Point:
The frontend user needs also to receive an email notification once the article has been validated and published so that the frontend user knows that his article is live on the website.
We have tried all possible configuration but still we cannot achieve this, neither the website admin nor the frontend user do not receive any email notifications to inform them about the above mention status.
Is there anyway to achieve this as it is also important for us to be able to make it work this way.
Hi,
We have followed the Cobalt documentation from the very start, we have created a cron job that runs every minute:
The XXXXX.... represents our secret code that we added in Cobalt configuration.
Our issue is that, our website is configured so that articles submitted in Cobalt by frontend users are not automatically approved but need first to be verified by our moderators and then published by our moderators.
First Point:
The website admin needs to receive an email notification when an article is added by a frontend user so that our moderators know that there are articles pending approval.
Second Point:
The frontend user needs also to receive an email notification to inform him that his article has been submitted and is pending approval.
Third Point:
The frontend user needs also to receive an email notification once the article has been validated and published so that the frontend user knows that his article is live on the website.
We have tried all possible configuration but still we cannot achieve this, neither the website admin nor the frontend user do not receive any email notifications to inform them about the above mention status.
Is there anyway to achieve this as it is also important for us to be able to make it work this way.