Cron job code script
8 answers
Hi there,
1. You can translate the text in the file administrator/language/en-GB/plg_system_mcnsystem.ini
or you can enter your own text with the title shortcode parameter.
2. No, notifications can not be set as default. They must be created manually.
3. There is no content plugin for Joomla 3 as it is not needed.
4. Notification events do not work from front-end in current version. This feature will be added in next version as it requested by many users.
When adding the article from the front end, the component does not function. From back end it works fine.
Br,
Pete
Is there a content-content -plugin for Joomla 3? Can´t find one in the downloads section.
Be,
Pete
Is it possible to set notification on as default, so that one wouldn't need to set it separately each time a new article is published?
Br,
Pete
Got it done, thank You. Where can we translate the attached window texts?
Br,
Pete
The documentation for the content plugin is here:
https://www.minitek.gr/support/documentation/joomla/content-notifications/content-plugins
What cron script are you using? What is your exact configuration of the scripts?
Hi. I still doesn't work. What´s the content plugin that needs to be installed? For Joomla 3 there are only two files available.
Content Notifications consists of 3 extensions:
-
Content Notifications component
-
Content Notifications system plugin
-
Content Notifications content plugin
All 3 extensions must be installed and enabled.
Hi there, the cron job scripts are the following:
Create updates - command line (wget)
wget -O --max-redirect=10000 /dev/null "http://www.yourdomain.com/index.php?option=com_contentnotifications&task=notifications.createUpdates&password=YOUR_PASSWORD"
Create email queue - command line (wget)
wget -O --max-redirect=10000 /dev/null "http://www.yourdomain.com/index.php?option=com_contentnotifications&task=notifications.createEmailQueue&password=YOUR_PASSWORD"
Send emails - command line (wget)
wget -O --max-redirect=10000 /dev/null "http://www.yourdomain.com/index.php?option=com_contentnotifications&task=notifications.sendEmails&password=YOUR_PASSWORD"
where YOUR_PASSWORD
is the password that you entered previously in the component configuration.