The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Quote:
|
#12
|
|||
|
|||
BUMP...
still cant figure it out.. damn thing is so frustrating. Just so we are clear. When on the forum main page ( http://www.aepautomotive.com/forums/forum.php ) and you desire to go back to the portal, you click on the home tab... which takes you here ( http://www.aepautomotive.com/forums/content.php ) and all I would love to do is change that to http://www.aepautomotive.com/ thats it.. why is that so hard ???? SO im lost, im debating on even downgrading the forums.. back to 3.8 if i cant fix this issue.. --------------- Added [DATE]1266255138[/DATE] at [TIME]1266255138[/TIME] --------------- I figured it out. |
#13
|
|||
|
|||
I'm trying to figure this out right now too. Anyone have a solution?
--------------- Added [DATE]1279440191[/DATE] at [TIME]1279440191[/TIME] --------------- I just figured it out after digging around a bit more, and I must say wow! The answer was hidden in a place I would've never guessed: Admincp -> Settings -> Options -> Content Management -> "Site Tab URL" Just change it to http://www.mysite.com/ and it's done! |
#14
|
|||
|
|||
Still want help with this my friend? PM Me
--------------- Added [DATE]1280246798[/DATE] at [TIME]1280246798[/TIME] --------------- Quote:
This is code specifically refers generating the tab code for the Forums tab. I have had a breakthrough with this and no one else seems willing to help you out. I found out that any link to the CMS home page would need to be like this Code:
href="{vb:raw vboptions.site_tab_url}{vb:raw session.sessionurl_q}" For the life of me I cannot work out why!! but here is the code Code:
<vb:if condition="$vboptions['selectednavtab'] == 'vbcms'"> <li class="selected"> <vb:if condition="$vboptions['vbcms_url']"> <a class="navtab" href="{vb:raw vboptions.vbcms_url}{vb:raw session.sessionurl_q}">{vb:rawphrase site}</a> <vb:else /> <a class="navtab" href="{vb:raw vboptions.site_tab_url}{vb:raw session.sessionurl_q}">{vb:rawphrase site}</a> </vb:if> <ul class="floatcontainer"> {vb:raw template_hook.vbcms_navbar_start} <vb:if condition="$links"> <vb:each from="links" value="link"> <li><a href="{vb:raw link.url}">{vb:raw link.title}</a></li> </vb:each> <vb:else /> <li class="hidden"> </li> </vb:if> {vb:raw template_hook.vbcms_navbar_end} </ul> </li> <vb:else /> <li> <vb:if condition="$vboptions['vbcms_url']"> <a class="navtab" href="{vb:raw vboptions.vbcms_url}{vb:raw session.sessionurl_q}">{vb:rawphrase site}</a> <vb:else /> <a class="navtab" href="{vb:raw vboptions.site_tab_url}{vb:raw session.sessionurl_q}">{vb:rawphrase site}</a> </vb:if> </li> </vb:if> I have tested with making my own phrase and it works! Good luck! |
#15
|
|||
|
|||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|