Topic: [request] forum name not hyperlinked in active topics view

in 1.2 search results for active topics you could click the forum name. Now in 1.3 it is just plain text. I prefer it to be clickable. Any chance of a fix?

2 (edited by User33 2008-12-17 14:59)

Re: [request] forum name not hyperlinked in active topics view

Replace Line 372 on 'search.php' with:

            $forum_page['item_body']['info']['forum'] = '<li class="info-forum"><strong><a href="'.forum_link($forum_url['forum'], array($cur_set['forum_id'], sef_friendly($cur_set['forum_name']))).'">'.$cur_set['forum_name'].'</a></strong> <span class="label">'.(($cur_set['num_replies'] == 1) ? $lang_forum['Reply'] : $lang_forum['Replies']).'</span></li>';

Re: [request] forum name not hyperlinked in active topics view

hoooot!
cheers smile