Quote:
Originally Posted by bfdzio
Ted S...do you have any idea on how I might do this (the second quote)? I got it working thanks to your help but just saw this post was bumped and recalled I never did figure out how to make it preview the posts.
I can probably handle the design part of it but is that a specific code I am looking for or anything?
|
You'll need to alter the script's query to join the post table, get the body message, potentially parse it through the editor if you allow styling and that's about it.
SELECT <existing stuff>,post.message
JOIN post ON helpfulpost.postid = post.postID