Quote:
Originally Posted by Alex_
Because your plugin does a
$post['pagetext'] = 'matched change post';
I can answer your question already - no it is not used by showthread... I'm trying to find the correct var it reads out
|
Ahh ok. In 3.5.1 (and it seems 3.5.2), that variable is used for the message.
Is this section of code the same in 3.5.3 ? (are we allowed post code snippets as long as they are in [ code ] tags ? )
Code:
$post['islastshown'] = ($post['postid'] == $lastpostid);
$post['attachments'] =& $postattach["$post[postid]"];
$parsed_postcache = array('text' => '', 'images' => 1, 'skip' => false);
$postbits .= $postbit_obj->construct_postbit($post);
It passes $post to the postbit generator function/class. The plugin mods the $post variable just before this section.
The above is from showthread.php