ItemStats v1.5 (English, German, French) for DotClear, e107, EqDKP, Invision Power Board, Nuked Klan, PhpBB, Pu
#31 Guest_evilbee_*
Posted 02 October 2006 - 11:37 AM
Tahnks
#32
Posted 02 October 2006 - 04:36 PM
Yahourt, on Oct 2 2006, 07:15 AM, said:
I will see this with thottbot when I will have a free moment
Found the problem. in thottbot.php, the line:
// Grab the display html of this item.
if (preg_match("/<table(.*?)" . $item['name'] . "(.*?)<\/table>/", $data, $match))should be:
// Grab the display html of this item.
if (preg_match("/<table class\=ttb(.*?)" . $item['name'] . "(.*?)<\/table>/", $data, $match))You may also want to check out Psyker's version of fetching data from thottbot:
http://forums.eqdkp....?showtopic=4435
-Sonath
#33 Guest_Yahourt_*
Posted 03 October 2006 - 12:55 AM
sonath, on Oct 3 2006, 01:36 AM, said:
// Grab the display html of this item.
if (preg_match("/<table(.*?)" . $item['name'] . "(.*?)<\/table>/", $data, $match))should be:
// Grab the display html of this item.
if (preg_match("/<table class\=ttb(.*?)" . $item['name'] . "(.*?)<\/table>/", $data, $match))You may also want to check out Psyker's version of fetching data from thottbot:
http://forums.eqdkp....?showtopic=4435
-Sonath
Oh thanks for this error.
Yes I will check with Psyker's version, maybe it is better.
#34 Guest_Yahourt_*
Posted 03 October 2006 - 04:46 AM
sonath, on Oct 3 2006, 01:36 AM, said:
// Grab the display html of this item.
if (preg_match("/<table(.*?)" . $item['name'] . "(.*?)<\/table>/", $data, $match))should be:
// Grab the display html of this item.
if (preg_match("/<table class\=ttb(.*?)" . $item['name'] . "(.*?)<\/table>/", $data, $match))You may also want to check out Psyker's version of fetching data from thottbot:
http://forums.eqdkp....?showtopic=4435
This error is corrected
K-3, on Oct 2 2006, 03:03 PM, said:
i have a Problem with German Itemnames contains ä,ü,ö and ß.
Example:
Schädelkappe der Nemesis
Link to the DKP-Site: http://dp.veltas.de/...m/listitems.php
Ok I will see that.
evilbee, on Oct 2 2006, 08:37 PM, said:
It depend of what you use on your website.
But you have just to find a version that display loots, and to send me it, I will explain how to modify it to display the loots with Itemstats (very easily).
#35 Guest_shades_*
Posted 04 October 2006 - 11:54 AM
It works great on news items..
my only guess is the default instaltion of joomla does not load the com_content.php before the newsflashes???
any ideas?
#36
Posted 04 October 2006 - 08:34 PM
How do you get itemstats to work in a phpnuke forum module? I dont have a includes folder with nukebb :S
Running Itemstats 1.3
Php 5.1
PhpNuke 7.8
#37 Guest_Chiaki_*
Posted 05 October 2006 - 04:40 AM
#38 Guest_Yahourt_*
Posted 05 October 2006 - 07:10 AM
shades, on Oct 4 2006, 08:54 PM, said:
It works great on news items..
my only guess is the default instaltion of joomla does not load the com_content.php before the newsflashes???
any ideas?
Can you send me a link with "newsflashes" ? I don't see what it is.
julies, on Oct 5 2006, 05:34 AM, said:
How do you get itemstats to work in a phpnuke forum module? I dont have a includes folder with nukebb :S
Running Itemstats 1.3
Php 5.1
PhpNuke 7.8
Not for the moment, I plan to do it just after wordpress.
Chiaki, on Oct 5 2006, 01:40 PM, said:
Give the link to your website ? I will see why it doesn't work.
#39 Guest_shades_*
Posted 05 October 2006 - 11:38 AM
Yahourt, on Oct 5 2006, 10:10 AM, said:
www.fistofamanthul.com/joomla/
if you nitice in the upper right hand corner that is displayed using a module newsflash and contains [item]Splinter of Atiesh[/item]
i also added [item]Splinter of Atiesh[/item] to a normal news item near the bottom of the page.
#40 Guest_Deadwalk_*
Posted 05 October 2006 - 12:05 PM
In the plugin configuration->view cache it works perfectly!
#41
Posted 05 October 2006 - 01:49 PM
#42 Guest_smartlink_*
Posted 06 October 2006 - 02:58 PM
Running joomla, and I am unable to make it work. But I know why... It is because of
Quote
include_once($mosConfig_absolute_path . "/joomla_config_itemstats.php");
include_once($mosConfig_absolute_path . "/" . path_itemstats . "joomla_itemstats.php");
//========
My joomla location is under www.mydomaine.com/portal/ so those file are not configured properly, could you tell me what to chnage or more what to change it to, so it fits my setup...
thks
Smartlink
#43
Posted 07 October 2006 - 09:48 PM
Does one need to do a full install of this or are there any upgrade instructions?
#44 Guest_Caradon_*
Posted 08 October 2006 - 03:15 AM
#45 Guest_higmet_*
Posted 09 October 2006 - 04:08 PM
//$GLOBALS["prio"][] = 'judgehype';
$GLOBALS["prio"][] = 'allakhazam';
$GLOBALS["prio"][] = 'blasc';
//$GLOBALS["prio"][] = 'wowdbu';
$GLOBALS["prio"][] = 'thottbot';
// Language default for Item's Id when not specified
// Example : [item]17182[/item] will choose this language
// It can be : 'en', 'fr', 'de'
define('item_lang_default', 'de');
// Activer l'affichage du texte (itemstats.free.fr) dans les infobulles
// It can be : 'true', 'false'
define('displayitemstatslink', 'true');
// Le path_cache est par rapport au dossier Itemstats
define('path_cache', './xml_cache/');if i try to fetch items with the ID like "18608de" everything works.
english names and IDs too but not the german names.
http://www.edls.net/adn/forum/
here´s the url of my forum if u want to have a look.
Thx for your help


Sign In
Register
Help


Back to top
MultiQuote