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?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 additions → [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?
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>';
hoooot!
cheers
PunBB Forums → PunBB 1.3 additions → [request] forum name not hyperlinked in active topics view
Powered by PunBB, supported by Informer Technologies, Inc.