Alright, I've now done the following
1. Installed EI 2.6.1,
2. copied the code from the patch to the file "forum_read.php" in my vbulletin cron folder
3. created the system cron file (with the 4line perl script) to initiate the forum_read.php file in my home folder;
/home/user/forum_read (no file extension)
4. added a command line to my cron tab to activate the cron, every two minutes with the line;
*/2 * * * * /home/jfasheyi/forum_read
5. Set the EI cron to run every minute, from the vbulletin EI integration panel.
Question
1. Whilst installing EI 2.6.1 BETA, it said
"go to AdminCP -> Email Integration -> Forum Setings Help" to find a script, which will test to
see which email connection your server uses
- I went to Email Integration settings, from the vbull options tab, but no "Forum settings help" option
existed. I use vbull. 3.8.4.
2. Looking at the system cron script, this line
"php /root/forum_read/forum_read.php" how will it know where to find my forum_read.php vbulletin cron
file, which is in the vbulletin/includes/cron folder.
3. When I add the forum_read.php cron to vbulletin, should it be added as a vbulletin product,
or Email Integration product.
Thanks a lot,
|