Not sure you would want to get rid of the New Post link, but if thats what you want. You can do this:
In the Navbar Template:
Find:
HTML Code:
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
Replace With:
HTML Code:
<td class="vbmenu_control"><a href="$vboptions[forumhome].php?$session[sessionurl_q]referrerid=$bbuserinfo[userid]">Invite your friends</a></td>
The link your members want to use can be shown in any template using this as the link to copy:
Code:
$vboptions[forumhome].php?$session[sessionurl_q]referrerid=$bbuserinfo[userid]
Like yours here would be
https://vborg.vbsupport.ru/index.php?referrerid=131558. Hope this helps some.