Nodes As Tabs

Nodes As Tabs 1.5.1

No permission to download
Note the description of that setting. The link-forum must have a relative target, not a full URL, for the tab selection to work.

Thanks! So I added in the node settings these URLs: "resources/categories/city-journals.3/" and "resources/categories/custom-content.2/". However, only the city journal link is working, not the MOD link. Look: http://www.citiesskylines-nation.com/ Isn't that strange, or did I do something wrong?
 
I added a node as a separate tab. I would now like to add some sub-links
custom link1, link2 , link3
How do I do that? Appreciate the help!
upload_2015-1-28_15-14-59.webp
 
I added a node as a separate tab. I would now like to add some sub-links
custom link1, link2 , link3
How do I do that? Appreciate the help!
View attachment 96582

You can create child nodes underneath the tab or specify a links template when editing the node.

Admin CP -> Applications -> Display Node Tree -> [click the node]
> Depth Of Child Links
> Links Template
 
This is a great addon, I will give it 6 stars and a wonderful review. I would also donate if there was a button.

One question:

I have a child page appearing as a child link below the main nav bar as expected. But when I click on that link and the child page opens, the secondary link disappears.

This must be something very basic I'm doing wrong, can anyone help please?
 
This is a great addon, I will give it 6 stars and a wonderful review. I would also donate if there was a button.

One question:

I have a child page appearing as a child link below the main nav bar as expected. But when I click on that link and the child page opens, the secondary link disappears.

This must be something very basic I'm doing wrong, can anyone help please?

Hmm. Something doesn't make sense. Maybe I am not understanding the problem. Can you post a URL which demonstrates the problem?

Paypal donations can be sent to donate@mscclan.com
 
Well generally speaking you need to manually repeat whatever your custom theme does (looks like it inserts a font awesome icon inside the element).
 
How I can add custom template only one tab like this:
kun6muc.png

Admin CP -> Appearance -> Templates -> EXTRA.css

Rich (BB code):
.navTabs .navTab.nodetab1
{
	background-image: url('http://www.yoursite.com/image.gif');
}

Specify the node_id and image URL.
 
Back
Top Bottom