Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
gItemStats - World of Warcraft Itemstats Details »»
gItemStats - World of Warcraft Itemstats
Version: 9.9.9.9.9, by Gryphon Gryphon is offline
Developer Last Online: Sep 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.8 Rating:
Released: 03-04-2007 Last Update: 01-24-2008 Installs: 160
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files  
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 04-01-2007, 12:58 AM
colicab-d's Avatar
colicab-d colicab-d is offline
 
Join Date: Dec 2002
Location: Glasgow
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #73  
Old 05-10-2007, 03:04 PM
shadowhaxor shadowhaxor is offline
 
Join Date: Jun 2004
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Guess there isn't update to the gitemstats when someone makes a reply and the item code gets turned into a highlighted mess
Reply With Quote
  #74  
Old 05-10-2007, 05:20 PM
Andaas Andaas is offline
 
Join Date: Nov 2001
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by shadowhaxor View Post
Guess there isn't update to the gitemstats when someone makes a reply and the item code gets turned into a highlighted mess
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 ).
Reply With Quote
  #75  
Old 05-10-2007, 10:20 PM
Gryphon's Avatar
Gryphon Gryphon is offline
 
Join Date: Oct 2001
Location: Seattle, WA
Posts: 617
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, I have not looked into that issue at all yet.
Reply With Quote
  #76  
Old 05-16-2007, 02:28 AM
ixian's Avatar
ixian ixian is offline
 
Join Date: Oct 2001
Location: Denver, CO
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #77  
Old 05-16-2007, 05:47 PM
ixian's Avatar
ixian ixian is offline
 
Join Date: Oct 2001
Location: Denver, CO
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #78  
Old 05-16-2007, 05:50 PM
ixian's Avatar
ixian ixian is offline
 
Join Date: Oct 2001
Location: Denver, CO
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by colicab-d View Post
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
This means the javascript call is being pulled out of the header, or the plugin hook in this mod isn't inserting it in to Vbadvanced headers, which is more likely.

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>
You may need to adjust the above paths based on your settings/directories.
Reply With Quote
  #79  
Old 05-17-2007, 01:32 PM
clayjones clayjones is offline
 
Join Date: May 2007
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 ).
Reply With Quote
  #80  
Old 05-27-2007, 04:34 AM
spaceman33 spaceman33 is offline
 
Join Date: Apr 2007
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #81  
Old 06-05-2007, 02:18 PM
Finger78 Finger78 is offline
 
Join Date: Feb 2007
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:14 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05273 seconds
  • Memory Usage 2,313KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete