A Andy.N Well-known member Feb 21, 2011 #1 I installed digitalpoint's Geop IP usermap and he mentioned to add the link in navigation bar. I like to add a link to /community/usermap/ on the navigation, under Members, and between Current Visitors and Recent Activity Thanks
I installed digitalpoint's Geop IP usermap and he mentioned to add the link in navigation bar. I like to add a link to /community/usermap/ on the navigation, under Members, and between Current Visitors and Recent Activity Thanks
P Paul B XenForo moderator Staff member Feb 21, 2011 #2 This post should help: http://xenforo.com/community/threads/creating-new-website-tabs-and-links.12548/#post-165579 Specifically you need to add an entry between these two lines of code in the <!-- members --> section: Code: <li><a href="{xen:link online}">{xen:phrase current_visitors}</a></li> <li><a href="{xen:link recent-activity}">{xen:phrase recent_activity}</a></li> Something like this: Code: <li><a href="{xen:link online}">{xen:phrase current_visitors}</a></li> <li><a href="{xen:link usermap}">{xen:phrase usermap}</a></li> <li><a href="{xen:link recent-activity}">{xen:phrase recent_activity}</a></li> Upvote 0 Downvote
This post should help: http://xenforo.com/community/threads/creating-new-website-tabs-and-links.12548/#post-165579 Specifically you need to add an entry between these two lines of code in the <!-- members --> section: Code: <li><a href="{xen:link online}">{xen:phrase current_visitors}</a></li> <li><a href="{xen:link recent-activity}">{xen:phrase recent_activity}</a></li> Something like this: Code: <li><a href="{xen:link online}">{xen:phrase current_visitors}</a></li> <li><a href="{xen:link usermap}">{xen:phrase usermap}</a></li> <li><a href="{xen:link recent-activity}">{xen:phrase recent_activity}</a></li>
A Andy.N Well-known member Feb 22, 2011 #3 Working perfectly, Paul. I have to believe you are a machine after all. Upvote 0 Downvote
A Andy.N Well-known member Feb 22, 2011 #5 Brogan said: This post should help: http://xenforo.com/community/threads/creating-new-website-tabs-and-links.12548/#post-165579 Click to expand... Paul, The link appears but when I click on User Map, the area under the Member tab is blank instead of showing the full submenu as when i click Recent Activity and Current visitor Take a look here http://www.quantnet.com/forum/members/ Upvote 0 Downvote
Brogan said: This post should help: http://xenforo.com/community/threads/creating-new-website-tabs-and-links.12548/#post-165579 Click to expand... Paul, The link appears but when I click on User Map, the area under the Member tab is blank instead of showing the full submenu as when i click Recent Activity and Current visitor Take a look here http://www.quantnet.com/forum/members/
P Paul B XenForo moderator Staff member Feb 22, 2011 #6 The map appears for me Andy when clicking the links in the nav bar. It resolves to: http://www.quantnet.com/forum/usermap/ Upvote 0 Downvote
The map appears for me Andy when clicking the links in the nav bar. It resolves to: http://www.quantnet.com/forum/usermap/