Why am I only getting this text with no numbers plugged into it?
There has been new posts and new threads since your last visit.
( Get New Posts )
Yes, the database fields being queried are the correct ones and are correctly defined in the plugin.
Also, the following query was made succesfully:
ALTER TABLE `vbfpost` ADD INDEX ( `dateline` );
ALTER TABLE `vbfthread` ADD INDEX ( `dateline` );
|