Hi guys! I was looking for an addon like this! Thank you xfrocks! But, for xenForo 1.5 which version should I install? 2.5.9 or 2.6.3 beta?
There will be an official update?
Thank you all!
@Jme4200 Use hook:page_container_breadcrumb_bottom for position and {$contentTemplate} == 'forum_list' for conditionals (if you're not using the BETA version, use $contentTemplate == 'forum_list' for expressions).
@DieselMinded Pretty sure you'll need to make your own custom widget for that.
@Jme4200 Use hook:page_container_breadcrumb_bottom for position and {$contentTemplate} == 'forum_list' for conditionals (if you're not using the BETA version, use $contentTemplate == 'forum_list' for expressions).
I am using the non beta version. After making the changes you suggested, this works nicely thank you, however, i also wish to show this widget to logged in users only, how can i amend the expressions to include this
I doubt it's possible out of the box. You'll have to customize the widget (threads one is a good place to start, I think) or you can post a feature request on xfrocks.com?
Hey I've got this installed, although only certain widgets are being displayed regardless if they are "active" or not?
What may be causing this issue, why would only certain widgets show when several more are selected and active?
With the Layout Editor you can easily tell when a widget isn't being displayed when it has no content (some widget have expression to hide itself when it has nothing to show) and you can also easily tell if it's being loaded at all in the page that you're currently seeing (to debug whether you wrote the widget's 'position' correctly). Don't forget about expressions/conditionals of the widget as well.
With the Layout Editor you can easily tell when a widget isn't being displayed when it has no content (some widget have expression to hide itself when it has nothing to show) and you can also easily tell if it's being loaded at all in the page that you're currently seeing (to debug whether you wrote the widget's 'position' correctly). Don't forget about expressions/conditionals of the widget as well.
Hey so how exactly does ordering work?
It seems like things are showing up places they aren't set to, and the ordering makes things jump around randomly rather than as I've set them.
I'm also having trouble getting "Poster of the month" add-on to show up correctly.
The layout editor allow you to manage existing widgets on the current page and also assist with creating new widget. Widgets are not cached in layout editor so if it doesn't show then probably something else is wrong.