ItemStatsDF [v2.0beta]

This mod will allow any part of DragonFly that uses bbcode to be able to use ItemStats
No longer maintained

ItemStats 1.5 + DragonFly CMS

Postby Deeo » Fri Nov 10, 2006 7:20 am

hmm okay, the error isnt there anymore and i can see the Icon but i have no mouseover...

[itemico]Head of Nefarian[/itemico]

[Edit]
I forgot to edit the header.html, i have now the tooltips/mouseovers. but the update-page is not correctly linked. where can i edit that??
[/edit]
Last edited by Deeo on Fri Nov 10, 2006 7:39 am, edited 1 time in total.
Deeo
WR.net Journeyman
WR.net Journeyman
 
Posts: 80
Joined: Mon Jul 10, 2006 2:02 pm

ItemStats 1.5 + DragonFly CMS

Postby zanix » Fri Nov 10, 2006 2:09 pm

Uhm, I dunno acutually
Can I get a link to an example?
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

ItemStats 1.5 + DragonFly CMS

Postby Deeo » Fri Nov 10, 2006 7:03 pm

first thing: sorry for that uncomplete bugreport, it was very late.
second thing: thanks for such great addons =)

yeah, hier is the link to my post on my Website:

http://www.aenigma-excitus.de/index.php?name=Forums&file=viewtopic&p=2575#2575

ive tried the following things:

german word
english word
id (config is set to search german then)
everting works well

then i tried

Code: Select all
[item]Nefarians Kopf[/item]


and the link to the "updateitem.php" is not correct.
[edit] i just see, thats the same Problem here [/edit]
ahh and my Cache is empty...
i hope this is a better bug report.
Last edited by Deeo on Fri Nov 10, 2006 7:07 pm, edited 2 times in total.
Deeo
WR.net Journeyman
WR.net Journeyman
 
Posts: 80
Joined: Mon Jul 10, 2006 2:02 pm

ItemStats 1.5 + DragonFly CMS

Postby robojerk » Fri Nov 10, 2006 10:34 pm

I edited my .htaccess to redirect requests to /itemstats/updateitem.php to the itemstats folder in my eqdkp files. Luckily that script returns my users back to the forum just like it was written for it or something.


The script to update itemstats in the forums needs to be changed from
/itemstats/updateitem.php?item=Item%2BName
to
/index.php?name=item_stats&file=updateitem&item=Item%2BName
Last edited by robojerk on Fri Nov 10, 2006 10:35 pm, edited 1 time in total.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

ItemStats 1.5 + DragonFly CMS

Postby zanix » Sat Nov 11, 2006 9:00 am

Ah, I see...
I think I know where this error is

Now I have two things to fix
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

ItemStats 1.5 + DragonFly CMS

Postby zanix » Mon Nov 13, 2006 8:04 am

EDIT: Fix updated

Link to updateitem.php is incorrect

Fix

Open modules/item_stats/itemstats.php
Find
Code: Select all
$item_link '{PATH_ITEMSTATS}/updateitem.php?item=' urlencode(urlencode($item_name)); 

Replace with
Code: Select all
$item_link getlink('item_stats&file=updateitem&item=' urlencode(urlencode($item_name))); 


The config.php error with DragonFly 9.0.6.1 is also fixed, I made a typo :scratch:

I will make an updated package shortly
Last edited by zanix on Tue Nov 14, 2006 4:44 am, edited 2 times in total.
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

ItemStats 1.5 + DragonFly CMS

Postby zanix » Mon Nov 13, 2006 8:50 am

Package updated

Nov 12, 2006 - v1.1
Fixed - config.php include error with DragonFly v9.0.6.1
Fixed - Path to updateitem now points to the right location
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: ItemStats 1.5 + DragonFly CMS

Postby RottGutt » Mon Nov 13, 2006 10:09 am

Not a complaint or anything, but is there any reason to use this if we already have WoWRosterDF installed on our site? It already has ItemStats integrated into the module.

RottGutt
Last edited by RottGutt on Mon Nov 13, 2006 10:10 am, edited 1 time in total.
RottGutt
WR.net Journeyman
WR.net Journeyman
 
Posts: 92
Joined: Sun Aug 13, 2006 12:07 am

ItemStats 1.5 + DragonFly CMS

Postby zanix » Mon Nov 13, 2006 11:48 am

No, it doesn't...at least I don't think it does
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: ItemStats 1.5 + DragonFly CMS

Postby RottGutt » Mon Nov 13, 2006 12:40 pm

Isn't this ItemStats?
Attachments
itemstats.jpg
ItemStats?
itemstats.jpg (79.27 KiB) Viewed 1040 times
RottGutt
WR.net Journeyman
WR.net Journeyman
 
Posts: 92
Joined: Sun Aug 13, 2006 12:07 am

Re: ItemStats 1.5 + DragonFly CMS

Postby Anaxent » Mon Nov 13, 2006 1:12 pm

RottGutt wrote:Not a complaint or anything, but is there any reason to use this if we already have WoWRosterDF installed on our site? It already has ItemStats integrated into the module.

RottGutt


No unfortunately. ItemStats allows us to use bbcode with in our forums, news and any other module with in DF that uses bbcode to show tooltips of an item name. the tooltips them selves are created with the same javascript file called overlib but there are not the same. ItemStats is another module like wowrosterdf meaning it is installed the same way as any other df module.
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

Re: ItemStats 1.5 + DragonFly CMS

Postby RottGutt » Mon Nov 13, 2006 3:23 pm

Ah, I see... thank you for the info.

RottGutt
RottGutt
WR.net Journeyman
WR.net Journeyman
 
Posts: 92
Joined: Sun Aug 13, 2006 12:07 am

ItemStats 1.5 + DragonFly CMS

Postby Deeo » Mon Nov 13, 2006 8:44 pm

hi again,

what about german specialsigns?

like


wich is exatly
Deeo
WR.net Journeyman
WR.net Journeyman
 
Posts: 80
Joined: Mon Jul 10, 2006 2:02 pm

ItemStats 1.5 + DragonFly CMS

Postby Adelthor » Mon Nov 13, 2006 9:04 pm

I've been waiting for this one. Looks like I have to start working on my site again.
Image
User avatar
Adelthor
WR.net Apprentice
WR.net Apprentice
 
Posts: 16
Joined: Tue Jul 04, 2006 6:04 pm

ItemStats 1.5 + DragonFly CMS

Postby Deeo » Tue Nov 14, 2006 2:30 am

Hi

i found my cache its in the table : _item_stats_chache but noch cms_item_stats_chache

how can i fix that??

[edit] aaarrrgghh was a mistake of myself oO $prefix in the config.php [/edit]
Last edited by Deeo on Tue Nov 14, 2006 3:06 am, edited 1 time in total.
Deeo
WR.net Journeyman
WR.net Journeyman
 
Posts: 80
Joined: Mon Jul 10, 2006 2:02 pm

PreviousNext

Return to ItemStatsDF

Who is online

Users browsing this forum: No registered users and 0 guests

cron