I was using Indexu 3.1 until the middle of last year when a host crash took the whole site. iExploreFlorida.com - Florida Travel Resource Directory is finally up again using 5.3. Looking Ok so far but lots of mods to do!!
I was using Indexu 3.1 until the middle of last year when a host crash took the whole site. iExploreFlorida.com - Florida Travel Resource Directory is finally up again using 5.3. Looking Ok so far but lots of mods to do!!
There's a lot of features on the home page that I think are unneccesary. With my site being a niche subject directory (ie:Florida) I changed the Yahoo RSS feeds to localised content, I also added more feeds. The file is actually in footer.html and all I did was paste extra lines underneath the single Yahoo Entertainment feed thus:
</div>
<!-- right add area start -->
<div class="content_right">
<%block_rss_feed url="http://www.visitflorida.com/rss/all_feeds.xml" title="Visit Florida" template="block.rss_feed_list.html" max_item="10" cache_time="86400"%>
<%block_rss_feed url="http://z.about.com/6/g/orlando/b/index.xml" title="About Orlando" template="block.rss_feed_list.html" max_item="10" cache_time="86400"%>
<%block_rss_feed url="http://www.palmbeachpost.com/news/content/services/rss/todays_top_heds.xml" title="Palm Beach Post" template="block.rss_feed_list.html" max_item="10" cache_time="86400"%>
<%block_rss_feed url="http://www.nbc-2.com/RSS/main.xml" title="NBC 2 News" template="block.rss_feed_list.html" max_item="10" cache_time="86400"%>
<%block_rss_feed url="http://feeds.orlandosentinel.com/business/tourism/tourismcentral" title="Central Florida Tourism" template="block.rss_feed_list.html" max_item="10" cache_time="86400"%>
<%block_rss_feed url="http://www.cbs47.com/rss/2.rss" title="CBS 47 State News" template="block.rss_feed_list.html" max_item="10" cache_time="86400"%>
<%block_rss_feed url="http://feeds.feedburner.com/sun-sentinel/news/local" title="Sun Sentinel Latest News" template="block.rss_feed_list.html" max_item="10" cache_time="86400"%>
<%block_rss_feed url="http://www.secureflorida.org/index.php?src=newsfeed&rss=Secure_Florida_Security _Issues" title="Secure Florida" template="block.rss_feed_list.html" max_item="10" cache_time="86400"%>
<%block_rss_feed url="http://www.wdwinfo.com/news/rss.xml" title="Walt Disney World Info" template="block.rss_feed_list.html" max_item="10" cache_time="86400"%>
<%block_rss_feed url="http://www.nwfdailynews.com/articleArchive/rss.php" title="Northwest Florida Daily News" template="block.rss_feed_list.html" max_item="10" cache_time="86400"%>
<%block_rss_feed url="http://www.miamibeach411.com/news/index.php/news/rss_2.0/" title="Miami Beach 411" template="block.rss_feed_list.html" max_item="10" cache_time="86400"%>
<%block_hot_listing title="Top 10 Links" max_item="10"%>
<%block_mailing_list%>
</div>
</div>
I dumped the people online box, directory statistics and such like to make room
Ade
Nice. It use simpla template. I like a list of rss that is in front page.
Thought it was also worth mentioning that you can add more feeds in new.php area and these are different from the home page. See the example (this is in the middle section of the page)
Home page
New Entries page
I wondered if there was anyway of having the feeds on the right side (where the default Yahoo Entertainment one is) change with different pages? At the moment they stay the same for all pages.
For example, if I could change the feeds to match each category area of the directory? Is this possible?
Thanks
Ade
Last edited by exploreflorida; 04-17-2007 at 08:44 AM. Reason: typo
You may use 'content' field in category add/edit page.
In admin panel > category > edit > content. Try to add rss block.
Then in template file, browse.html add <%$content%>