[EDK3] rank_mod 1.01 - custom pilot ranks, medals and stats

Discuss/Upload mods to the EVE-Dev Killboard.
PyroTech03
Someday Author
Posts: 78
Joined: Mon Jun 13, 2011 12:21

Re: [EDK3] rank_mod 1.01 - custom pilot ranks, medals and st

Post by PyroTech03 »

Nino1234 wrote:purge all medals and check them totally new
that....kinda sucks :(

Wish it did it on it's own without having to fiddle with the damn thing.

if anyone's still developing, any plans to look into this or adding a cron for it?
Image
User avatar
TEMAndroid
Noob
Posts: 4
Joined: Sun Jan 17, 2010 00:33

Re: [EDK3] rank_mod 1.01 - custom pilot ranks, medals and st

Post by TEMAndroid »

I found one issue in Top Score awardbox - if configured as weekly stats - it show monthly.
to fix it find line 206 in class.rankmod.php

Code: Select all

$tklist->setMonth( $home->getMonth() );
and replace with

Code: Select all

                if ($monthly) {
                        $tklist->setMonth( $home->getMonth() );
                } else {
                        $tklist->setWeek( $home->getWeek() );
                }
Gorin
Noob
Posts: 1
Joined: Fri Oct 05, 2012 07:14

Re: [EDK3] rank_mod 1.01 - custom pilot ranks, medals and st

Post by Gorin »

I´m experiencing the same error:

WARNING [512] The stored event handler "allianceDetail_assembling" is not callable (CB: "RankModAllianceDetails::addViews").
Error on line 44 in file /var/www/fong/common/includes/class.event.php
PHP 5.3.2-1ubuntu4.18 (Linux), EDK 4.0.4 (Crucible)
File: /var/www/fong/common/includes/class.event.php, line: 44, function: trigger_error
File: /var/www/fong/mods/rank_mod/init.php, line: 14, class: event, function: register
File: /var/www/fong/common/index.php, line: 181, function: include
File: /var/www/fong/index.php, line: 27, function: include

WARNING [512] The stored event handler "allianceDetail_context_assembling" is not callable (CB: "RankModAllianceDetails::buildMenu").
Error on line 44 in file /var/www/fong/common/includes/class.event.php
PHP 5.3.2-1ubuntu4.18 (Linux), EDK 4.0.4 (Crucible)
File: /var/www/fong/common/includes/class.event.php, line: 44, function: trigger_error
File: /var/www/fong/mods/rank_mod/init.php, line: 15, class: event, function: register
File: /var/www/fong/common/index.php, line: 181, function: include
File: /var/www/fong/index.php, line: 27, function: include

Any solutions yet?
Nicky Madigan
Noob
Posts: 3
Joined: Mon Oct 11, 2010 15:26

Re: [EDK3] rank_mod 1.01 - custom pilot ranks, medals and st

Post by Nicky Madigan »

Gorin wrote:I´m experiencing the same error:

WARNING [512] The stored event handler "allianceDetail_assembling" is not callable (CB: "RankModAllianceDetails::addViews").
Error on line 44 in file /var/www/fong/common/includes/class.event.php
PHP 5.3.2-1ubuntu4.18 (Linux), EDK 4.0.4 (Crucible)
File: /var/www/fong/common/includes/class.event.php, line: 44, function: trigger_error
File: /var/www/fong/mods/rank_mod/init.php, line: 14, class: event, function: register
File: /var/www/fong/common/index.php, line: 181, function: include
File: /var/www/fong/index.php, line: 27, function: include

WARNING [512] The stored event handler "allianceDetail_context_assembling" is not callable (CB: "RankModAllianceDetails::buildMenu").
Error on line 44 in file /var/www/fong/common/includes/class.event.php
PHP 5.3.2-1ubuntu4.18 (Linux), EDK 4.0.4 (Crucible)
File: /var/www/fong/common/includes/class.event.php, line: 44, function: trigger_error
File: /var/www/fong/mods/rank_mod/init.php, line: 15, class: event, function: register
File: /var/www/fong/common/index.php, line: 181, function: include
File: /var/www/fong/index.php, line: 27, function: include

Any solutions yet?

Here is the solution :

in [...]/rank_mod/init.php , comment line 14 & 15 :

BEFORE

Code: Select all

event::register( 'allianceDetail_assembling', 'RankModAllianceDetails::addViews' ); // hook custom menus into alliance details
event::register( 'allianceDetail_context_assembling', 'RankModAllianceDetails::buildMenu' );
AFTER

Code: Select all

//event::register( 'allianceDetail_assembling', 'RankModAllianceDetails::addViews' ); // hook custom menus into alliance details
//event::register( 'allianceDetail_context_assembling', 'RankModAllianceDetails::buildMenu' );
Drak65
Apprentice
Posts: 56
Joined: Fri Oct 19, 2012 18:20

Re: [EDK3] rank_mod 1.01 - custom pilot ranks, medals and st

Post by Drak65 »

WARNING [512] The stored event handler "allianceDetail_assembling" is not callable (CB: "RankModAllianceDetails::addViews").
Error on line 44 in file /home/content/44/9966244/html/killboard/common/includes/class.event.php
PHP 5.3.14 (Linux), EDK 4.0.4 (Crucible)
File: /home/content/44/9966244/html/killboard/common/includes/class.event.php, line: 44, function: trigger_error
File: /home/content/44/9966244/html/killboard/mods/rank_mod/init.php, line: 14, class: event, function: register
File: /home/content/44/9966244/html/killboard/mods/rank_mod/settings.php, line: 5, function: require_once
File: /home/content/44/9966244/html/killboard/common/index.php, line: 285, function: include
File: /home/content/44/9966244/html/killboard/index.php, line: 27, function: include

WARNING [512] The stored event handler "allianceDetail_context_assembling" is not callable (CB: "RankModAllianceDetails::buildMenu").
Error on line 44 in file /home/content/44/9966244/html/killboard/common/includes/class.event.php
PHP 5.3.14 (Linux), EDK 4.0.4 (Crucible)
File: /home/content/44/9966244/html/killboard/common/includes/class.event.php, line: 44, function: trigger_error
File: /home/content/44/9966244/html/killboard/mods/rank_mod/init.php, line: 15, class: event, function: register
File: /home/content/44/9966244/html/killboard/mods/rank_mod/settings.php, line: 5, function: require_once
File: /home/content/44/9966244/html/killboard/common/index.php, line: 285, function: include
File: /home/content/44/9966244/html/killboard/index.php, line: 27, function: include


Fatal error: Call to undefined method RankModTopISKKillsList::TopList() in /home/content/44/9966244/html/killboard/mods/rank_mod/init.php on line 1560

Would love to have this mod working, but cannot get past this error.
I have adjusted the init.php as mentioned above, but its still not working.
Any help would be greatly appreciated
User avatar
Salvoxia
Developer
Posts: 1598
Joined: Wed Feb 22, 2012 12:11

Re: [EDK3] rank_mod 1.01 - custom pilot ranks, medals and st

Post by Salvoxia »

Just to make sure: Do you guys use the version for EDK4.0.3 from squizz's post on page 31? http://eve-id.net/forum/viewtopic.php?f ... 300#p41283
Nicky Madigan
Noob
Posts: 3
Joined: Mon Oct 11, 2010 15:26

Re: [EDK3] rank_mod 1.01 - custom pilot ranks, medals and st

Post by Nicky Madigan »

Drak65 wrote:WARNING [512] The stored event handler "allianceDetail_assembling" is not callable (CB: "RankModAllianceDetails::addViews").
Error on line 44 in file /home/content/44/9966244/html/killboard/common/includes/class.event.php
PHP 5.3.14 (Linux), EDK 4.0.4 (Crucible)
File: /home/content/44/9966244/html/killboard/common/includes/class.event.php, line: 44, function: trigger_error
File: /home/content/44/9966244/html/killboard/mods/rank_mod/init.php, line: 14, class: event, function: register
File: /home/content/44/9966244/html/killboard/mods/rank_mod/settings.php, line: 5, function: require_once
File: /home/content/44/9966244/html/killboard/common/index.php, line: 285, function: include
File: /home/content/44/9966244/html/killboard/index.php, line: 27, function: include

WARNING [512] The stored event handler "allianceDetail_context_assembling" is not callable (CB: "RankModAllianceDetails::buildMenu").
Error on line 44 in file /home/content/44/9966244/html/killboard/common/includes/class.event.php
PHP 5.3.14 (Linux), EDK 4.0.4 (Crucible)
File: /home/content/44/9966244/html/killboard/common/includes/class.event.php, line: 44, function: trigger_error
File: /home/content/44/9966244/html/killboard/mods/rank_mod/init.php, line: 15, class: event, function: register
File: /home/content/44/9966244/html/killboard/mods/rank_mod/settings.php, line: 5, function: require_once
File: /home/content/44/9966244/html/killboard/common/index.php, line: 285, function: include
File: /home/content/44/9966244/html/killboard/index.php, line: 27, function: include


Fatal error: Call to undefined method RankModTopISKKillsList::TopList() in /home/content/44/9966244/html/killboard/mods/rank_mod/init.php on line 1560

Would love to have this mod working, but cannot get past this error.
I have adjusted the init.php as mentioned above, but its still not working.
Any help would be greatly appreciated

Here is my current mod version, untested on a fresh install, working well on my KB (Current version: 4.0.4 (Crucible))

rank_mod/images directory is empty due to upload size limitations, just use images from original mod.
rank_mod_UNTESTED.zip
(285.39 KiB) Downloaded 860 times
Drak65
Apprentice
Posts: 56
Joined: Fri Oct 19, 2012 18:20

Re: [EDK3] rank_mod 1.01 - custom pilot ranks, medals and st

Post by Drak65 »

Works a treat. Thanks for your help and speedy reply
idun
Active Author
Posts: 152
Joined: Tue Mar 16, 2010 06:30

Re: [EDK3] rank_mod 1.01 - custom pilot ranks, medals and st

Post by idun »

Repost from eve-id.net forums (17 Jan 2013) by Old Brutor:
Any of you guys ever figure out how to get this mod to finally include POS related kills?
idun
Active Author
Posts: 152
Joined: Tue Mar 16, 2010 06:30

Re: [EDK3] rank_mod 1.01 - custom pilot ranks, medals and st

Post by idun »

Repost from eve-id.net forums (18 Jan 2013) by pdidoc:
Any idea why the IGB doesn't make the ship image in the centre expand instead has it as a square image? I can't find anywhere to make the changes to affect the IGB display.

Any help would be very much appreciated...
Post Reply