So...
finally back in working condition (almost)
stinger2,
I'm sorry, uninstalled all my hack, and installed all the latest versions of the ones you mentioned "above"... No Way to reproduce your boards behaviour!
I checked all imaginable settings in all different hacks, cached as much as I could, but I could not find any setting, that would lead to this error.
You're not the only one out there, so it has to be a bug somewhere,
I've seen it with my own eyes (browsers), but I simply cannot find or reproduce where it stuck.
The only thing that would make a sense would be a missing userid
so that my last trigger
Code:
if(!$bbuserinfo[userid]){
$hide_read = false;
}
would refuse to showup hidden content.
You could give that a try by replacing that (in plugin: "
choose wether or not to show in printable version") with
Code:
if(!$bbuserinfo[userid]){
$post['message'] =$post['message'].'..:H:..';
//$hide_read = false;
}
And if you find ..:H:.. at the very end of a post containing hidden content in printthread.php let me know.
cheers
'sid