Resource icon

[bd] Widget Framework 2.6.6

No permission to download
What are my options for using this addon on a production site based on XenForo 1.5.8 running on PHP 7?

Are there some minor tweaks I can do or do I have to wait for a RC/stable release from the beta channel on xfrocks?

EDIT:

The error was
Code:
 ( ! ) Fatal error: Cannot 'break' 2 levels in /var/www/public/forums/library/WidgetFramework/Helper/Index.php on line 90

I replaced the
Code:
break 2;
with
Code:
break;
and that resolved the error. Should I use this modified version on production with php7? Any more bugs that any of you know of? Thanks.
 
Last edited:
I have my sidebar on ALL pages with ads etc. but there is 1 specific page i do not want the sidebar to show up on - how do I remove the sidebar on this 1 specific page node? (its not a forum but an actual page)
 
I've tried searching this thread but I can't seem to figure out how to change the font-sizes as shown below.

So, I've modified my sidebar.css file how I like it, but how do I increase the font-sizes for the content inside of the widget blocks? I can see that it's inheriting font-size, but where is it inheriting from? Thanks in advance.

View attachment 94906
ever figure this out?
 
how would I set the "wf_widget_page_index" width to 100%. The rest of the forum is set to fixed. I just want this widget page to full width but I see no xenForm class on this page.
You can use EXTRA.css template for this kind of customization.
 
@xfrocks --- widgets have a "don't display on mobile" option. This is great but IMO, incomplete.

I would suggest widgets have 3 boxes --

Display on Mobile
Display on Tablets
Display on Desktop

This way I can show one version of a widget to a mobile user, and a different version to a desktop user.

Anything on this @xfrocks ?
 
This addon doesn't work for Showcase Item Page (Template: nflj_showcase_item

Works as designed. Here is a visual... I created a widget using one of the built in renderers (XFRM: Resources) and set the position to nflj_showcase_item, saved it and as you can see, it displays the Top Resources widget on a Showcase Item sidebar.

Selection_679.webp

Selection_680.webp

Selection_681.webp
 
I create widget from Showcase Sidebar:

Screen Shot 2017-01-02 at 01.03.22.webp

Screen Shot 2017-01-02 at 01.03.51.webp

Screen Shot 2017-01-02 at 01.04.09.webp
By default, Showcase Item Page not show Recent item, Top rate Item (From Showcase) I want to show them in sidebar of Showcase Item Page. But, It doesn't work.
 
A new version (unreleased yet) will have a new variable which can be used in conditional to control a widget to show on mobile only or desktop only. The old deactivate on mobile option will be deprecated btw.

Great! When can we expect it?
 
Back
Top Bottom