Trekkan
Well-known member
I made a small sidebar template that includes a Twitter widget. I'm able to display the sidebar/widget just fine. The issue I'm having is the order in which the widget is displayed.
In the forum_list template, I inserted the following:
<xen:include template="jff_twitter_sidebar" />
right after the closing tag for
<xen:if is="{$threads}">
However the new sidebar, still shows up as the first item in the sidebar every time. I'd like for it to display right where I inserted it into the forum_list template.
Any ideas on how I can make that happen?
In the forum_list template, I inserted the following:
<xen:include template="jff_twitter_sidebar" />
right after the closing tag for
<xen:if is="{$threads}">
However the new sidebar, still shows up as the first item in the sidebar every time. I'd like for it to display right where I inserted it into the forum_list template.
Any ideas on how I can make that happen?