Quote:
Originally Posted by jwocky
Thanks so much for the tip, its much appreciated, can't wait to start on it tonight.
The content in $post['message'] is just the entire post in a raw format that the vb php files will process to make it html friendly right? For example if I edit $post['message'] to rearrange the content into columns via adding in html tables and such code, would it work?
Another followup question, if I want to edit the post to show any attachment images in a different style, is there a variable such as $post['message'] that handles the attachments?
|
I believe by the time you get to this hook, $post['message'] contains the HTML output for the post contents.
If you want to display attachements differently, there are other attachment hooks to do that. Or just edit the attachment templates.