Loot History Module

Joomla/Mambo integration forum

Loot History Module

Postby Thumann » Mon Jul 24, 2006 2:45 pm

This module fetches loots and looter from EQDKP.

** THIS IS A MODULE FOR JOOMLA/MAMBO CMS NOT THE WOWROSTER **

It requires the itemstats mod found here

Find it in the download section

Demo: fc-guild.org (limited to 1 though)


Changelog:
v.1.3:
Added 'Link to more loot..'
This can be configured from the module configuration page.
It can link to any link.. like the roster mod called Latest Loot, or .. the items history page in eqdkp.
Enter the link like:
http://yoursite.com/eqdkp or leave it blank to remove the link.

v.1.2:
Alternate database support re-written

v.1.0:
Initial release
Fully configurable from the backend
Multiple database support
Limit the number of loot displayed.

Report bugs!

And let me know what you think! ;) :blackeye:
Last edited by Thumann on Wed Jul 26, 2006 7:11 pm, edited 5 times in total.
Regs. Thumann
http://fc-guild.org | Go Joomla! | Author of the Joomla Integration Guide
Thumann
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 78
Joined: Mon Jul 10, 2006 11:03 pm
Location: Copenhagen, Denmark

Loot History Module

Postby mrruin » Mon Jul 24, 2006 5:16 pm

there is one problem I had with your php file: The path to the itemstats folder states

Code: Select all
require_once($GLOBALS['mosConfig_absolute_path'] . '/itemstats/minibb_itemstats.php');


which gave me an error since I do not have a minibb_itemstats.php file.
Instead I changed the code to

Code: Select all
require_once($GLOBALS['mosConfig_absolute_path'] . '/itemstats/phpbb_itemstats.php');


which works flawlessly :)
Last edited by mrruin on Mon Jul 24, 2006 5:17 pm, edited 1 time in total.
mrruin
WR.net Apprentice
WR.net Apprentice
 
Posts: 17
Joined: Sun Jul 23, 2006 12:23 pm

Loot History Module

Postby Thumann » Mon Jul 24, 2006 5:19 pm

awww yeah.. hehe.. left overs.. i'll update that asap!

Thanks man

** Updated ;)
Last edited by Thumann on Mon Jul 24, 2006 5:23 pm, edited 1 time in total.
Regs. Thumann
http://fc-guild.org | Go Joomla! | Author of the Joomla Integration Guide
Thumann
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 78
Joined: Mon Jul 10, 2006 11:03 pm
Location: Copenhagen, Denmark

Loot History Module

Postby mrruin » Tue Jul 25, 2006 9:38 pm

here is a link to my guild's website to see the addon at work:

http://www.wowvindicators.com/

One suggestion I would like to make: Maybe you can add an option to link the full list of "Latest Loot" on the roster page. If you look on my site I have hard coded it into the php with an html link but to change that you have to go directly into the code.

Im not experienced enough with php to know how to do that though :/
Last edited by mrruin on Tue Jul 25, 2006 10:31 pm, edited 2 times in total.
mrruin
WR.net Apprentice
WR.net Apprentice
 
Posts: 17
Joined: Sun Jul 23, 2006 12:23 pm

Loot History Module

Postby Thumann » Tue Jul 25, 2006 10:43 pm

wow.. nice page man..

And yeah.. sure.. i'll add the option to link to the latest loots addon in roster..
Regs. Thumann
http://fc-guild.org | Go Joomla! | Author of the Joomla Integration Guide
Thumann
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 78
Joined: Mon Jul 10, 2006 11:03 pm
Location: Copenhagen, Denmark

Loot History Module

Postby Thumann » Wed Jul 26, 2006 6:21 pm

New version, fixed alternate database issue.
Regs. Thumann
http://fc-guild.org | Go Joomla! | Author of the Joomla Integration Guide
Thumann
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 78
Joined: Mon Jul 10, 2006 11:03 pm
Location: Copenhagen, Denmark

