Thread Starter
drb05
(@drb05)
and also, each refreshing the index page, shows different feeds-somtimes,current-sometimes past dates etc.
Thread Starter
drb05
(@drb05)
I got it to work. It took several hours of trial and error.
Mine sharing how you did finally get it to work?
Thread Starter
drb05
(@drb05)
Make sure you play with setting in configuration part of feedlist.php (like disable random etc-it is simple, as author has clear instructions on how to do that part in the same file itself).
Main problem, I had was where I put in the code to call the feed. I put the code in theme/yourtheme/index.php
<?php feedList(array(“rss_feed_url”=>”http://mysite.com/forum/forum_backend.php?id=23&type=333&feed_id=71&no_cache=1”,
“num_items”=>15,
“show_description”=>false,
“random”=>false,
“sort”=>”none”,”new_window”=>true));
?>
Most of the above settings are not default. for example, random-was true; sort=’asc’ like that. These settings were messing my feed. When I changed all those as above pasted code, everything works fine now.
Hope its clear, if not post, I will help.
drb