Yea I just did that haha, I didn't think I had to add it to the setup_options.php. It's working great now, thanks :D
But, I have stumbled upon an other problem. Changing
if($row=db_simpleSelect(0, $Tp, 'poster_id, poster_name, post_time, topic_id'.$textLdSql, '', '', '', 'post_id DESC'))
to:
if($row=db_simpleSelect(0, $Tp, 'poster_id, poster_name, post_time, topic_id'.$textLdSql, '', '', '', 'post_id ASC'))
is not possible, since I can't find that piece of code in my bb_func_ldisc.php.
What I want to do is have the first bit of text of the original topic text (the first post) in it. I've read trough this topic many times, but I can't seem to understand how to do this.
Thanks for your help again! |