Quote:
Originally Posted by rwoscott
I'd like 2 (or even 3 columns) across the top of the fourmhome page under the navbar.
Any suggestions??
|
The $myfeeds settings don't impact what you see at the bottom of the forumhome.
To have a two column display of your selected feeds on forumhome, you need to add the $myfeeds variable to the FORUMHOME template. So, FORUMHOME would look like this:
PHP Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
$headinclude
<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
</head>
<body>
$header
$navbar
$myfeeds
<if condition="$show['guest']">
.....
I have cnn and yahoo set to display with $myfeeds so my forumhome looks like the attached image.