ItemStatsDF [v2.0beta]
ItemStats 1.5 + DragonFly CMS
PS - that last bit must be added to the $bbcode_common array i presume ?
-

bbj911 - WR.net Apprentice

- Posts: 60
- Joined: Mon Oct 23, 2006 5:47 pm
ItemStats 1.5 + DragonFly CMS
silly question... I installed the module (full version, using Dragonfly version 9.0.6.1) as per the instructions in the download. After enabling the module, all of my links not related to admin functions in the main menu and other blocks now have a .html extension on them and I keep getting 404 errors cause those pages don't exist. Is there an easy fix for this or do I have to wipe all my work and re-install my backup?
- Ryhxion
- WR.net Apprentice

- Posts: 12
- Joined: Sun Dec 10, 2006 8:41 am
ItemStats 1.5 + DragonFly CMS
after further investigation, it seems to be a getlink problem, all the links are now pointed to my dragonfly install root folder.... where would I go to fix this?
- Ryhxion
- WR.net Apprentice

- Posts: 12
- Joined: Sun Dec 10, 2006 8:41 am
Re: ItemStats 1.5 + DragonFly CMS
Ryhxion wrote:after further investigation, it seems to be a getlink problem, all the links are now pointed to my dragonfly install root folder.... where would I go to fix this?
Could you give me a link to this install so I can get an idea of what is going on. I currntly have item stats working on my RC2 install.
-

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
ItemStats 1.5 + DragonFly CMS
sweet! working as advertised, thanx for your help Anaxent!
- Ryhxion
- WR.net Apprentice

- Posts: 12
- Joined: Sun Dec 10, 2006 8:41 am
Re: ItemStats 1.5 + DragonFly CMS
/edit
I have removed my itemstats + video hack package. The newer versions of the video hack contain instructions on how to add it manually.
I have removed my itemstats + video hack package. The newer versions of the video hack contain instructions on how to add it manually.
Last edited by robojerk on Mon Jan 22, 2007 4:09 pm, edited 3 times 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
Has anyone had issues with this after installing the new version of Dragonfly? Ive been kinda holding off on upgrading so i wondered
-

gridironmage - WR.net Apprentice

- Posts: 2
- Joined: Mon Dec 04, 2006 11:38 am
ItemStats 1.5 + DragonFly CMS
Itemstats seems to work fine on my site. The only issue I have is my host's firewall blocks all outgoing requests and allakhazam and thott like to rotate IP's every 4 months so I have to request for the new IP to open up.
-

robojerk - WR.net Master

- Posts: 484
- Joined: Tue Jul 04, 2006 11:17 pm
- Location: -The OmniMatrix- Web 3.0
Re: ItemStats 1.5 + DragonFly CMS
Hi,
First, thanks so much for the mod and all your work!
I loaded it up and it *almost* works... When I mouse over an item, the stats show up, but no background. It's just a transparent box with the text.
wow.rage-and-mana.com
I'm a n00b when it comes to this stuff, but I'm learning... What did I do wrong?
This mod rocks, btw... So does roster!
Thanks so much for the help!
First, thanks so much for the mod and all your work!
I loaded it up and it *almost* works... When I mouse over an item, the stats show up, but no background. It's just a transparent box with the text.
wow.rage-and-mana.com
I'm a n00b when it comes to this stuff, but I'm learning... What did I do wrong?
This mod rocks, btw... So does roster!
Thanks so much for the help!
-

Equisetum - WR.net Apprentice

- Posts: 65
- Joined: Mon Jul 24, 2006 5:44 am
ItemStats 1.5 + DragonFly CMS
That's odd
I dunno what's up
I dunno what's up
-

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
The only thing I can think of, and correct me if I'm lookin in the wrong spot, but it says to replace some code, and I didn't see anything to replace, only add to... I basically just added this entire thing to the file. Did I do that right? Would it make a difference?
------------------
REPLACE
------------------
Code::
# [item] and [itemico] - Parse text for ItemStats mod
if( is_active('item_stats') )
{
require_once(BASEDIR.'modules/item_stats/df_itemstats.php');
$text = itemstats_parse($text);
}
$text = preg_replace($patterns, $replacements, $text);
------------------
REPLACE
------------------
Code::
# [item] and [itemico] - Parse text for ItemStats mod
if( is_active('item_stats') )
{
require_once(BASEDIR.'modules/item_stats/df_itemstats.php');
$text = itemstats_parse($text);
}
$text = preg_replace($patterns, $replacements, $text);
-

Equisetum - WR.net Apprentice

- Posts: 65
- Joined: Mon Jul 24, 2006 5:44 am
ItemStats 1.5 + DragonFly CMS
Look above that part, it should say Find
Then the part you posted here is what to replace that find part with
Then the part you posted here is what to replace that find part with
-

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
I see you accidentally forgot to include a link to
"modules/item_stats/templates/itemstats.css" in your theme header. That's why there's no background, or coloring on the mouse over (except the coloring from your site's theme).
"modules/item_stats/templates/itemstats.css" in your theme header. That's why there's no background, or coloring on the mouse over (except the coloring from your site's theme).
-

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
The thing that confused me was that the last line of what the replace was is the same thing that I was supposed to replace... so instead of replacing I was just adding. Youre guides are great, so instead of a flaw in the guuide I figured it was me not understanding...
Am I making sense? lol
Am I making sense? lol
-

Equisetum - WR.net Apprentice

- Posts: 65
- Joined: Mon Jul 24, 2006 5:44 am
Who is online
Users browsing this forum: No registered users and 0 guests



