Nodes As Tabs

Nodes As Tabs 1.5.1

No permission to download
Seems, I have an issue with Nodes as Tabs... Whenever I try to save a new page node, I get the following error message:

xf_error.webp

Someone in another Thred said, maybe Nodes as Tabs is causing this error.
The new page node I try to save is not marked to apear as a tab.

Thanks for help.
 
Seems, I have an issue with Nodes as Tabs... Whenever I try to save a new page node, I get the following error message:

View attachment 71665

Someone in another Thred said, maybe Nodes as Tabs is causing this error.
The new page node I try to save is not marked to apear as a tab.

Thanks for help.

That is not from this addon.

It appears you have (or had) another addon which created the ph_extdesc column in xf_page or xf_node. You could remove that column, but it may affect whatever addon created it. The safe thing to do would be to edit that field definition (using phpmyadmin) so that it has a default value. That should avoid the error.
 
Hi @Jake Bunce! Thank you for this wonderful addon.

I have a question: how i can remove the tab of this addon from the Navbar? Because i only need to have the url and breadcumb navigation changed by your addons...there are a way to remove the tabs from the navbar?
 
Hi @Jake Bunce! Thank you for this wonderful addon.

I have a question: how i can remove the tab of this addon from the Navbar? Because i only need to have the url and breadcumb navigation changed by your addons...there are a way to remove the tabs from the navbar?

Basically no.

The breadcrumbs are tied to the selected tab. Removing the tab means changing the selected tab means affecting the crumbs.

You need something else to specifically alter the crumbs.
 
Can i hide the tabs?

Using an addon designed to create tabs and then hiding those tabs? Ok then.

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

This will hide the specified tab for everyone:

Code:
.navTabs .navTab.nodetab3
{
    display: none !important;
}

You must specify the node_id of the node tab.

You will find that this creates a gap in your navbar because the forum is selecting a tab that you have removed.
 
Hi Jake,

Slight request / question.

With the counter for the tabs, is it possible to only have the counter display once? So, if a user visits a node that has its own tab and it says "10" for example, if the user refreshes that page the count resets back to 0? Basically exactly how the alerts counter works?

Thanks.
 
Hi Jake,

Slight request / question.

With the counter for the tabs, is it possible to only have the counter display once? So, if a user visits a node that has its own tab and it says "10" for example, if the user refreshes that page the count resets back to 0? Basically exactly how the alerts counter works?

Thanks.

Nope. That counter bubble checks the unread state of threads under that node. As you read threads (or click "mark read") it will change the counter.
 
Is there a way to make the tabs function as traditional dropdown menus, as if by clicking anywhere on the tab it would bring up the dropdown menu?

Many of my members don't see the dropdown arrow, and when you click the tab it takes you to the main forum page.

By the way, thanks for this add-on!
 
Last edited:
Is there a way to make the tabs function as traditional dropdown menus, as if by clicking anywhere on the tab it would bring up the dropdown menu?

Many of my members don't see the dropdown arrow, and when you click the tab it takes you to the main forum page.

For an example, go to http://www.northwestfirearms.com and click the Information tab.

By the way, thanks for this add-on!

http://xenforo.com/community/resour...ger-popup-instead-of-just-the-down-arrow.968/
 
Running the latest version of xenforo 1.3.1 and we're having some issues with the nodes-as-tabs add-on. Not seeing anything wrong in the ACP server error logs or anywhere else, but after upgrading from 1.3.0 to 1.3.1 we don't seem to be able to create pages on our forums anymore.

Screenshots;
http://i.sway.pw/Y2I5N Editing node
http://i.sway.pw/MzFiY Admin CP error logs > empty
http://i.sway.pw/MGEwZ All add-ons

Any chance anyone else having the same issues?
 
@Sway

The options from this addon aren't showing.

I suggest you reinstall this addon for good measure.

It's possible another addon is conflicting with this one. This addon works fine in XF 1.3. I have tested it.
 
got some strange thing going on.

i cannot change the route of this node as a tab. what am i doing wrong here....see visual

now its like this.....#communities.8
must be like this..../communities/

nodesastabs.webp
 
Top Bottom