Quote:
Originally Posted by CyberRanger
The feeds that appear under "Today's Events" are not controlled via the myfeeds variables. (I plan to update that so that you can control the layout there better.) The myfeeds variables are designed to be placed where ever you want them on your website. See: https://vborg.vbsupport.ru/showthrea...ds#post1116275
Note in the example I use
Code:
<if condition="$forumid == 2">
$myfeeds
</if>
that should be
Code:
<if condition="$foruminfo[forumid]==2">
$myfeeds
</if>
|
So you're saying it's possible to get it the way I mentioned in my previous post? All I have to do is make that change?