Quote:
Originally Posted by msidnam
This may have been answered before but is their a way to get it to display on the right side of the forums instead of the bottom?
|
Here is a detailed example I did for showing the feeds under the navbar. You would use the same logic expect you'd want the myfeeds variable set to 1 (so the items are listed in a single column) and then place $myfeeds in your right hand column.
**********************************************
I'm going to make some of the feed summaries show on one forum under the navbar. I think that would be a good example to help everyone realize some of what they can do with this mod.
The end result is going to be this. I've selected two feeds to show at the top of the Main Forum using the $myfeeds variable:
On other forums, we'd won't see the feeds:
Here are the steps:
- In admincp->abouttoday->settings, change the "How many rows across for $myfeeds variable?" to two.

- For the two RSS Feeds you want to display, in admincp->abouttoday->RSS Feeds, set "Include this Feed in $myfeeds variable?" to "Yes"

- The final step is to place the $myfeeds variable in the navbar template. We'll place it all the way at the bottom of the template with a conditional to only appear on the main forum (id of 2)

Done!
ALSO - if you don't want the feeds at the bottom set admicn -> AboutToday -> Settings, "Display RSS Feeds in "Today's Events"?" to "No".