View Full Version : How do I fix this?
coachjohns
03-06-2006, 03:21 AM
I have it enabled, but the link isnt on the navbar. What did I do? I might have to many links on the navbar...Can I take off new posts and add the Referral link back? If so what is the code for the referral and do I just replace it with the New Post in the navbar template?
Logikos
03-06-2006, 04:16 AM
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:
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
Replace With:
<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:
$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. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.