I would love to see what others have done with the external feed options.
You can see my feeds here:
http://www.bikeforums.net/datafeed.html
http://www.bikeforums.net/datafeed-black.html
I should really clean up the HTML a bit, kinda sloppy. Feel free to use the above links for ideas, but please dont use my code line for line or any of my images...
A few varibles you should know about
:
Will show threads form all forums.
Will show threads form forum ID 100.
Code:
for (i = 0; i < 5; i++)
Will show the last 5 threads, you can only show 15 threads max without hacking the external.php code.
You can add a few more varibles in the feed, but I have not yet figured thoes out.
Now I need to dumb it down a bit so my forum members can put the code on there page