Quote:
Originally Posted by dartho
Sorry, that is a wee bug which is fixed in teh next version when I get around to releasing. To fix manually in the mean time:
Edit vBookie.php and at line 1763 add:
$templater->register('item_id', $item_id);
which should be just after
PHP Code:
// Main page content
$templater = vB_Template::create('vbookie_new_event');
|
Worked like a charm,thanks for the kwik response!