by PleegWat » Sun May 27, 2007 11:29 pm
If you want to visually adapt roster to match the rest of your site, you'll primarily want to change roster_header.tpl and roster_footer.tpl. These are used in all roster pages, but some addons may use their own versions.
Please note you will need to maintain all of the JS includes in the roster_header, as well as the various variables that get echoed into the head and the body tag. Neglecting to do so will break stuff.
In the footer some of the php stuff (the query block, the time/number of queries) can be removed. However you will need to maintain the credits there for licensing reasons, and there's a bit of php code that needs to stay in or the tooltips won't work.
If you want to include roster files from an external directory, you will need to edit settings.php to account for this. Images use relative urls, all include() statements use absolute values based on constants defined in settings.php.
If I missed anything, please reply.
I <3 /bin/bash