Resource icon

[bd] Widget Framework 2.6.6

No permission to download
Trying to upgrade but get this error when uploading the xml file:
The files associated with this add-on could not be found. Please upload them and try again.
Upload by FTP the CONTENTS of "upload" folder to your forum root. Your forum root can be public_html or public_html/community/ or ...
The contents of library folder of package should go to library folder, js folder to js folder, etc.

Salud2
 
It's on my end. My host screwed up my storage limit so while I thought the files were uploading, they actually were not because I am over my storage current limit. Thanks everyone.
 
This looks interested. Is it possible to have the sidebar be sitewide but disable it on certain nodes? Also, is there a collapsible sidebar feature?
 
Hi,

I'm trying to enable threads and I get an error:

An exception occurred: Argument 1 passed to WidgetFramework_WidgetRenderer::_helperGetForumIdsFromOption() must be of the type array, string given, called in /home/testing/domains/**.co.il/public_html/library/WidgetFramework/WidgetRenderer/Threads.php on line 73 and defined in /home/testing/domains/**.co.il/public_html/library/WidgetFramework/WidgetRenderer.php on line 145


How can I fix that?
XF 1.2 Beta 3
Thanks.
 
Last edited:
Hi,

I'm trying to enable threads and I get an error:

An exception occurred: Argument 1 passed to WidgetFramework_WidgetRenderer::_helperGetForumIdsFromOption() must be of the type array, string given, called in /home/testing/domains/**.co.il/public_html/library/WidgetFramework/WidgetRenderer/Threads.php on line 73 and defined in /home/testing/domains/**.co.il/public_html/library/WidgetFramework/WidgetRenderer.php on line 145


How can I fix that?
XF 1.2 Beta 3
Thanks.
This is for WidgetFramework 2.2.3b version.
On /library/WidgetFramework/WidgetRenderer/Threads.php file, add on line 68 (blank line):
PHP:
        $widget['options']['forums'] = (is_array($widget['options']['forums']) ? $widget['options']['forums'] : explode(',', $widget['options']['forums']));

And save changes.

Salud2
 
I have the same problem, no options are shown after the selection of renderer
in version for 1.2
View attachment 49709
I installed this version just fine, I went to add a "thread" widget and I get this when it's active.
Also I didn't have any options as to what kind of threads to pull like I did before.
Here is what I saw the first time when I did "save and continue" then what I'd see when I did "save and exit"
Thanks :)
I had to hit the back button a few times, but this is what it did look like along with the position and other info needed for that screen
View attachment 49654
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
When i tried to add a widget, do not load javascripts options for widget. If I press "Save and Exit" button, then display the page with options loaded in edit page (see video).

Salud2
 
In 1.2 beta the "new replies" widget is not working for me. It shows the latest added threads from a RSS feed, even though these threads have no replies.
 
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
When i tried to add a widget, do not load javascripts options for widget. If I press "Save and Exit" button, then display the page with options loaded in edit page (see video).

Salud2

Yeah. It's a known problem after the fix for 1.2, new version will fix this ;)
 
Back
Top Bottom