Resource icon

[bd] Widget Framework 2.6.6

No permission to download
I'd like to create a few asynch iframes to cut down on my page loading times. I'm currently using a variant of this solution (specifying a <div> inside of the widget itself (Advanced HTML). It doesn't seem to be doing the trick. Any help would be greatly appreciated.
 
For some reason one of my widgets isn't showing up, and it used to. Everything looks right. It's turned on. The settings haven't changed. It just doesn't show. All the others do. Anyone seen anything like this?
 
@ClubNub Is it currently enabled on your site? I'll probably have to check whether the code is indeed written like the answer provided on that SO, and whether you've modified this part:
Code:
document.body.appendChild(node);
to append the node to the right element.
 
Has anyone ever had an issue where you activate this plug-in, but XenForo's original sidebar remains, even after installing Widget Framework with the Widget from WF going under XenForo's default sidebar widgets?

For reference, I am using version 2.6.2BETA5.
 
Has anyone ever had an issue where you activate this plug-in, but XenForo's original sidebar remains, even after installing Widget Framework with the Widget from WF going under XenForo's default sidebar widgets?

For reference, I am using version 2.6.2BETA5.
Be sure to use Clear Contents Widgets first with Display Order = 1.
 
Not sure of this is a bug it seems that if i have a widget group under forum_list and add another widget under forum_list all widgets created will disappear

Scenario
1st Widget (Group A) - forum_list
1nd Widget (Group A)- forum_list

3rd Widget (No group or any group) - forum_list

Output: All widgets wont appear
 
Just curious. Does this plugin work on PHP7? I am getting this error:

Code:
ErrorException: Fatal Error: Cannot 'break' 2 levels - library/WidgetFramework/Helper/Index.php:90
Generated By: username, 8 minutes ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
  ["url"] => string(26) "https://domain.name/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}

PS: Just realized... this has been reported before.
https://xenforo.com/community/threads/bd-widget-framework.28014/page-254#post-1012892
 
Just curious. Does this plugin work on PHP7? I am getting this error:

Code:
ErrorException: Fatal Error: Cannot 'break' 2 levels - library/WidgetFramework/Helper/Index.php:90
Generated By: username, 8 minutes ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
  ["url"] => string(26) "https://domain.name/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}

PS: Just realized... this has been reported before.
https://xenforo.com/community/threads/bd-widget-framework.28014/page-254#post-1012892
This version works with PHP7
https://xfrocks.com/resources/bd-widget-framework.19/
 
With php7 and the beta's version/s on xfrocks website selecting widget to display new posts or new threads from specific forums only doesn't work, it displays everything from anywhere. This bug was reported ages ago by other users it would be nice to see it fixed. For me the mod is broken now, so disabled. I'd report on his website but I need $5 to post a report on a free download.
 
Think of the $5 as a way of showing appreciation for the free download.

That being said, the issue in question has been reported more than once over there and paid members are being ignored just like here :)
 
With php7 and the beta's version/s on xfrocks website selecting widget to display new posts or new threads from specific forums only doesn't work, it displays everything from anywhere. This bug was reported ages ago by other users it would be nice to see it fixed. For me the mod is broken now, so disabled. I'd report on his website but I need to post a report on a free download.

I think that he is aware of it - it's been mentioned several times on the XFrocks forum. I'm also waiting for it to be fixed before moving on to PHP 7.X.

Not sure if there's a specific thread for it though. That might be good :)
 
Top Bottom