Well, the variable is already available to you - $thread[preview] - so find where you want the preview text to display and insert it there. If it's in the correct place, then go about formatting it how you want. (You said you wanted to replace the username, so just search for "username" in the template and put the condition around it - if $forumid == x, then $thread[preview], else all the username stuff.
|