Quote:
Originally Posted by teedizz
Ok. Please tell him to place the following code before initializing the datamanager:
PHP Code:
if (file_exists(DIR . './includes/visionscripts/psionic_bsh/newthread_start.php'))
{
require(DIR . './includes/visionscripts/psionic_bsh/newthread_start.php');
}
Can you please let me know any info to get it working correctly. Thanks.
|
Okay, in abouttoday.php, look for this around line 100:
PHP Code:
require_once(DIR . '/includes/functions_newpost.php'); /* included to build editor for description */
require_once(DIR . '/includes/functions.php'); /* included to strip bbcode */
Add the visionscript code BELOW that.
In ./includes/cron/cron_abouttoday.php, look for this around line 24:
PHP Code:
require_once('./includes/class_abouttoday.php');
require_once('./includes/functions_wysiwyg.php');
Add the visionscript code BELOW that.
We could place it more exactly so it's not always called but this will ensure the job gets done (I hope!)