Resource icon

Widget for [LN] Blog 1.0.0 Beta 3 Add-on on WidgetFramework 1.1.2 1.1.2

No permission to download
2.1.1

I have several tabs...

But a few items don't show the Tab Group option...
For example Visitor Panel

Specifically, I am trying to get a Tab Group for TagaChat and Recent Blogs.

But I have tabs for many other items....
 

Attachments

  • tabs2.webp
    tabs2.webp
    21.3 KB · Views: 6
I have it set up so and I get the option to put in tabs. I don't understand why you can not do.

Something in your forum which prevents display this item. Please, ask xfrocks to see if he can help.

Salud2
 
I have it set up so and I get the option to put in tabs. I don't understand why you can not do.

Something in your forum which prevents display this item. Please, ask xfrocks to see if he can help.

Salud2

I found the reason - now to figure out how to fix it:

* - useWrapper: Flag to determine the widget should be wrapped with a wrapper. Renderers
* that support wrapper will have an additional benefits of tabs: only
* wrapper-enabled widgets will be possible to use in tabbed interface


FIXED:

Code:
    protected function _getConfiguration() {
        return array('name' => '[LN] Blog', 'useWrapper' => true);
 
Try that.
Code:
    protected function _getConfiguration() {
        return array('name' => '[LN] Blog');
    }
It work for me.

Salud2
 
Top Bottom