Resource icon

[bd] Widget Framework 2.6.6

No permission to download
Fantastic mod, don't know why I waited so long to install it but okay :) All humans make errors :)

Speaking of errors, I have one problem I can't seem to solve. I wanted to add a facebook iframe in the sidebar on all page with the HTML without wrapper but it remains empty. When I select with wrapper it works fine. How do I solve this?

Thanks in advance!
 
Think I solved it by simply using the normal ad sidebar templates :) Not sure if this is the proper way but it works for now :)
 
does anyone have a sidebar widget for the taigachat shoutbox? Something that just displays the number of members in the shoutbox and who they are would be fine. I don't need all the latest shouts.

I've tried dark_taigachat_online_users as a template, but it doesn't update, it just shows 0 users.
 
xfrocks, you say in the add-on description that
One last thing, the framework really care about performance. In perfect conditions, no matter how many widgets you have, the framework only execute 1 additional query. I tried to cache as much as possible. The widget list is stored in XenForo's simple cache system while the rendered widgets are stored with Data Registry.

But when I had the New Threads widget enabled, it added a query that was taking over a full second to run. Instead of running one query for all of the widgets, it looks like it is running a query for each widget. Is something not caching correctly on my end?
 
xfrocks, you say in the add-on description that

But when I had the New Threads widget enabled, it added a query that was taking over a full second to run. Instead of running one query for all of the widgets, it looks like it is running a query for each widget. Is something not caching correctly on my end?
Are you on debug mode? All caching is disabled in debug mode fyi.
 
Interesting. How do we know how many queries without using debug mode?
Open Core.php file in WidgetFramework folder, Line 378, comment this line:

Code:
//return XenForo_Application::debugMode();

Then add this line after:

Code:
return false;
 
I just added this to my site and really like it. However, I have a small problem. I added some widgets to thread_list which are not working. Forum_list and Thread_view each work perfectly. Here's an example:

http://www.gotitans.com/xf/forum/ <--- working
http://www.gotitans.com/xf/forums/titans-and-nfl-talk.2/ <--- not working
http://www.gotitans.com/xf/threads/time-is-titans-best-teacher.82492/ <--- working

Any ideas? Thanks.
You will need to use forum_view and thread_view for those pages.
 
You will need to use forum_view and thread_view for those pages.
Thanks for the reply. Forum_view was the one I was missing.

Is there a list of all template names with descriptions or images anywhere? I don't want to use this on all but would on most.
 
I'm playing around with the grouping and have new threads, popular threads and liked threads. I am wanting eight threads per. What I get is 17 threads on the front "new" panel and clicking the other tabs takes me to the front page.

Any ideas where I went wrong? Thanks.
 
I'm playing around with the grouping and have new threads, popular threads and liked threads. I am wanting eight threads per. What I get is 17 threads on the front "new" panel and clicking the other tabs takes me to the front page.

Any ideas where I went wrong? Thanks.
Sounds like you are having a conflict with the style. Which style are you using? And if you don't mind, where is your site?
 
Back
Top Bottom