VbMT Download
From KallestadWiki
[edit]
Files
This is an ALPHA
There are three files that need to be put in your Plugins directory.
mtcgiroot/ ->
plugins/ ->
Kallestad/ ->
skvbmt2.pl
tmpl/ ->
vbmt_global_settings.tmpl
vbmt_settings.tmpl
I haven't put the links all into a single zip file. Here they are individually.
- skvbmt2.pl - this is the main plugin
- vbmt_global_settings.tmpl - this is the template for global plugin settings
- vbmt_settings.tmpl - this is the template for blog specific settings
In order to create the table to be used by vBMT - run this SQL statement.
CREATE TABLE `talk` ( `id` int(11) NOT NULL auto_increment, `baseid` int(11) NOT NULL default '0', `post_text` text, `post_title` varchar(255) NOT NULL default , `post_url` varchar(255) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
This is all ALPHA and there are bugs. Please report any bugs in the discussion forum.
[edit]
