There is obviously something wrong with one of the files for item_stats.
I would look in config_itemstats.php, or you could try over writing the files with new ones....
			
				










Rayvenhaus wrote:As far as ForumsPro is concerned, we've taken a stock nbbcode.php and a stock bbcode.js and updated it


        item_help="'. $bbcode_common['item'][0].' '.$bbcode_common['item'][1].'";
        itemico_help="'. $bbcode_common['itemico'][0].' '.$bbcode_common['itemico'][1].'";         <img alt="'.$bbcode_common['mail'][0].'" class="bbcbutton" onmouseover="forumsprohelpline(\''.$form.'\',\''.$field.'\',\'mail\')" onclick="forumsproBBCwmi(\''.$form.'\',\''.$field.'\',\'email\')" name="email" src="'.$bbbttns_path.'email.gif" />;         // [item] and [itemico] - Icons for ItemStats mod
        if( is_active('item_stats') )
        { $content .= '
        <img alt="Item:" class="bbcbutton" onmouseover="helpline(\''.$form.'\',\''.$field.'\',\'item\')" onclick="forumsproBBCode(\''.$form.'\',\''.$field.'\',this)" name="item" src="'.$bbbttns_path.'item.gif" border="0" />
        <img alt="Item Icon:" class="bbcbutton" style="border:0;" onmouseover="helpline(\''.$form.'\',\''.$field.'\',\'itemico\')" onclick="forumsproBBCode(\''.$form.'\',\''.$field.'\',this)" name="itemico" src="'.$bbbttns_path.'itemico.gif" border="0" />';
        }         $text = preg_replace($patterns, $replacements, $text);         # [item] and [itemico] - Parse text for ItemStats mod
        if( is_active('item_stats') )
        {
            require_once(BASEDIR.'modules/item_stats/df_itemstats.php');
            $text = itemstats_parse($text);
        }
        $text = preg_replace($patterns, $replacements, $text);         'flag'         => array('Flag:','[flag=code]'),"        'item'        => array('Item:','[item]item[/item]'),
        'itemico'    => array('Item Icon: [itemico]item[/itemico]'), 









~ Fixed
+ Added
! Changed
v2.0
~ Updated the itemstats core to latest release 1.5.5.1000
~ Included socket images fix -> http://forums.eqdkp.com/index.php?showtopic=8754
~ When 'integration_mode' is set to "script" mode, itemstats does not honor the setting of 'automatic_search'
+ Admin control for most of the itemstats options
+ Support for DF 9.1.2.1
+ Support for ForumsPro 2.0.1.0
! Removed support for DF 9.0.6.1
. I *think* it might still work, but neither files nor instructions to modify 9.0.6.1 will be given














Users browsing this forum: No registered users and 1 guest