vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - gItemStats - World of Warcraft Itemstats (https://vborg.vbsupport.ru/showthread.php?t=141177)

colicab-d 04-01-2007 12:58 AM

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

shadowhaxor 05-10-2007 03:04 PM

Guess there isn't update to the gitemstats when someone makes a reply and the item code gets turned into a highlighted mess :(

Andaas 05-10-2007 05:20 PM

Quote:

Originally Posted by shadowhaxor (Post 1245008)
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 ;) ).

Gryphon 05-10-2007 10:20 PM

Sorry, I have not looked into that issue at all yet.

ixian 05-16-2007 02:28 AM

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.

ixian 05-16-2007 05:47 PM

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?

ixian 05-16-2007 05:50 PM

Quote:

Originally Posted by colicab-d (Post 1217162)
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.

clayjones 05-17-2007 01:32 PM

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 :) ).

spaceman33 05-27-2007 04:34 AM

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.

Finger78 06-05-2007 02:18 PM

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


All times are GMT. The time now is 05:05 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01210 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete