I actually figured that one out right before you posted it. The problem is that it loses all bbcode formatting when I use it. I'mn trying to walk through the PHP code where it renders the bbcode, but so far haven't come up with what I need.
We're definitely on the right path though.
--------------- Added [DATE]1352490271[/DATE] at [TIME]1352490271[/TIME] ---------------
It looks like
Code:
$this->rendered['pages'][$this->parameters['page']];
is the rendered view, but that doesn't do any good. I think we need to get the raw pagetext (Stored in $pagetext), do our processing to it, and then run it through the renderer and assign it to $view->pagetext. I just don't know how we can parse the bbcode, line breaks, smileys, etc....
Is there a built-in vb function that does all of that parsing that we can just call?