Resource icon

[bd] Widget Framework 2.6.6

No permission to download
I'd like to add a sidebar for advertising banner ads to pages other than the forum list page (I like to keep the current template on the forum list page). Will this resource allow me to do do?
 
Is there a way to create widgets of the default XF sidebar blocks, such as these in the conversation view? I'd like to have the flexibility for them that the framework provides.

upload_2015-12-2_11-16-59.webp
 
So I got it working, but when I clear the sidebar it clears it, thinking they're the default blocks. How does the clear sidebar work? How can I prevent it from doing this?
 
Hi, how is it possible to deactivate the profile-widget? Or how to display the widget only on several pages?
I have [bd] Widget Framework in use...

SCREEN#341-20151129.webp
 
Thanks for the lovely work.

There is a bug I believe when using the Threads widget. widget type: Recent Threads, list layout.

Untitled.webp
On the first row
===========
The avatar belongs to the last poster.
The last posters name is gunnarg (Tooltip for the link "gunnarg" displays "Thread starter" which is obviously wrong)
The initial post date is 29 december 2012

It's very confusing because the reader might think that the last post was made 29 december 2012. It's because we are mixing information in a single column that origins from both the initial post and the last post.

I believe it would be much better to place the last posters avatar at the right as in the example below:

Untitled2.webp

Then the original posters name (and avatar) can be displayed in the default column at the left.

Another nice feature would be a link to the forum where the thread is placed. (Just like it looks at /find-new/posts?recent=1)

Thanks again! :D
 
Last edited:
Just upgrade to php 7.0.0.
Many of those errors:

Code:
Server Error Log
Error Info
ErrorException: Fatal Error: Cannot 'break' 2 levels - library/WidgetFramework/Helper/Index.php:90
Generated By: Unknown Account, A moment ago
Stack Trace

#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}

Request State

array(3) {
  ["url"] => string(45) "https://www.pijanitvor.com/forums/-/index.rss"
  ["_GET"] => array(1) {
    ["/forums/-/index_rss"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}
 
Just upgrade to php 7.0.0.
Many of those errors:

Code:
Server Error Log
Error Info
ErrorException: Fatal Error: Cannot 'break' 2 levels - library/WidgetFramework/Helper/Index.php:90
Generated By: Unknown Account, A moment ago
Stack Trace

#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}

Request State

array(3) {
  ["url"] => string(45) "https://www.pijanitvor.com/forums/-/index.rss"
  ["_GET"] => array(1) {
    ["/forums/-/index_rss"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}
https://xfrocks.com/widget-framework/threads/bd-widget-framework-v2-6-0-beta.313/page-2#post-3837 :)
 
Does this work with XF 1.5.3
Asking since its official that certain addons could have problems with it, unless updated to fit.
 
I've been trying for quite some time now. I can't figure out how to make the Advanced Template renderer work.
I need to read and display a simple value from the XF database.

Whatever I try, i get the error "The controller CallbackClass does not define an action called Callback." (With a capital "C" in Callback)

The controller is obviously found. (I get a different error if I rename the controller file).

Code:
<?php
class CallbackClass {
    public static function callback(array $widget, $positionCode, array $params, XenForo_Template_Abstract $renderTemplateObject) {
    return 'this is some custom html';
    }
}

I can get this working just by using a PHP Callback renderer but I'd prefer to use a template.

Is there a basic example somewhere using the Advanced Template Renderer ? I'm really stuck on this one .... Thanks
 
Last edited:
Upgraded to the latest version. New Posts sidebar is not working properly. There has been lots of new posts and New Posts sidebar doesn't update.
 
How do I disable admin.php?widgets/reveal ? I've logged out, logged in, looked for an option, tried the link again - nothing appears to disable that.
 
I forgot to mention, this has showed up after upgrading to the most recent version:

Code:
ErrorException: Fatal Error: Class 'WidgetFramework_Template_Extended' not found - library/WidgetFramework/Listener.php:101
Generated By: Unknown Account, Today at 18:19
 
Back
Top Bottom