Quote:
Originally Posted by The Geek
check your gramps_class_core.php file for the following line:
$post['pagetext_html']="";
That resets whatever cache was in the post. its working on my site now 
|
It's there!
Code:
if ($gramps_bits){
eval('$gramps_bits= "' . fetch_template('gramps_holder') . '";');
$post['pagetext_html']="";
}
return $gramps_bits;
And I saw the window do a refresh, but after leaving 2 notes in a thread on different posts in the same thread I saw that my first note had replaced the body of the starter post!
- Sid