Resource icon

[bd] Widget Framework 2.6.6

No permission to download
This bug has been fixed in the next version. In the meantime, try not to use hook positions that are in the sidebar, please use the template name instead. Sorry for the problem.
works - how do i place it where i want it in the side bar, the "order" doesn't seem to work.
 
Any ideas how i have 2 widget boxes side by side? I a trying to get on one side the latest posts from 1 specific thread and on the right specific posts from another thread.

thanks
 
Any ideas how i have 2 widget boxes side by side? I a trying to get on one side the latest posts from 1 specific thread and on the right specific posts from another thread.

thanks
Sorry, kind of hard to do that. You will need to edit the template (or make a template modification) and create two new hook positions. Then use those positions for your widgets.
 
1 small suggestion

When one creates a widget, the hint for the Expression is:
Code:
XenForo_Template_Helper_Core::helperIsMemberOf($visitor, 3) -- means: show the widget for users of user group #3 only.


Shouldn't this be
Code:
XenForo_Template_Helper_Core::callHelper('ismemberof', array($visitor,3))
to be pluggable?
 
1 small suggestion

When one creates a widget, the hint for the Expression is:
Code:
XenForo_Template_Helper_Core::helperIsMemberOf($visitor, 3) -- means: show the widget for users of user group #3 only.


Shouldn't this be
Code:
XenForo_Template_Helper_Core::callHelper('ismemberof', array($visitor,3))
to be pluggable?
Nice idea! I will update the text.
 
  • Like
Reactions: Dan
How to display a Widget for everyone? how to display a widget on Xenporta from page ? When i set to Position to : All works but i dont want to display on all pages any one knows what its the template for xenporta!
 
How to display a Widget for everyone? how to display a widget on Xenporta from page ? When i set to Position to : All works but i dont want to display on all pages any one knows what its the template for xenporta!
Use position: EWRporta_Portal
 
I'm having an issue with the threads renderer on the category view page. When I have it set to special: this forum and its children, it seems to actually select threads or post from any forum on the site. Am I missing a step or is the special forum feature not available from a category view page. Here's an example category view page: http://sailingforums.com/categories/the-laser-forum.3/ . If you click on some of the threads it will take you to an entirely different category....

Thanks for your help!
Bradley
 
My sidebar_online_users template is edited to combine Staff Online and Members online. So when I used WidgetFramework to Add Widget with the Template setting set, and then put in sidebar_online_users it works fine on my forum index/forum page. But on my home page, and all of my other pages, it doesn't show the online users or staff.

It looks like this on all of my pages (except forums) - http://i.imgur.com/YvRaacB.png
but it looks correctly on my forum page -http://i.imgur.com/P7pH5Cq.png

My guess is, when I'm adding sidebar_users_online as a Widget using Template. It isn't connecting to the sidebar.css or something? idk.

same with my Recent Status Updates on my XenPorta home page. It looks like this on the home page -http://i.imgur.com/s3ulS3d.png
How can I edit the block that widget framework uses? I like how the Xenporta block looks with updating your status. It looks cleaner and smoother than having a big ol' Post button out in the open. (you can see how I want it at www.joinsng.com)

Thanks for the help,
Ren3gade
 
Top Bottom