Quote:
Originally Posted by tomshawk
The good news is I got it working, Yeah!! Thank you AnhTuanCOol
Question though, Is there a way to have it show up in the forumdisplay
Like here for example
http://www.tech-unity.com/forums/forumdisplay.php?f=38
The first post there is a test of this, but instead of the name of the thread starter, i'd like to see the description line
Ideas 
|
Yeah, I forgot to put in the instruction so ... sorry bro :speechless:
Open forumdisplay.php
Find
PHP Code:
thread.threadid, thread.title AS threadtitle, lastpost, thread.forumid
Replace with
PHP Code:
thread.threadid, thread.title AS threadtitle, thread.description AS threaddescription, lastpost, thread.forumid
Enjoy