Installation
- Upload the content of the SimpleRaider package to the
/wp-content/simpleraider/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Open SimpleRaider in the administration console and click “create database tables“
- Go the options menu of simpleraider and enter the page id on which you want to display SimpleRaider
Changing the colors
Just edit the sr_general.css file in
/wp-content/simpleraider/css/How to create a raid quick view on the frontpage
Paste the following line in your template to display a raid quick view: <?php sr_recent_raids(10,”Raidtermine”); ?>
The first param is the number of raids to display, the second one is the title you want to use for the quick view
How to support more games
SimpleRaider has support for multiple games from the start. You can simply add a new game in the options menu of SimpleRaider. However, if you want item stats and suchs gimmicks, you’ll have to code a new game plugin. Just have a look at the provided game plugins in the /simpleraider/game_plugin/ directory.
