==README for Content Rotation addon==
Release date: July 01, 2005.
Last update: June 27, 2007.
miniBB version: 2.x
Plugin version: 1.1
Author: Tom on miniBB forums; fixed by Paul @ miniBB.com

This addon's function is to display ten different html or text snippets in the body of forum's topics. For topics ending with 5, it will display snippet no. 5, for topics ending six, it will be the snippet no 6, and so on. If you know a bit about SEO, you can imagine how useful that is. The charm of this solution is also that the code is static, ie. for topics ending with 6, it will be always snippet 6, and not just any randomly chosen snippet at the time of topic viewing.


==INSTALLATION==

*) Paste the variable {$rotate10} in the template file of your choice (templates/main_posts.html, for example)

*) Create subfolder "rotate" under root folder of your forums and copy all the .inc files into your templates directory. They shall be populated with your html code, anything you wish to have displayed, like some random quote, link, etc.

*) Add in your bb_plugins.php the code provided in bb_plugins.code.txt file.


==FINALLY==

Feel free to comment on http://www.minibb.net/forums/
