Custom Tabs

Custom Tabs 1.6.3

No permission to download
I think the problem is because bets it's just a route filter for sportsbook. Try using the original route as the link and see if it works.
 
Hey @Siropu,

I´ve tried to get a first button to work for the last 2 hours. For some reason it´s just not working for me and the button refuses to show up at all. Are there any known incompatabilities with other addons I should be aware of? I have no error messages, nothing in the logs and no idea why it´s not working (wether in the default xf, nor in a UI.X´ed version). Could you gimme an advice?
 
To be more specific: I´m running xf 1.5.8 and deactivated every addon but custom tabs. For the tab visibillity I´ve setup the permissions to every usergroup. But there is nothing showing up at all. So, I guess the question is: does this work with xf 1.5.8?
 
Thanks for the swift response, Siropu. Yes, I´m using the criteria "belongs to usergroup" which is set to all.
 
Have you selected all the user groups, or just checked the checkbox? User criteria is optional so if you want it displayed to all user groups, you don't need it..
 
AWWWWWWWWWWWW...!!! How can a single person be so dumb :ROFLMAO:
I´ve ticked the checkbox above the usergroups criteria - but, don´t ask me how or why, the night was loong - I haven´t choosen any usergroup. Embarrasing :whistle:
"Oh...over there...look ! UNICORNS!!"

Have a nice weekend ;)
 
Try this:
Code:
.tabClass.selected .tabLinks {
z-index: 1;
}
Hi @Siropu ,
this is meant to go to the css-box of the main tab (only)? If so it seems it doesn´t work. I added the Simple Blogs/Good enough blogs to the tab and when I click on it the submenues are all empty. Same with xfsoccer, membermap, etc. . Could you provide us a fix for that? The submenues often are crucial for the function of the linked item. Would be aweful.

I have named the button Extras and collected everything there, that isn´t high priority. Even the members tab. I´ve disabled the member tab appearance in the navigation but the weird thing is, whenever I click the members link in the Extras-Tab I´ll be forwarded - as expected - but in the navigation bar the deactivated member tap appears next to the extra tab, both highlighted. I can´t figure out how this is happening. Any idea? Btw: this is the only situation where the submenues show up (correctly).

Regards,
Sperber
 
The CSS doesn't apply to all cases. Also, tabClass must be changed to the actual CSS class of that tab.
If the sub menus doesn't show up when you are on the main tab page, it could be because the link is a route filter instead of the original route. The lasts posts were about this issue.

In the next version route filters will be supported.
 
If the sub menus doesn't show up when you are on the main tab page, it could be because the link is a route filter instead of the original route. The lasts posts were about this issue.

In the next version route filters will be supported.
Thanks for the swift responses, Siropu.
I´ve followed the discussion about the routes, but I am using the original settings with untouched URLs. That´s why I´m asking. Is there something else I should check?
 
Hi @Siropu. Does your addon supports tab selection? I mean, if a custom page is opened using a tab will the tab be displayed as selected?
 
Back
Top Bottom