You mean as index page? yes.I can use this widget page to display as my preferred forum list?
You mean as index page? yes.I can use this widget page to display as my preferred forum list?
You mean as index page? yes.
I'm getting a ton of errors. Not related only to the login page, seems related to every page.
Code:Log Server Error Info Errore ErrorException: Undefined variable: page - library/WidgetFramework/WidgetRenderer.php(482) : runtime-created function:1 Generato Da: Account Sconosciuto, Oggi alle 10:24 Analisi dello Stack #0 /var/www/mydomain.com/library/WidgetFramework/WidgetRenderer.php(482) : runtime-created function(1): XenForo_Application::handlePhpError(8, 'Undefined varia...', '/var/www/tennis...', 1, Array) #1 [internal function]: __lambda_func(Array) #2 /var/www/mydomain.com/library/WidgetFramework/WidgetRenderer.php(486): call_user_func('?lambda_7', Array) #3 /var/www/mydomain.com/library/WidgetFramework/WidgetRenderer.php(572): WidgetFramework_WidgetRenderer->_executeExpression('in_array($page[...', Array) #4 /var/www/mydomain.com/library/WidgetFramework/Core.php(396): WidgetFramework_WidgetRenderer->render(Array, 'login', Array, Object(XenForo_Template_Public), '') #5 /var/www/mydomain.com/library/WidgetFramework/Core.php(313): WidgetFramework_Core->_renderWidgetsFor('login', Array, Object(XenForo_Template_Public), '') #6 /var/www/mydomain.com/library/WidgetFramework/Listener.php(126): WidgetFramework_Core->renderWidgetsFor('login', Array, Object(XenForo_Template_Public), Array) #7 [internal function]: WidgetFramework_Listener::template_post_render('login', '????????<form a...', Array, Object(XenForo_Template_Public)) #8 /var/www/mydomain.com/library/XenForo/CodeEvent.php(58): call_user_func_array(Array, Array) #9 /var/www/mydomain.com/library/XenForo/Template/Abstract.php(195): XenForo_CodeEvent::fire('template_post_r...', Array, 'login') #10 /var/www/mydomain.com/library/XenForo/Template/Public.php(110): XenForo_Template_Abstract->render() #11 /var/www/mydomain.com/library/XenForo/ViewRenderer/HtmlPublic.php(123): XenForo_Template_Public->render() #12 /var/www/mydomain.com/library/XenForo/FrontController.php(614): XenForo_ViewRenderer_HtmlPublic->renderContainer(Object(XenForo_Template_Public), Array) #13 /var/www/mydomain.com/library/XenForo/FrontController.php(158): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_HtmlPublic), Array) #14 /var/www/mydomain.com/index.php(13): XenForo_FrontController->run() #15 {main} Stato Richiesta array(3) { ["url"] => string(31) "http://mydomain.com/login/" ["_GET"] => array(0) { } ["_POST"] => array(0) { } }
The link is on top.I have used the reveal template hooks information feature, fantastic but how do I hide them again?![]()
Just wondering with the Birthday widget if it is possible only to show users Birthdays who have more than 5 posts?
Alot of the Birthdays are users who have not made many posts so I would like to exclude them from showing up?
<xen:if hascontent="true">
<ul class="followedOnline">
<xen:contentcheck>
<xen:foreach loop="$users" value="$user">
<xen:if is="{xen:helper ismemberof, $user, 5}">
<li title="{$user.username}<xen:if is="{$user.age}">, {$user.age}</xen:if>" class="Tooltip user-{$user.user_id}">
<xen:avatar user="$user" size="s" img="true" class="_plainImage" />
</li>
</xen:if>
</xen:foreach>
</xen:contentcheck>
</ul>
</xen:if>
<ul>
<li><a href="admin.php?widgets/reveal">Enable</a></li>
<li><a href="misc/wf-disable-reveal /">Disable</a></li>
</ul>
I don't believe widget pages have node IDs.
I think you're missing a step here. WF templates aren't the last. There's quite a few other templates before it. The last WF template listed is the xfrm resource template.all pages have node ID
- create and NEW widget page and save it
- go to styles->templates and look at LAST template listed.
- that is the template name of the new widget page that you just created
- you also get clue as to new node ID
We use essential cookies to make this site work, and optional cookies to enhance your experience.