ItemStatsDF [v2.0beta]

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

ItemStatsDF [v2.0beta]

Postby zanix » Wed Aug 22, 2007 12:15 am

You dont need the second overlib part under this line
Code: Select all
<link rel="stylesheet" type="text/css" href="{THEME_PATH}/style/cpgmm.css" />

Just having the first one is fine
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

ItemStatsDF [v2.0beta]

Postby Arkel » Wed Aug 22, 2007 10:53 am

ok thanks will change it
[url=http://www.bronzedragonlords.com]Image
[/url]
User avatar
Arkel
WR.net Journeyman
WR.net Journeyman
 
Posts: 112
Joined: Thu Sep 07, 2006 8:42 am

ItemStatsDF [v2.0beta]

Postby Arkel » Wed Sep 12, 2007 3:12 am

Sorry haven't got back here. Been doing alot of other work.
Ok it seems to be working great BUT instead of putting it right next to the icon it puts it way at the top so when I start to scroll down the page it goes off and stays at the top. What am i doing wrong here please...

ok reediting this a little here. Seems like when I refreash the browser (IE) it changes places also. you got me - weird

http://www.bronzedragonlords.com/index.php?name=ForumsPro&file=viewtopic&t=44

Thanks...
Last edited by Arkel on Wed Sep 12, 2007 3:25 am, edited 1 time in total.
[url=http://www.bronzedragonlords.com]Image
[/url]
User avatar
Arkel
WR.net Journeyman
WR.net Journeyman
 
Posts: 112
Joined: Thu Sep 07, 2006 8:42 am

ItemStatsDF [v2.0beta]

Postby zanix » Wed Sep 12, 2007 3:50 am

You have overlib and itemstats css code twice in the header
Code: Select all
<link rel="stylesheet" type="text/css" href="themes/wsg_WoWTBC/style/style.css" />
<link rel="stylesheet" href="modules/item_stats/templates/itemstats.css" type="text/css"/>
<script type="text/javascript" src="modules/item_stats/overlib/overlib.js"><!-- overLIB � Erik Bosrup --></script>
<link rel="stylesheet" type="text/css" href="themes/wsg_WoWTBC/style/cpgmm.css" />
<link rel="stylesheet" href="modules/item_stats/templates/itemstats.css" type="text/css"/>
<script type="text/javascript" src="modules/item_stats/overlib/overlib.js"><!-- overLIB � Erik Bosrup --></script>
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

ItemStatsDF [v2.0beta]

Postby Arkel » Wed Sep 12, 2007 4:04 am

Code: Select all
{S_HEADER_TAGS}
<link rel="stylesheet" type="text/css" href="{THEME_PATH}/style/style.css" />
<link rel="stylesheet" href="modules/item_stats/templates/itemstats.css" type="text/css"/>
<script type="text/javascript" src="modules/item_stats/overlib/overlib.js"><!-- overLIB © Erik Bosrup --></script>
<!-- IF S_MAIN_MENU or S_ADMIN_CSSMENU -->
<link rel="stylesheet" type="text/css" href="{THEME_PATH}/style/cpgmm.css" />
<link rel="stylesheet" href="modules/item_stats/templates/itemstats.css" type="text/css"/>
<script type="text/javascript" src="modules/item_stats/overlib/overlib.js"><!-- overLIB © Erik Bosrup --></script>
<!-- ENDIF -->


When I take the bottom half out it REALLY messes with the admin screen part...
Last edited by Arkel on Wed Sep 12, 2007 4:06 am, edited 1 time in total.
[url=http://www.bronzedragonlords.com]Image
[/url]
User avatar
Arkel
WR.net Journeyman
WR.net Journeyman
 
Posts: 112
Joined: Thu Sep 07, 2006 8:42 am

ItemStatsDF [v2.0beta]

Postby zanix » Wed Sep 12, 2007 7:27 am

Try this
Code: Select all
{S_HEADER_TAGS}
<link rel="stylesheet" type="text/css" href="{THEME_PATH}/style/style.css" />
<link rel="stylesheet" href="modules/item_stats/templates/itemstats.css" type="text/css"/>
<script type="text/javascript" src="modules/item_stats/overlib/overlib.js"><!-- overLIB © Erik Bosrup --></script>
<!-- IF S_MAIN_MENU or S_ADMIN_CSSMENU -->
<link rel="stylesheet" type="text/css" href="{THEME_PATH}/style/cpgmm.css" />
<!-- ENDIF -->
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

ItemStatsDF [v2.0beta]

Postby Arkel » Thu Sep 13, 2007 12:01 pm

Just put it in thanks it works great!!
[url=http://www.bronzedragonlords.com]Image
[/url]
User avatar
Arkel
WR.net Journeyman
WR.net Journeyman
 
Posts: 112
Joined: Thu Sep 07, 2006 8:42 am

Re: ItemStatsDF [v2.0beta]

Postby Sylna » Sat Sep 29, 2007 2:54 am

I also had the errors about some german charakters like "ä,ö,ü" and then I changed something about url- and utf8-encodig and decoding. Now it works for me with english and german items. The english ones come from thottbot and the german ones come from buffed.

I'm sorry, but I don't remember all the things I've changed. So, use on your own risk. It works for me, perhaps it will work for you as well.

I hope this helps someone out there. Perhaps the developers get an idea of what whent wrong with the encoding when looking at this files.
Attachments
itemstatsdf_20b_full_gerfix.zip
(99.81 KiB) Downloaded 367 times
Sylna
 

ItemStatsDF [v2.0beta]

Postby Unbeliever » Wed Oct 03, 2007 6:49 am

Thanks Zanix, worked like a charm!
Unbeliever
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Wed Aug 09, 2006 4:49 pm

Re: ItemStatsDF [v2.0beta]

Postby braomer » Sat Oct 06, 2007 3:45 am

When I try to install, i get this error:

includes/db/db.php

CMS Warning line 75: On /admin.php?op=modules&install=item_stats While executing query "CREATE TABLE cms_item_stats_cache ( `item_name` varchar(100) NOT NULL default '', `item_id` varchar(100) default '0', `item_lang` varchar(2) default '', `item_link` varchar(100) default NULL, `item_color` varchar(20) NOT NULL default '', `item_icon` varchar(50) NOT NULL default '', `item_html` text NOT NULL, UNIQUE KEY `item_name` (`item_name`), FULLTEXT KEY `item_html` (`item_html`)) TYPE=MyISAM DEFAULT CHARSET=utf8" the following error occured: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=utf8' at line 10 In: /home/thesocie/public_html/includes/classes/installer.php on line: 61


Any Ideas?
Last edited by braomer on Sat Oct 06, 2007 3:47 am, edited 1 time in total.
braomer
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Sat Oct 06, 2007 3:41 am

ItemStatsDF [v2.0beta]

Postby zanix » Sat Oct 06, 2007 4:09 am

None, DF handles the adding of tables
If this failed, so should have other modules for DF
Last edited by zanix on Sat Oct 06, 2007 4:09 am, edited 1 time 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

ItemStatsDF [v2.0beta]

Postby jlaplaca » Sat Oct 27, 2007 4:42 am

Im having problems getting it to work, im using cms ver 9.1.2.82 CVS, With FromsPro v2. when I click on the icon to make the code it comes up as [undefined][/undefined] any help would be helpful thanks
Image
User avatar
jlaplaca
WR.net Apprentice
WR.net Apprentice
 
Posts: 18
Joined: Sun Feb 18, 2007 6:03 am
Location: Rocheser,NY

ItemStatsDF [v2.0beta]

Postby secretone » Wed Oct 31, 2007 9:10 am

Thanks Zanix, for your instructions at the top.
I did manage to get it working in the forum of my DF install but could not get it to work in the news pages etc.
Followed your instructions and found what had not been done and bingo all is working.

So a big "thumbs up" from me.
Image
User avatar
secretone
WR.net Apprentice
WR.net Apprentice
 
Posts: 62
Joined: Wed Feb 28, 2007 6:33 pm
Location: Kent, UK

Re: ItemStatsDF [v2.0beta]

Postby Doomie22 » Tue Jan 29, 2008 12:25 am

jlaplaca wrote:Im having problems getting it to work, im using cms ver 9.1.2.82 CVS, With FromsPro v2. when I click on the icon to make the code it comes up as [undefined][/undefined] any help would be helpful thanks


Did anyone find out how to fix this as I have the same issue?

Thanks

Doomie
Doomie22
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Sat Feb 03, 2007 11:12 pm

ItemStatsDF [v2.0beta]

Postby Arkel » Tue Feb 26, 2008 11:01 pm

ok not sure if there is a difference here.
1.) I switched to Firefox (Like it MUCH better)
2.) Installed the new 9.2.0 Dragonfly CMS & Fantasy Heaven theme.
3.) went back in and edited the header.html in the Theme folder

Problem is that now for some reason Itemstats is not working. I "KNOW" it's something I am not looking at right (Old man go figure :P )

Here is the link if someone can take a look and see what I am doing wrong please!
Link to Itemstats forums test

Let me know if you need anymore info

Thank you so much!!!


Edit to this:
I reinstalled this and it appears to be working. go figure :P
Still having problems with the pic's though
Last edited by Arkel on Wed Feb 27, 2008 1:25 am, edited 1 time in total.
[url=http://www.bronzedragonlords.com]Image
[/url]
User avatar
Arkel
WR.net Journeyman
WR.net Journeyman
 
Posts: 112
Joined: Thu Sep 07, 2006 8:42 am

PreviousNext

Return to ItemStatsDF

Who is online

Users browsing this forum: No registered users and 0 guests

cron