Resource icon

[bd] Widget Framework 2.6.6

No permission to download
I just updated to xf 1.5.4 and I am keep getting this error:

Code:
Server Error Log
Error Info
Zend_Exception: No entry is registered for key 'session' - library/XenForo/Application.php:1008
Generated By: Unknown Account, Today at 10:04 PM
Stack Trace
#0 /home/mella/public_html/library/WidgetFramework/Option.php(22): XenForo_Application::get('session')
#1 /home/mella/public_html/library/WidgetFramework/Listener.php(185): WidgetFramework_Option::get('revealEnabled')
#2 [internal function]: WidgetFramework_Listener::template_hook('page_container_...', '\n\t<meta charset...', Array, Object(XenForo_Template_Public))
#3 /home/mella/public_html/library/XenForo/CodeEvent.php(58): call_user_func_array(Array, Array)
#4 /home/mella/public_html/library/XenForo/Template/Abstract.php(285): XenForo_CodeEvent::fire('template_hook', Array, 'page_container_...')
#5 /home/mella/public_html/internal_data/templates/S.7,L.1,PAGE_CONTAINER.php(122): XenForo_Template_Abstract->callTemplateHook('page_container_...', '\n\t<meta charset...', Array)
#6 /home/mella/public_html/library/XenForo/Template/Abstract.php(260): include('/home/mella/pub...')
#7 /home/mella/public_html/library/XenForo/Template/Abstract.php(191): XenForo_Template_Abstract->_renderInternal('/home/mella/pub...', Array)
#8 /home/mella/public_html/library/XenForo/Template/Public.php(110): XenForo_Template_Abstract->render()
#9 /home/mella/public_html/library/XenForo/ViewRenderer/HtmlPublic.php(139): XenForo_Template_Public->render()
#10 /home/mella/public_html/library/XenForo/FrontController.php(637): XenForo_ViewRenderer_HtmlPublic->renderContainer(Object(XenForo_Template_Public), Array)
#11 /home/mella/public_html/library/XenForo/FrontController.php(158): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_Message), Object(XenForo_ViewRenderer_HtmlPublic), Array)
#12 /home/mella/public_html/index.php(13): XenForo_FrontController->run()
#13 {main}
Request State
array(3) {
  ["url"] => string(48) "http://www.xf.com/misc/a.js?_v=13105c9b"
  ["_GET"] => array(1) {
    ["_v"] => string(8) "13105c9b"
  }
  ["_POST"] => array(0) {
  }
}
Delete...Close

@Mike Edge to keep you in loop.
 
I installed it on new forum as well and cannot seem to display latest replies and threads on forum home (forum_list). If I select position: All then it does but I don't need it to display on all, just "forum_list, forum_view, thread_view" pages and that's how I have it configured.
 
What expression would i use so that usergroups have their respective color for "Latest Replies"?

Ex: Moderators have blue usernames on my forum but by default, they are grey when using the widget.
 
What expression would i use so that usergroups have their respective color for "Latest Replies"?

Ex: Moderators have blue usernames on my forum but by default, they are grey when using the widget.
Did you enable this?
UM5uPZv.png
 
Can anyone help me figure out what needs to be put into the "positions" field if I just want a specific forum to have it displayed in?

I am making this harder than it should be lol..
 
User online Staff can only be seen by staff. I have expression $visitor['user_id'] > 0

Is this normal? or some setting I might be missing?

(NB Moderators all have display user as staff ticked)

Thanks
 
[FEATURES]
1. Add any widgets to any pages of XenForo or other add-ons.

How do I actually do this.

I know how to create a widget page, but that is just a page of widgets as far as I can tell. if I create a normal xenforo page, and for example add some text and images (using html) how do I insert a widget into that content.

So for example:

Paragraph of text
Widget
Paragraph 2

Seems like it should be really simple, but I'm scratching my head over this?

EDIT: Or do I need to use the widget page and just use html widgets?

I hope not as I can never get the widget page to work as I don't understand the columns method.
 
Last edited:
OK, I'm understanding the columns and positions (I think) but the page looks different from the set up - it is showing the first two html widgets in the wrong order:

Set Up:

widgetcofigure.webp

Page:

widgetpage.webp
 
OK, well that's bad.

Seems like I understand the basic concept, i.e. a group is either columns or rows and that seems easier than the modular system with size and position (that seem to change as soon as you save the page.

However I can't see where you create a group even.
 
Back
Top Bottom