The field will exist, it has existed since at least version 2, it might be named slightly differently. I cant remember and cant login to pma to check.
To just get the post content, again, i dont know the exact name of the field, but you would replace
[sql]SELECT thread.*, post.*[/sql]
with
[sql]SELECT post.<FIELDNAME>[/sql]
It will have unprocessed BBCodes in there, you will need to work out how to use the bbcode functions to process them (pretty simple).
|