Oh Thank you, I'm glad to hear it
To get the Thread's Description goes within the Thread Title in Search Result, do these things:
Open search.php
Find:
PHP Code:
thread.threadid, thread.threadid AS postid, thread.title AS threadtitle, thread.iconid AS threadiconid,
Replace with:
PHP Code:
thread.threadid, thread.threadid AS postid, thread.title AS threadtitle, thread.description AS threaddescription, thread.iconid AS threadiconid,
Save it up.
Get in your admincp,
Open template search_results_postbit
Find:
HTML Code:
$post[typeprefix] <a href="showthread.php?$session[sessionurl]t=$post[threadid]$post[highlight]"><strong>$post[threadtitle]</strong></a>
Replace with:
HTML Code:
$post[typeprefix] <a href="showthread.php?$session[sessionurl]t=$post[threadid]$post[highlight]"><strong>$post[threadtitle]</strong></a><br /><font class="smallfont">$thread[threaddescription]</font>
Save up and you got it. Enjoy