Quote:
Originally Posted by CyberRanger
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.
|
OK thanks CR. (for the quick response as well.
Done that, and now I get the 2 columns as you have your 2.
BTW, it is a most excellent mod, some posters get sick of the std vb rss feeds creating threads when no one is really interested in the topic. This way they can decide if it is worth chatting about!!.
just 2 more silly qns.
1) in the above how do I only show the $myfeeds for the users I have selected in the admincp settings?
2) Can I do 3 (or more) columns??