Configuration
There are several changes you can make to the configuration (located in gdr_config.php).
- `$num_ranks': This sets the number of ranks you are going to use. It must not be greater than the number of images you have in the '/ranks/' subdirectory.
- `$pathtorank_images': You will only have to change this if you have the images stored somewhere other than the default location.
- The variables in the '$rankmax[] array. It should be set to one more than the max you want for a particular rank. EXAMPLE: if you want rank 1 to be for posters with 1-5 posts set '$rankmax[1]=6;' You only have to set the n-1 ranks. Anything greater than the last one set will display the highest number image.
- The variables in the '$rank_img[] array. One image for each rank you are using.
- '$usespecialrank': Set to 1 if you want to display a special image for "Key Master" and "Moderator" Set to 0 if you want everyone to use the number of posts to select the image displayed.
- If you are using the special rank you must set the name of the images.
Chage Log
-- 0.5 --
Added the ability to use a special rank for "Key Master" and "Moderator" Added "#Posts: {#}" to the alt and title tags. Cleaned up some extranious code.
-- 0.6 -- Changed "pathtorankimages" to "pathtosubdirectory". Moved configurable variables to gdrconfig.php in subdirectory. Added second set of rank images that are smaller than the default threadauthor width setting and made them the default set. Uploaded revised zip file to Plugin URI.