Resource icon

[bd] Widget Framework 2.6.6

No permission to download
Hi @xfrocks - is this a known issue?

Will gladly donate for a fix, and especially if we can get the Unread class inserted?

Xfrocks: if you use threads renderer and use the list lay-out, it does not show the topicopener avatar nor nickname. It shows the latest posted persons avatar and nick. Can you solve that, please?
 
Use "forum_list" as widget position.
Yeah, but which renderer should I select, the wording of the options are a little "muddied" to me. I see "Status Updates" or their respective words a few times, and am confused at which one is the option to accomplish the status updates that a lot of sites have.
 
Yeah, but which renderer should I select, the wording of the options are a little "muddied" to me. I see "Status Updates" or their respective words a few times, and am confused at which one is the option to accomplish the status updates that a lot of sites have.
This is my Widget:
upload_2014-2-18_14-41-17.webp
 
I have a strange happening here - when I disable a widget [advanced] HTML with this code:

Code:
<div class="SOTM"><div style="text-align: center; margin: 5px 0;"><img src="http://www.sphynxlair.com/community/sotm/Curly%20Sue.jpg" alt="SOTM">Hi! I'm Curly Sue, SOTM!<br />Come Check me out! <br /><a href="http://sphynxlair.com/community/threads/hi-my-name-is-curly-sue-and-im-sphynx-of-the-month.25911">Click Here!

</div>

It gives me numerous codes on W3C Markup validation - ? here are just a few, why would it do this?
with the widget enabled the errors are not there.

Screen Shot 2014-02-18 at 5.24.11 AM.webp

Screen Shot 2014-02-18 at 5.24.25 AM.webp
 
Check your expression, it looks like you are trying to use a not defined variable.


Some more template edit should do the trick. You should experience things, depending on your style.

I'm not familiar with how to do that. I'll gladly donate for help with this fix, you make great add-ons.
 
Hey,

I have this expression in a widget: "$category['node_id'] == 107" now I want to display this widget also in the node 96 how can I do this without a new widget?
 
I want to put ads to the hook:message_content in the template wf_widget_threads_thread_full.
Is there a conditional only to show ads on the 2nd, 4nd and 6nd thread?
 
i have small issue

when i make a widget in RM and choose the place " hook:resource_view_sidebar_below_resource_controls "

i got different style =(

upload_2014-2-22_23-55-19.webp
 
i have small issue

when i make a widget in RM and choose the place " hook:resource_view_sidebar_below_resource_controls "

i got different style =(

View attachment 67871
Avoid using hook position in sidebar. You should use template name as position. I know it will make it impossible to insert sidebar block in the middle of existing sidebar but it's the best solution for now.
 
Avoid using hook position in sidebar. You should use template name as position. I know it will make it impossible to insert sidebar block in the middle of existing sidebar but it's the best solution for now.
thanks
i just did it by edit the template it self
as if i make it for some place its will be at the end specially with RM sidebar hope u can add some features to play with RM sidebar

and thanks

+

did u find a solution for the problem we talk about before for widget page ?
 
I keep getting an internal server error on the site where I'm using this (disabling it fixes the problem). I only have a latest threads sidebar (last 10 global threads) showing to everyone and this is the error appearing in the log:

Code:
Error Info

ErrorException: Fatal Error: Call to undefined method XenForo_Model_Thread::WidgetFramework_prepareThreadForRendererThreads() - library\WidgetFramework\WidgetRenderer\Threads.php:478
Generated By: Unknown Account, 17 minutes ago

Stack Trace

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

Request State

array(3) {
  ["url"] => string(29) "http://www.website.com/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}

How can I go about troubleshooting this to get it fixed? Anyone see this before? Any advice would be most welcome :).
 
Top Bottom