Custom Tabs

Custom Tabs 1.6.3

No permission to download
Hello Siropu, thanks for share this addon.
There are some way to show up the tab selected when you click on it?
In this gif you can see your addon in action, when I click in the middle, it took me to the link, but the tab doesn't shows selected:
View attachment 101008

This should be the ideal behavior:
View attachment 101007
It is possible? Thanks again!
I have the same problem when I want to create the tab "Active topics" with the url "find-new/posts?recent=1" (without parent tab).
Is a way to fix this? Thanks
 
Try using the full url instead.
It does not help. The tab "Forums" remain selected.
I decided the link "Active topics" to add manually in the secondary navbar of the tab "Forums" near the link "Mark Forums Read".
Perhaps it is even more logical than a separate Tab.

But for future it would be desirable in such cases to see the Tab as switched.
Thank you for a very useful add-on!
 
I've made a test and the problem is that the "find-new/posts?recent=1" redirects to "find-new/x/posts" and the Add-on selects the tab based on the url matching and they don't match.
 
In latest version, the dropdown arrow is messed up,

3.png


Behind the P
 
Hey Siropu.

Any reason why links don't show up within the "Bets" tab? I can't see why.

1.png


Help works fine
2.png


3.png
 
From what I see on your website, that tab is used by another add-on.
See if this CSS helps:

Code:
.bets.selected .tabLinks {
    z-index: 1;
}
 
Top Bottom