You will need to edit them manually and add the itemstats CSS and overlib.js lines manually.
Open ./themes/default/templates/header.html:
find:
- Code: Select all
<link rel="stylesheet" type="text/css" href="{THEME_PATH}/style/{CSS_FILE}.css" media="screen" />
add after:
- Code: Select all
<link rel="stylesheet" href="modules/item_stats/templates/itemstats.css" type="text/css" />
<script type="text/javascript" src="modules/item_stats/overlib/overlib.js"><!-- overLIB © Erik Bosrup --></script>
Save and close the file.
Open ./themes/dragonfly/templates/header.html:
find:
- Code: Select all
<link rel="stylesheet" type="text/css" href="{THEME_PATH}/style/{CSS_FILE}.css" media="screen" />
add after:
- Code: Select all
<link rel="stylesheet" href="modules/item_stats/templates/itemstats.css" type="text/css" />
<script type="text/javascript" src="modules/item_stats/overlib/overlib.js"><!-- overLIB © Erik Bosrup --></script>
At first glance the header.html files from the ItemStatsDF v1.2 (file:itemstatsDF_1-2_full_9-1-0-9.zip) look the same as teh Dragonfly 9.1.2.0 files, but if you compare them you see there are a number of differences. I didn't look past those two files, there may be other changes in the nbbcode.php file that will creep up later. But these changes got it working for my site. Hope it helps.