I got this working on the latest ver (after using the solution found here regarding the order of the variables).
Question: Can I display the actual TEXT of the post as opposed to just the thread name?
I see the variables he defied (which he then calls in the template), but I dont see one for the actual TEXT of the post... using the samples below, what would the the variable?
'post' => $News[???????????????????????????????????],
These are some of the ones defined:
'threadid' => $Thread['threadid'],
'threadname' => $Thread['title'],
'postuserid' => $Thread['postuserid'],
'postusername' => $Thread['postusername'],
'replies' => vb_number_format($Thread['replycount']),
'views' => vb_number_format($Thread['views']),
'lastposter' => $Thread['lastposter'],
|