Download the product-itemstats.xml, vb_itemstats.php and 'itemstats_1.2.zip'.
Unzip itemstats_1.2.zip to your forum-root (ie http://your.site.tld/forum/itemstats), and follow the basic setup instructions in doc/config.txt.
Copy vb_itemstats.php into your itemstats-folder.
Paste the following two lines into the bottom of your headinclude-template
Lastly, upload the product-itemstats.xml into your product manager, and you should be all set.
Link items with [item]Item name[/item].
The first time the item is loaded might take some time, as it fetches info from allakhazam.com. From then on it will be cached in the database, and should load instantly.
Supporters / CoAuthors
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I've updated to v1.3.1, and made the necessary changes by uploading the folder and overwriting the 1.2 files in the itemstats folder.
Everything is working fine, but the mouseover produces this effect (see attached pic).
Using: vB 3.5.4
Anything I can do to perfect this?
Thanks.
Check your CSS file. I'm not sure if the v1.3.1 CSS file is any better but I remember having to edit the v1.2 CSS to fix typos in the class names to make it work.
I've updated to v1.3.1, and made the necessary changes by uploading the folder and overwriting the 1.2 files in the itemstats folder.
Everything is working fine, but the mouseover produces this effect (see attached pic).
Using: vB 3.5.4
Anything I can do to perfect this?
Thanks.
I believe this is caused by the item not being stored in your item_cache table. I have messed with this for hours, and I can't figure out how to get an item to be pulled into my database and saved. Once I add an item through my dkp site, the formatting is fine.
I can add an item to my dkp site, click it and the item is pulled properly into the database, but mouseovers are not triggering a check to see if the item needs to be stored or not.
This mod was working great for me until today when I replied to a post on my forum and got this error message
Code:
Fatal error: Call to undefined function: handle_bbcode_item() in /home/.neron/jarllax/eliteshocktroopers.com/forums/includes/class_bbcode.php on line 1217
I haven't changed anything so I am not really sure what would be causing this...any help would be great.
This mod was working great for me until today when I replied to a post on my forum and got this error message
Code:
Fatal error: Call to undefined function: handle_bbcode_item() in /home/.neron/jarllax/eliteshocktroopers.com/forums/includes/class_bbcode.php on line 1217
I haven't changed anything so I am not really sure what would be causing this...any help would be great.
For some reason, your site is not finding the vb_itemstats.php file - the handle_bbcode_item() function is stored in that file. Are there any other admins on your site or has your ISP changed your pathing without telling you?
Have been fighting with this forever now. I installed and did everything in every post.
But what happens is that it creates a link to the item but does not show the hover...
creates a script error in my browser...
Hmm, try moving the HTML Code up higher in your header-include templates. Sounds like a bad interaction or the files have been damaged. Have you tried a different browser to test?
For some reason, your site is not finding the vb_itemstats.php file - the handle_bbcode_item() function is stored in that file. Are there any other admins on your site or has your ISP changed your pathing without telling you?
Well, I didn't think this had anything to do with it, but the Avatar On Navbar was what messed up the item code. Simply disabled the avatar mod and item code is working fine now.
I'm having weird behavior with the interaction between Itemstats (1.3) and vBulletin 3.6.
Basically, it works fine the first time something is entered, so when the angle-brackets are not interpolated.
If you preview, or edit a post, the item tags get parsed in to the editor, and the links are placed. After that, hitting "save" will break the popups. The link will still point to allakazam, but the popup won't exist.
Any thoughts? Is there a way to disable the wysiwyg editor for just one edit?
Sometimes, also, I will get a link parsed incorrectly, with a </span> tag attached to the end of the link.