Resource icon

[bd] Widget Framework 2.6.6

No permission to download
Has there been no release after 2.5.9 (Sep 10, 2014) worth releasing on the XF community? That's almost 3 years.
 
This pretty much answers your question - https://xfrocks.com/resources/bd-widget-framework.19/history

All are marked as dev or beta.

Edit: If you don't need the recent status widget, you should be good to go with the latest beta on PHP 7.

The latest beta has an issue with latest posts. It doesnt show them ! Well , not correctly ..
Has there been no release after 2.5.9 (Sep 10, 2014) worth releasing on the XF community? That's almost 3 years.
Dont use the ones on the site.
The widgets have bugs.
https://github.com/xfrocks/bdWidgetFramework
Grab the latest from there by clicking clone or download and download it as a zip.

The latest is 2.6.3 - 20 which seems pretty great for use.
 
I did , thats where I had the issue. Reverted to 18 and all was fine again
I'm on 18 too. Probably the reason why I never had the issue. Your issue is similar to the issue I'm having with the recent status updates widget though. Unfortunately I can't roll back to a previous version because I made the switch to PHP 7 (and I'm not downgrading to 5.6 again).
 
I'm on 18 too. Probably the reason why I never had the issue. Your issue is similar to the issue I'm having with the recent status updates widget though. Unfortunately I can't roll back to a previous version because I made the switch to PHP 7 (and I'm not downgrading to 5.6 again).
I am on PHP7 as well.

I exported all my widgets.
I uninstalled 20
I reinstalled 18 , imported the widgets and all was fine ..

I think the uninstaller leaves some things behind - for reference I FTP my data across and didnt use the excellent install/update thing
 
Fwiw there is one small change you can make in a file and the addon will work on php 7, you just need to change a "break 2" to just say "break" on the file and line mentioned in the error
 
  • Like
Reactions: sgr
Hello,
Is it possible to put a condition in the widget to display it if a thread or resource has a specific tag ?
Thanks !
 
help! i upgraded to the newest version and i get this error

Code:
ErrorException: Fatal Error: syntax error, unexpected '.', expecting ',' or ';' - library/WidgetFramework/WidgetRenderer/UserFollow.php:5
Generated By: admin, A moment ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
  ["url"] => string(55) "http://myforum.com/test/admin.php?widgets/1/edit"
  ["_GET"] => array(1) {
    ["widgets/1/edit"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}

it happens when i go to the page:
Code:
http://myforum.com/test/admin.php?widgets/2/edit

i get a http error 500

i can't edit the widgets,

version 2.6.3


.
.
 
Top Bottom