masterross
04-23-2015, 02:52 PM
Guys,
How to add full path to destination forum in search results (vb4.2)?
For example:
https://vborg.vbsupport.ru/external/2015/04/9.jpg
In this image destination forum is "Android Applications" but it's sub-forum.
And full path is Forum1 > Forum2 > Android Applications
I want this full path to be shown.
I looked in search_threadbit template :
{vb:rawphrase forum}:<br /><a href="{vb:link forum, {vb:raw thread}, null, 'forumid', 'forumtitle'}" title="{vb:raw thread.forumtitleclean}">{vb:raw thread.forumtitle}</a>
But is there any ready to use function like:
<a href="{vb:link forum, {vb:raw thread}, null, 'parentid', 'parenttitle'}" title="{vb:raw thread.parenttitle}">{vb:raw thread.parenttitle}</a> -
How to add full path to destination forum in search results (vb4.2)?
For example:
https://vborg.vbsupport.ru/external/2015/04/9.jpg
In this image destination forum is "Android Applications" but it's sub-forum.
And full path is Forum1 > Forum2 > Android Applications
I want this full path to be shown.
I looked in search_threadbit template :
{vb:rawphrase forum}:<br /><a href="{vb:link forum, {vb:raw thread}, null, 'forumid', 'forumtitle'}" title="{vb:raw thread.forumtitleclean}">{vb:raw thread.forumtitle}</a>
But is there any ready to use function like:
<a href="{vb:link forum, {vb:raw thread}, null, 'parentid', 'parenttitle'}" title="{vb:raw thread.parenttitle}">{vb:raw thread.parenttitle}</a> -