Updated to version 1.01
This fixes a rather lame and unsavoury bug whereby vb would sometimes cache the last gramps mod note as the post itself.
This can easily lead to the body of the post you are commenting on coming up with the last comment you made! Bah! Who needs it?
Well, this was a sneaky little bug but I finally fixed it.
To upgrade you need to:
Download latest package
Replace your existing includes/gramps_class_core.php with the one located in the new package.
You need to also edit your showthread.php file and replace:
PHP Code:
if($show['gramps']){
$post['gramps_bits']=$gramps->construct_gramps_bit($post['postid']);
}
with
PHP Code:
if($show['gramps']){
$post['gramps_bits']=$gramps->construct_gramps_bit($post);
}
NOTE: There are 2 instances of this!
Easy peasy. but VERY IMPORTANT!
nJoy