The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to display the parent forum title in the search results?
Hi,
does anyone has a suggestion on how to display the parent forum title in the search results? My forums are organized in a 2 level hierarchy, and at the second level many forums have the same name (Feature Requests, Issues, etc.) Currently in the search results since only the containing forum name appears, it's hard to understand to what parent such forums belong to. In a nutshell, I'm trying to understand if there's a $post variable allowing to tweak search_results_postbit around line 8 from the current: Code:
<spanstyle="float:$stylevar[right]"> $vbphrase[forum]: <ahref="forumdisplay.php?$session[sessionurl]f=$post[forumid]">$post[forumtitle]</a> </span> Code:
<span style="float:$stylevar[right]"> $vbphrase[forum]: <a href="forumdisplay.php?$session[sessionurl]f=$post[forumid]">$post[parentforumtitle] - $post[forumtitle]</a> </span> - Adriano |
#2
|
|||
|
|||
I am interested in any help in this regard as well?
|
#3
|
|||
|
|||
I am also looking for same answer.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|