Quote:
Originally Posted by lebanon
Just a note, as i was checking this out, since it uses direct mysql query it does not use Table Prefix , and in your case you have just added your own prefix "vb"
So in the query $tagsql="SELECT blog_tag ....
The vbblog should be renamed to whatever the user's table prefix is, or include vb globals and use table_prefix .
regards
|
Fixed in this release. Thanks for the feedback