Loot History Module

Postby Thumann » Wed Jul 26, 2006 7:09 pm

New version, Added 'Show more loots...' link to the module..
Configure this from the module screen.

Details are in the change log.
Regs. Thumann
http://fc-guild.org | Go Joomla! | Author of the Joomla Integration Guide
Thumann
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 78
Joined: Mon Jul 10, 2006 11:03 pm
Location: Copenhagen, Denmark

Re: Loot History Module

Postby andros » Thu Jul 27, 2006 5:34 am

Absolutly FANTASTIC! Goti it up and running at the first try almost :-).

I would like to feature a request, if possible: my guild is an italian guild and I would like to have a personalized tag instead of that "Show more loots...".

Would that be possible pls?

Thx,
Andrea
ImageImageImageImage
User avatar
andros
WR.net Apprentice
WR.net Apprentice
 
Posts: 27
Joined: Wed Jul 05, 2006 5:00 pm

Loot History Module

Postby Thumann » Thu Jul 27, 2006 1:21 pm

New version released :)
Now with configureable link text.

Thanks for the idea andros.
Regs. Thumann
http://fc-guild.org | Go Joomla! | Author of the Joomla Integration Guide
Thumann
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 78
Joined: Mon Jul 10, 2006 11:03 pm
Location: Copenhagen, Denmark

Re: Loot History Module

Postby andros » Thu Jul 27, 2006 2:12 pm

Thumann wrote:New version released :)


Wooow! This is *FAST*!!!

Thumann wrote:Thanks for the idea andros.


You are very welcome :-)

Andrea
Last edited by andros on Fri Jul 28, 2006 3:52 am, edited 1 time in total.
ImageImageImageImage
User avatar
andros
WR.net Apprentice
WR.net Apprentice
 
Posts: 27
Joined: Wed Jul 05, 2006 5:00 pm

Re: Loot History Module

Postby gvaughan » Thu Nov 09, 2006 8:31 am

I put this one on my site. Filled in all the db info in the config screen. However the box is empty, and if it goes before any other module, nothing shows after it.

Any clue what I did wrong?

www.legendarymyths.net

Sharni
gvaughan
WR.net Apprentice
WR.net Apprentice
 
Posts: 15
Joined: Mon Jul 10, 2006 8:08 pm

Re: Loot History Module

Postby Thumann » Tue Nov 21, 2006 4:08 am

gvaughan wrote:I put this one on my site. Filled in all the db info in the config screen. However the box is empty, and if it goes before any other module, nothing shows after it.

Any clue what I did wrong?

www.legendarymyths.net

Sharni


Pardon my afk'ness..

Did you ever fix this?
Regs. Thumann
http://fc-guild.org | Go Joomla! | Author of the Joomla Integration Guide
Thumann
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 78
Joined: Mon Jul 10, 2006 11:03 pm
Location: Copenhagen, Denmark

Re: Loot History Module

Postby gvaughan » Wed Feb 21, 2007 7:28 pm

Nope, this never fixed for me.

I uninstalled the module today, and downloaded it fresh and installed it fresh, and it still does it.

Sharni
gvaughan
WR.net Apprentice
WR.net Apprentice
 
Posts: 15
Joined: Mon Jul 10, 2006 8:08 pm

Re: Loot History Module

Postby kaotic » Sat Oct 06, 2007 11:54 pm

Can someone post an updated link for this mod? It's no longer on the site, and I can't find it anywhere.
kaotic
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Mon Jun 04, 2007 5:17 pm

Loot History Module

Postby nogarth » Mon Nov 12, 2007 12:11 am

bump looking for this as well
nogarth
WR.net Apprentice
WR.net Apprentice
 
Posts: 15
Joined: Tue Jul 04, 2006 10:46 pm

Next

Return to Joomla/Mambo

Who is online

Users browsing this forum: No registered users and 1 guest

cron