Quote:
Originally Posted by Cloud-Warrior
Great job OBK, just editing files now... Spotted this in the readme.txt:
Code:
$text= unhtmlspecialchars(stripslashes($text));
$entry['date']= vbdate($vboptions['dateformat'], $entry['entrydate'], 1);
$entry['time']= vbdate($vboptions['timeformat'], $entry['entrydate']);
It doesn't exist, so i guess it should be:
Code:
$text= parse_bbcode2($entry['entrytext'], 0, $setting['allow_imgcode'], $setting['allow_smilies'], $setting['allow_bbcode']);
$entry['date']= vbdate($vboptions['dateformat'], $entry['entrydate'], 1);
$entry['time']= vbdate($vboptions['timeformat'], $entry['entrydate']);
|
It should exist, as you're adding the top line of that code as an earlier edit..
I realise that these edits aren't in the correct order, but I was documenting them as I edited the necessary code.
Quote:
Originally Posted by Cloud-Warrior
Files to edit: (3) - profile.php, includes/functions.php,
includes/adminfunctions_template.php, journal.php (vBJ)
Remove the admin... one.
|
Thanks, that edit was removed from the RC2 private beta for this release as it wasn't necessary.