Custom Tabs

Custom Tabs 1.6.3

No permission to download
How can I set a Special Class for a tab?
I created tab, and in CSS Class field I wrote a name. But when I try to access that tab using its class from another add-on, it doesn't work.
Is this possible at all?
(it would be awesome if it was possible)

Thanks
 
How can I make the child tabs show up in the sub navigation?

Here;:
5pG5AUQ.png
 
Hi @Siropu

Is there a way to use an internal link with this addon?

I want to add a "Profile" tab with the link
Code:
{xen:link members, $visitor}

Thanks ;)
 
I created tab, and in CSS Class field I wrote a name. But when I try to access that tab using its class from another add-on, it doesn't work.
Does it show up in the source code?

How can I make the child tabs show up in the sub navigation?
Try this:
Code:
.tabClass.selected .tabLinks {
    z-index: 1;
}

Sorry for the late response guys, I've missed the posts.

@Klaudius, it's not possible at the moment.
 
Since upgrading to the latest version I am getting loads of these:

Error Info
ErrorException: Undefined index: class - library/Siropu/CustomTabs/Helper.php:232
Generated By: Alfa1 Sunday at 5:31 PM

Stack Trace
#0 /library/Siropu/CustomTabs/Helper.php(232): XenForo_Application::handlePhpError(8, 'Undefined index...', '/...', 232, Array)
#1 /library/Siropu/CustomTabs/Listener.php(77): Siropu_CustomTabs_Helper::getTabAttributesTMS(Array)
#2 /library/XenForo/CodeEvent.php(90): Siropu_CustomTabs_Listener::navigation_tabs(Array, 'chat')
#3 /library/XenForo/Dependencies/Public.php(495): XenForo_CodeEvent::fire('navigation_tabs', Array)
#4 /library/XenForo/Dependencies/Public.php(371): XenForo_Dependencies_Public->_getNavigationContainerParams('chat')
#5 /library/XenForo/FrontController.php(635): XenForo_Dependencies_Public->getEffectiveContainerParams(Array, Object(Zend_Controller_Request_Http))
#6 /library/XenForo/FrontController.php(158): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_Json), Array)
#7 /index.php(13): XenForo_FrontController->run()
#8 {main}
Request State
array(3) {
["url"] => string(51) "https://site.com/index.php?chat/refresh"
["_GET"] => array(1) {
["chat/refresh"] => string(0) ""
}
["_POST"] => array(16) {
["room_id"] => string(1) "0"
["user_rooms"] => array(6) {
[0] => string(6) "143151"
[1] => string(6) "142004"
[2] => string(1) "0"
[5] => string(6) "142009"
[7] => string(6) "142036"
[8] => string(6) "142807"
}
["last_id"] => string(6) "143151"
["activity_last_id"] => string(6) "114292"
["activity_last_update"] => string(10) "1460303123"
["users_last_update"] => string(10) "1460305860"
["inverse"] => string(1) "0"
["hide_bot"] => string(1) "0"
["no_users"] => string(1) "0"
["show_ignored"] => string(1) "0"
["all_pages"] => string(1) "0"
["loading"] => string(1) "0"
["_xfRequestUri"] => string(6) "/chat/"
["_xfNoRedirect"] => string(1) "1"
["_xfToken"] => string(8) "********"
["_xfResponseType"] => string(4) "json"
}
}
 
It looks like your style is not compatible with custom tabs settings. Please send me a PM with your site url to take a look at something.
 
  • Like
Reactions: PJK
Back
Top Bottom