that....kinda sucksNino1234 wrote:purge all medals and check them totally new

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?
that....kinda sucksNino1234 wrote:purge all medals and check them totally new
Code: Select all
$tklist->setMonth( $home->getMonth() );
Code: Select all
if ($monthly) {
$tklist->setMonth( $home->getMonth() );
} else {
$tklist->setWeek( $home->getWeek() );
}
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?
Code: Select all
event::register( 'allianceDetail_assembling', 'RankModAllianceDetails::addViews' ); // hook custom menus into alliance details
event::register( 'allianceDetail_context_assembling', 'RankModAllianceDetails::buildMenu' );
Code: Select all
//event::register( 'allianceDetail_assembling', 'RankModAllianceDetails::addViews' ); // hook custom menus into alliance details
//event::register( 'allianceDetail_context_assembling', 'RankModAllianceDetails::buildMenu' );
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
Any of you guys ever figure out how to get this mod to finally include POS related kills?
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...