02-06-2015, 02:42 PM
I changed this:
/* Has replied to the topic already? */
if ( $hasReplied )
{
//$hideState[ $this->topic['tid'] ] = true; <--- OLD
$hideState[ $this->topic['tid'] ] = false;
//$output .= $this->registry->getClass('output')->getTemplate('post')->tbUnhiddenContent( $content ); <---- OLD
$output .= $this->registry->getClass('output')->getTemplate('post')->tbHiddenContent();
}
but posting still unhides the hide tags any help would be great
