Quote:
Originally Posted by Hoffi
I just into the same Problem and there a small misunderstanding in the Doc.
PHP Code:
define('VB_TEMPLATE_TABLE', 'template');
You must enter the Prefix and the Table Name. e.g.
PHP Code:
define('VB_TEMPLATE_TABLE', 'vb3_template');
|
PHP Code:
// Define here the name of the template database table.
// Normally no need to change.
define('VB_TEMPLATE_TABLE', 'template');
The default template name is
template, and if you have different name for template table (such as vb3_template or anything else), you are told to DEFINE the name of that template table