hmm okay, the error isnt there anymore and i can see the Icon but i have no mouseover...
Head of Nefarian
[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]
ItemStatsDF [v2.0beta]
ItemStats 1.5 + DragonFly CMS
Last edited by Deeo on Fri Nov 10, 2006 6:39 am, edited 1 time in total.
- Deeo
- WR.net Journeyman

- Posts: 80
- Joined: Mon Jul 10, 2006 1:02 pm
ItemStats 1.5 + DragonFly CMS
Uhm, I dunno acutually
Can I get a link to an example?
Can I get a link to an example?
-

zanix - Admin

- WoWRoster.net Dev Team

- UA/UU Developer

- Posts: 5427
- Joined: Mon Jul 03, 2006 7:29 am
- Location: Pocatello, Idaho
- WoW Realm: Doomhammer,Rexxar
Read the Forum Rules, the WiKi, and Search before posting!
SigGen: v0.3.1.363 - WoWRoster: v2.0.2 Released! - WoWRosterDF: v2.0.2 Beta
SigGen: v0.3.1.363 - WoWRoster: v2.0.2 Released! - WoWRosterDF: v2.0.2 Beta
ItemStats 1.5 + DragonFly CMS
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
Nefarians Kopf
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.
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
Nefarians Kopf
- 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 6:07 pm, edited 2 times in total.
- Deeo
- WR.net Journeyman

- Posts: 80
- Joined: Mon Jul 10, 2006 1:02 pm
ItemStats 1.5 + DragonFly CMS
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
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 9:35 pm, edited 1 time in total.
-

robojerk - WR.net Master

- Posts: 484
- Joined: Tue Jul 04, 2006 11:17 pm
- Location: -The OmniMatrix- Web 3.0
ItemStats 1.5 + DragonFly CMS
Ah, I see...
I think I know where this error is
Now I have two things to fix
I think I know where this error is
Now I have two things to fix
-

zanix - Admin

- WoWRoster.net Dev Team

- UA/UU Developer

- Posts: 5427
- Joined: Mon Jul 03, 2006 7:29 am
- Location: Pocatello, Idaho
- WoW Realm: Doomhammer,Rexxar
Read the Forum Rules, the WiKi, and Search before posting!
SigGen: v0.3.1.363 - WoWRoster: v2.0.2 Released! - WoWRosterDF: v2.0.2 Beta
SigGen: v0.3.1.363 - WoWRoster: v2.0.2 Released! - WoWRosterDF: v2.0.2 Beta
ItemStats 1.5 + DragonFly CMS
EDIT: Fix updated
Link to updateitem.php is incorrect
Fix
Open modules/item_stats/itemstats.php
Find
Replace with
The config.php error with DragonFly 9.0.6.1 is also fixed, I made a typo
I will make an updated package shortly
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
I will make an updated package shortly
Last edited by zanix on Tue Nov 14, 2006 3:44 am, edited 2 times in total.
-

zanix - Admin

- WoWRoster.net Dev Team

- UA/UU Developer

- Posts: 5427
- Joined: Mon Jul 03, 2006 7:29 am
- Location: Pocatello, Idaho
- WoW Realm: Doomhammer,Rexxar
Read the Forum Rules, the WiKi, and Search before posting!
SigGen: v0.3.1.363 - WoWRoster: v2.0.2 Released! - WoWRosterDF: v2.0.2 Beta
SigGen: v0.3.1.363 - WoWRoster: v2.0.2 Released! - WoWRosterDF: v2.0.2 Beta
ItemStats 1.5 + DragonFly CMS
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
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
-

zanix - Admin

- WoWRoster.net Dev Team

- UA/UU Developer

- Posts: 5427
- Joined: Mon Jul 03, 2006 7:29 am
- Location: Pocatello, Idaho
- WoW Realm: Doomhammer,Rexxar
Read the Forum Rules, the WiKi, and Search before posting!
SigGen: v0.3.1.363 - WoWRoster: v2.0.2 Released! - WoWRosterDF: v2.0.2 Beta
SigGen: v0.3.1.363 - WoWRoster: v2.0.2 Released! - WoWRosterDF: v2.0.2 Beta
Re: ItemStats 1.5 + DragonFly CMS
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
RottGutt
Last edited by RottGutt on Mon Nov 13, 2006 9:10 am, edited 1 time in total.
- RottGutt
- WR.net Journeyman

- Posts: 92
- Joined: Sat Aug 12, 2006 11:07 pm
ItemStats 1.5 + DragonFly CMS
No, it doesn't...at least I don't think it does
-

zanix - Admin

- WoWRoster.net Dev Team

- UA/UU Developer

- Posts: 5427
- Joined: Mon Jul 03, 2006 7:29 am
- Location: Pocatello, Idaho
- WoW Realm: Doomhammer,Rexxar
Read the Forum Rules, the WiKi, and Search before posting!
SigGen: v0.3.1.363 - WoWRoster: v2.0.2 Released! - WoWRosterDF: v2.0.2 Beta
SigGen: v0.3.1.363 - WoWRoster: v2.0.2 Released! - WoWRosterDF: v2.0.2 Beta
Re: ItemStats 1.5 + DragonFly CMS
Isn't this ItemStats?
- Attachments
-
- ItemStats?
- itemstats.jpg (79.27 KiB) Viewed 264 times
- RottGutt
- WR.net Journeyman

- Posts: 92
- Joined: Sat Aug 12, 2006 11:07 pm
Re: ItemStats 1.5 + DragonFly CMS
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.
-

Anaxent - WoWRoster.net Dev Team

- Posts: 637
- Joined: Tue Jul 04, 2006 5:27 am
- Location: Phoenix, Az
- WoW Realm: Lothar, Dunmaul, Alexstrasza, Ner'Zul
Re: ItemStats 1.5 + DragonFly CMS
Ah, I see... thank you for the info.
RottGutt
RottGutt
- RottGutt
- WR.net Journeyman

- Posts: 92
- Joined: Sat Aug 12, 2006 11:07 pm
ItemStats 1.5 + DragonFly CMS
I've been waiting for this one. Looks like I have to start working on my site again.
-

Adelthor - WR.net Apprentice

- Posts: 16
- Joined: Tue Jul 04, 2006 5:04 pm

ItemStats 1.5 + DragonFly CMS
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]
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 2:06 am, edited 1 time in total.
- Deeo
- WR.net Journeyman

- Posts: 80
- Joined: Mon Jul 10, 2006 1:02 pm
Who is online
Users browsing this forum: No registered users and 0 guests



