XF 1.1 Navbar url name.

Any particular reason?

The URLs will relative so this isn't really possible.

The URLs will be defined in the templates like:

{xen:link members}

That will render the URL in the final template like:

members/ or index.php?/members

So the prefix will always be the URL you're browsing on.

One possible solution would be to modify the templates so the links look like:

{xen:link full:'http://www.sub.domain.com/members'}
 
Any particular reason?

The URLs will relative so this isn't really possible.

The URLs will be defined in the templates like:

{xen:link members}

That will render the URL in the final template like:

members/ or index.php?/members

So the prefix will always be the URL you're browsing on.

One possible solution would be to modify the templates so the links look like:

{xen:link full:'http://www.sub.domain.com/members'}
Thank you! for your answer.
I will try to look where exactly I can change that :).
Thanks again!
 
If you use Nodes as Tabs by Jake Bunce you can make your tabs link to anything you like.
Including their secondary links.
Add new tabs as you wish to whatever + secondary / dropdown links.
 
Top Bottom