Thank you for your helping Dis.
But I tried to add
$cat_news_story into the output template nmaps_pg_cat the title tag but it does not show.
nmaps_pg_cat template:
HTML Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $cat_news_story</title>
</head>
<body>
$header
$navbar
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr>
<if condition="$show_left_col == 'YES'">
<td valign="top" width="$col_width_left">
$left_col
</td>
<td valign="top" width="$col_spacer"><img alt="" src="$vboptions[bburl]/$vboptions[cleargifurl]" /></td>
</if>
<td valign="top">
<table cellpadding="0" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"><tr><td>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%" align="center" border="0">
<thead><tr><td class="tcat" colspan="3"><span class="smallfont"><strong>Category: $cat_name</strong></span></td></tr></thead>
<tr><td class="thead">Story</td><td class="thead">Author</td><td class="thead">Post Date</td></tr>
$pg_cat_bit
</table>
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
<td class="smallfont"> </td>
<if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
<img alt="" src="$vboptions[bburl]/$vboptions[cleargifurl]" />
</td></tr></table>
</td>
<if condition="$show_right_col == 'YES'">
<td valign="top" width="$col_spacer"><img alt="" src="$vboptions[bburl]/$vboptions[cleargifurl]" /></td>
<td valign="top" width="$col_width_right">
$right_col
</td></if>
</tr>
</table>
$footer
</body>
</html>
The original hack:
https://vborg.vbsupport.ru/showthrea...88#post1568288
thanks Dis