Quote:
|
I'm going to sound slow here... but you've kind of lost me :(
I am using vBadvanced CMPS. I'm not exectly sure where I get the specific details for "THIS_SCRIPT" I've looked in the page sourece code and I can't identify anything that looks like how the page is defined? Sorry for my slow uptake on this... I doo aprreciate your help! --------------- Added [DATE]1278197941[/DATE] at [TIME]1278197941[/TIME] --------------- Bingo!! Got it!! Doh! I edited the main index page and found the "THIS_SCRIPT" and we are off and running :) Seriously... thanks SO much for your help!!! --------------- Added [DATE]1278199197[/DATE] at [TIME]1278199197[/TIME] --------------- Hi Lynne Just a quick query... now that i have that in place, is there any way of getting the default forum settings to appear 'under' the Nav? ie: * New Posts * Private Messages * FAQ * Calendar * Community o Groups o My Albums o Friends & Contacts o Member List * Forum Actions o Mark Forums Read o General Settings o Edit Profile * Quick Links o Subscribed Threads o Open Contacts Popup o View Forum Leaders o Who's Online Cheers --------------- Added [DATE]1278200287[/DATE] at [TIME]1278200287[/TIME] --------------- Another self answered question... I just recreate my own within your code!! Doh! All done :) |
This worked great for me. Thank you! :)
|
I was wondering? Is it possible for this tab to go in front of the forum tab. I'm going to call it "Home" and link it with my vbadvanced page.
If anyone can help please write back soon. |
Quote:
Quote:
|
Quote:
|
If someone is using this and has the problem that the Homepage is selected, i modiefied the first line of vbcms_navbar_link to
PHP Code:
Hope this works for you --------------- Added [DATE]1281531651[/DATE] at [TIME]1281531651[/TIME] --------------- Only one more question: I have new NavTabs to Content Sections (e.g. content?=60) called News. Below that i have sub-nav links to content?=61 "Sports", content?=62 "Travel",... Now all this works fine, all are displayed and you can follow the link. Only problem is: If i hit one of the subNavs, "News" loses the Highligthing (Selection) and none of the Navbar is selected. Is there a way to have News Selected when using one of its sublinks ? OK Got it myself PHP Code:
Thanks in advance |
Hi Lynne,
First of all thanks for all the help and the great article. Is there a way to create a new tab that links to the user's profile? For example the tab would be called "My Profile" and when the user clicks on it, it would take him to his profile as seen in member.php. On my forum, my user ID is "1", so the link would be www.myforum.com/member.php?1. But how do I do that through the plugin code? That is, how do I write a condition that only lets that tab show if the user is logged in, and to customize the link to be different for each user? I know that the vb command Code:
{vb:link member, {vb:raw bbuserinfo}} Code:
<a href="member.php?{vb:link member, {vb:raw bbuserinfo}}"> Thanks! |
No need for the member.php? in front of the variable - it contains the complete link, including the path and file.
Just try Code:
<a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a> |
Quote:
Code:
http://myforum.com/member.php?1-username Code:
http://myforum.com/{vb:link member, {vb:raw bbuserinfo}} Thanks! |
All times are GMT. The time now is 01:13 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|