Quote:
Originally Posted by OrangeFlea
Forumhome.
It's all set under one vertical line as of now, as opposed to being set as two colums, with 3 feeds on each. I want to set it up like this:
feed 1 feed 2
feed 3 feed 4
feed 5 feed 6
|
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>