Custom Tabs

Custom Tabs 1.6.3

No permission to download
It seems that it's theme related.
Try this:

Go to templates > siropu_custom_tabs_child_list and replace
Code:
{$child.depth} > 1 AND !{$selected}
With this:
Code:
{$child.depth} > 1
 
It seems that it's theme related.
Try this:

Go to templates > siropu_custom_tabs_child_list and replace
Code:
{$child.depth} > 1 AND !{$selected}
With this:
Code:
{$child.depth} > 1

that seems to have worked! everything looks good now, thank you!
 
Just wanted to let you know about a bug involving the tab order option. Seems when you enter 3 (or more) digits in the tab order field, like '999', you get the following error:

Code:
Mysqli statement execute error : Out of range value for column 'tab_order' at row 1
Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 632
Zend_Db_Adapter_Abstract->update() in XenForo/DataWriter.php at line 1640
XenForo_DataWriter->_update() in XenForo/DataWriter.php at line 1609
XenForo_DataWriter->_save() in XenForo/DataWriter.php at line 1405
XenForo_DataWriter->save() in Siropu/CustomTabs/ControllerAdmin.php at line 64
Siropu_CustomTabs_ControllerAdmin->actionSave() in XenForo/FrontController.php at line 347
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /****/admin.php at line 13

of course using anything from 0-99 works fine. thanks for your work!
 
I would like to make a suggestion; for those of us who make lots of tabs, it would be amazing if we could duplicate/copy custom tab trees we already created, since that would save a lot of work (i have many many tabs :P)
 
Another admin of my board lost the ability to edit the Custom Tab options in the admin area and i needed to give him super-admin rights to solve that, which i'm not quite happy with for security reasons.
I guess that happened after the last update, but he didn't notice it right away. Any idea?
 
It's working fine for me. Please post a screenshot with the tab info.
 

Attachments

  • tabDemo.webp
    tabDemo.webp
    3.4 KB · Views: 10
Top Bottom