The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
gItemStats - World of Warcraft Itemstats Details »» | |||||||||||||||||||||||||||
gItemStats - World of Warcraft Itemstats
Developer Last Online: Sep 2023
What is it?
[hr]-[/hr]gItemStats is a modification for vBulletin which allows you to display popup World of Warcraft item information on your fourms. See this thread for the continuation of this modification. Supporters / CoAuthors Show Your Support
|
Comments |
#72
|
||||
|
||||
the problem im having is that in Vb Adanced CMS when i posted item to the new sectio, They are fine in the original ofrum post, but when looked at via the news page (Vbacmps) they dont have there colour coding (i.e purple for epic) and dont diplay the item tooltip.
Just a white link to the item on thottbot |
#73
|
|||
|
|||
Guess there isn't update to the gitemstats when someone makes a reply and the item code gets turned into a highlighted mess
|
#74
|
|||
|
|||
Just explain to your forum users that they should not use the WYSIWYG editor when working with item links (or you can even disable it yourself ).
|
#75
|
||||
|
||||
Sorry, I have not looked into that issue at all yet.
|
#76
|
||||
|
||||
I can't get this to work at all. With php errors on I get stuff like:
Failed to update item: Clever Hat (Table 'forums.gitemstats' doesn't exist) Looks like it is looking for db tables that aren't there? I uploaded all the files to their correct locations and imported the product. |
#77
|
||||
|
||||
I fixed it, bit of a pain but I can't blame this on the modder here, it's the Itemstats code that has issues.
First, it didn't create the tables, which is because a function in itemstats.php is supposed to create them if they don't exist, but it doesn't specifiy InnoDB or myISAM for the table type - if you have a database that supports both this script will attempt to create it as InnoDB and the problem there unlike myISAM InnoDB doesn't support "fulltext" indexing of columns, which is what is specified for the last column (item_html). As a result the entire query fails, none of the tables are created, and you have issues. I fixed this easily enough by creating the tables manually via the mySQL command line and specifying myISAM as the table type. Then the addon worked like a charm. From there, I decided to merge this with another install of Itemstats I have running, for my Joomla CMS front end. Rather than have the forum version and the Joomla version use different databases and directories I ended up modding the Joomla version so that it worked off the forums. PM me if you want to know how or maybe I'll post it up here if there is enough interest. Also, I don't seem to have the WYSIWYG problem? I can quote a post just fine and the item link remains the same. Is there something else I should be looking for? |
#78
|
||||
|
||||
Quote:
You can add it in manually at the end of your headinclude template and see if that fixes it. The code is: Code:
<link rel="stylesheet" href="itemstats/templates/itemstats.css" type="text/css"\><script type="text/javascript" src="itemstats/overlib/overlib.js"><!-- overLIB (c) Erik Bosrup --></script> |
#79
|
|||
|
|||
The mod was working for me briefly, now all links are returning "This object doesn't exist or website is busy". Anyone else having this issue?
EDIT: I figured it out. I hate cpanel. It was running automated scripts to reconfigure my box, it added my box as a dns resolver (I'm running named to resolve my guild's domain). But I have recursion off, so the mod couldn't resolve allakhazam.com or any of the others. I fixed resolv.conf by removing my server, removed the empty entries in the gitemstatscache table, restarted apache, and it works now. Not mod related (although a server not found message would be nice ). |
#80
|
|||
|
|||
Hi.
I installed this but can only get it to work if I enclose the item tags with code tags. Read through this topic but can't find anyone else having had a similar problem. Any idea? You should be able to see the post at http://www.hborea.us/forums/showthre...ted=1#post5599 Thanks for any assistance. |
#81
|
|||
|
|||
I have tried EVERYTHING i can think of to remove the link to itemstats.free.fr that pops up with the item window when you mouse over it, yes including turning the display item to false within the config_itemstats.php
Can anyone please tell me what I have to do to get this to go away? I've even go so far as to try and remove every single link in all the php's etc within all the files I downloaded here and still nothing. Any clues??? I went to the dev site for Iteomstats and downloaded and uploaded the newest version and again set the code to false and still no luck |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|