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 bbj911 » Sat Jan 06, 2007 7:57 pm

PS - that last bit must be added to the $bbcode_common array i presume ?
User avatar
bbj911
WR.net Apprentice
WR.net Apprentice
 
Posts: 61
Joined: Mon Oct 23, 2006 6:47 pm

ItemStats 1.5 + DragonFly CMS

Postby Ryhxion » Sun Jan 07, 2007 1:58 pm

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
WR.net Apprentice
 
Posts: 12
Joined: Sun Dec 10, 2006 9:41 am

ItemStats 1.5 + DragonFly CMS

Postby Ryhxion » Sun Jan 07, 2007 2:20 pm

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
WR.net Apprentice
 
Posts: 12
Joined: Sun Dec 10, 2006 9:41 am

Re: ItemStats 1.5 + DragonFly CMS

Postby Anaxent » Sun Jan 07, 2007 2:42 pm

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.
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

ItemStats 1.5 + DragonFly CMS

Postby Ryhxion » Sun Jan 07, 2007 2:43 pm

link to the dragonfly site:

Fog of War

any othr specific links you need?
Ryhxion
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Sun Dec 10, 2006 9:41 am

ItemStats 1.5 + DragonFly CMS

Postby Ryhxion » Sun Jan 07, 2007 3:30 pm

sweet! working as advertised, thanx for your help Anaxent!
Ryhxion
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Sun Dec 10, 2006 9:41 am

Re: ItemStats 1.5 + DragonFly CMS

Postby robojerk » Mon Jan 08, 2007 6:12 pm

/edit
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 5:09 pm, edited 3 times 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 gridironmage » Tue Jan 09, 2007 1:56 am

Has anyone had issues with this after installing the new version of Dragonfly? Ive been kinda holding off on upgrading so i wondered
User avatar
gridironmage
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Mon Dec 04, 2006 12:38 pm

ItemStats 1.5 + DragonFly CMS

Postby robojerk » Tue Jan 09, 2007 1:26 pm

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

Re: ItemStats 1.5 + DragonFly CMS

Postby Equisetum » Sun Jan 14, 2007 7:28 pm

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!
User avatar
Equisetum
WR.net Apprentice
WR.net Apprentice
 
Posts: 65
Joined: Mon Jul 24, 2006 6:44 am

ItemStats 1.5 + DragonFly CMS

Postby zanix » Sun Jan 14, 2007 8:18 pm

That's odd
I dunno what's up
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 Equisetum » Sun Jan 14, 2007 8:46 pm

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);
User avatar
Equisetum
WR.net Apprentice
WR.net Apprentice
 
Posts: 65
Joined: Mon Jul 24, 2006 6:44 am

ItemStats 1.5 + DragonFly CMS

Postby zanix » Sun Jan 14, 2007 9:10 pm

Look above that part, it should say Find
Then the part you posted here is what to replace that find part with
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 robojerk » Sun Jan 14, 2007 9:13 pm

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).
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 Equisetum » Sun Jan 14, 2007 9:13 pm

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
User avatar
Equisetum
WR.net Apprentice
WR.net Apprentice
 
Posts: 65
Joined: Mon Jul 24, 2006 6:44 am

PreviousNext

Return to ItemStatsDF

Who is online

Users browsing this forum: No registered users and 0 guests

cron