Is it possible to fetch the forum name also while querying for last discussions using the following modification? I mean I want the forum name also to be fetched to display in the alt/title text of forum icons in the last discussions for easy accessibility to my users.
  Modification:
  File bb_func_ldisc.php
  line# 35
  if($cols=db_simpleSelect(0, $Tt, 'topic_id, topic_title, topic_poster, topic_poster_name, topic_time, forum_id, posts_count, topic_last_post_id, topic_views, forum_name','','','',$orderBy,$viewlastdiscussions )){
  and then specify:
  $forum_name=$cols[9];  |