Quote:
Originally Posted by westpointer
But ... showing you how to do that is beyond the support I can provide here.
|
Actually, let me show you an example of how you can do this. 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!