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?
Unfortunately no one can be told what PunBB is - you have to see it for yourself.
You are not logged in. Please login or register.
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>';Last edited by Garciat (2008-12-17 14:59:06)
hoooot!
cheers ![]()
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.