Quote:
Originally Posted by thecrazycanuck
I've been trying to edit this mod so that it will give me previews of the first post's pagetext after the thread title. does anyone have any ideas on how to do that?
This is the code I have so far
PHP Code:
<div style="clear:both; border:1px dashed #c4c4c4; padding:10px; margin:10px 5px 5px 5px; background-color:#fefdf2;">
{vb:raw $getpost_preview.(getposts_thread.firstpostid }
</div>
This is to insert the preview, it is in the right spot but nothing else works
I also inserted this to query the db to get the pagetext variable
PHP Code:
$getpost_previews = $db->query_read("SELECT post.postid, post.pagetext")
while ($getpost_preview = $db->fetch_array($getpostpreviews))
|
Any luck with anyone on this? I have been looking ever since I upgraded to 4.x and still found nothing.