Yes, tried other browsers but still happens, the way to bypass it is save it without options and edit it again.Ah, I didn't know you were still using Recent Status. SorryRegarding the options thing, have you tried clearing the JavaScript cache?
Yes, tried other browsers but still happens, the way to bypass it is save it without options and edit it again.Ah, I didn't know you were still using Recent Status. SorryRegarding the options thing, have you tried clearing the JavaScript cache?
Probably a beta problem. Wait for the next beta then! Sorry for the inconvenience.Yes, tried other browsers but still happens, the way to bypass it is save it without options and edit it again.
Do not work Widget Thread with Poll in v.1.4
An exception occurred: Argument 3 passed to XenForo_Model_Thread::canVoteOnPoll() must be an array, none given, called in /home/s/sm42/forum.xxxa.su/public_html/library/WidgetFramework/WidgetRenderer/Poll.php on line 144 and defined in /home/s/sm42/forum.xxxa.su/public_html/library/XenForo/Model/Thread.php on line 1388
- XenForo_Application::handlePhpError() in XenForo/Model/Thread.php at line 1388
- XenForo_Model_Thread->canVoteOnPoll() in WidgetFramework/WidgetRenderer/Poll.php at line 144
- WidgetFramework_WidgetRenderer_Poll->_render() in WidgetFramework/WidgetRenderer.php at line 667
- WidgetFramework_WidgetRenderer->render() in WidgetFramework/Core.php at line 396
- WidgetFramework_Core->_renderWidgetsFor() in WidgetFramework/Core.php at line 313
- WidgetFramework_Core->renderWidgetsFor() in WidgetFramework/Listener.php at line 126
- WidgetFramework_Listener::template_post_render()
- call_user_func_array() in XenForo/CodeEvent.php at line 58
- XenForo_CodeEvent::fire() in XenForo/Template/Abstract.php at line 195
- XenForo_Template_Abstract->render() in XenForo/Template/Public.php at line 110
- XenForo_Template_Public->render() in XenForo/ViewRenderer/HtmlPublic.php at line 123
- XenForo_ViewRenderer_HtmlPublic->renderContainer() in XenForo/FrontController.php at line 618
- XenForo_FrontController->renderView() in XenForo/FrontController.php at line 158
- XenForo_FrontController->run() in /home/s/sm42/forum.xxxa.su/public_html/index.php at line 13
You can use position "forum_view" and put this in the ExpressionSorry if this has been asked before,
What do I put under Expression if I want a "Renderer: [Advanced] HTML" to be displayed on a specific forum list only?
Thanks!
$forum['node_id'] == 1
use same group name to group it.How do I get it to work like the sidebar in the screenshot you uploaded with the 3 tabs? I been messing with it for a while with no success.
use same group name to group it.
it does work. you are obviously doing something wrong. the group name must be exactly the same for all the tabs you are trying to show together.I tried that and it doesn't work they are next to each other but they don't become tabs.
The information needed is not being fetched so it is not possible to show rich formatting username in the widget. Maybe next version.Hey xfrocks,
There is seemingly no way to have rich text with your other widgets..
example:
(Yours)
![]()
But another one (Not yours)
![]()
Is there a way to fix this?
If so, how?
Thanks.
What is the group name that you have chosen for the widgets?I tried that and it doesn't work they are next to each other but they don't become tabs.
Depending on the renderer, some of them are without wrapper.Is there a way to remove the containers from the widgets and just use the meat of them?


Never mind this, It shows and working fineBug maybe?
New Profile Posts widget doesn't show if you posted on different profile like XenForo 1.4 does.
Like this:View attachment 83046
I'm pretty sure I need to edit the wf_widget_threads template, but I'm not sure how.On the Threads Renderer -> New Replies -> Default (list, similar to forum_view), I would like to also display which forum the thread is from. How can I do this?
<xen:elseif is="{$widget.options.type} == 'recent'" />
<xen:foreach loop="$threads" value="$thread">
<xen:include template="wf_widget_threads_thread_sidebar">
<xen:set var="$_threadLink">{xen:if '{$visitor.user_id} > 0', {xen:link threads/unread, $thread}, {xen:link posts, {xen:array 'post_id={$thread.last_post_id}'}}}</xen:set>
<xen:set var="$_secondRow">
{xen:phrase wf_x_replied, 'user=<a href="{xen:link 'members', $thread}">{$thread.username}</a>'} <xen:datetime time="{$thread.last_post_date}" />
</xen:set>
</xen:include>
</xen:foreach>
in forum <a href="{xen:link forums, $thread.forum}" class="forumLink">{$thread.forum.title}</a>
We use essential cookies to make this site work, and optional cookies to enhance your experience.