[EDK4.2] Highlight Capitals

Discuss/Upload mods to the EVE-Dev Killboard.
User avatar
Dism0
Active Author
Posts: 158
Joined: Fri Jul 06, 2012 01:42

Re: [EDK4.2] Highlight Capitals

Post by Dism0 »

okay so maybe i didnt upload the new version with cynocloak support when i thought i had. :oops:
User avatar
Dism0
Active Author
Posts: 158
Joined: Fri Jul 06, 2012 01:42

Re: [EDK4.2] Highlight Capitals

Post by Dism0 »

would it be difficult to make it fill in with a nice medium blue color instead of lines? :mrgreen:
User avatar
Salvoxia
Developer
Posts: 1598
Joined: Wed Feb 22, 2012 12:11

Re: [EDK4.2] Highlight Capitals

Post by Salvoxia »

Hi,

sorry for the late reply. Yes, it's very simple.
Highlighting (Super-)Capitals is done via setting special CSS classes for the table rows in question. Just take a look at the css/highlightCapitals.css file in the mod's directory, there you can set as highlight effect whatever you like. Currently it's a tiny image of a line (and a thicker line for supers) that is repeated all over.

Regards,
Salvoxia
User avatar
Salvoxia
Developer
Posts: 1598
Joined: Wed Feb 22, 2012 12:11

Re: [EDK4.2] Highlight Capitals

Post by Salvoxia »

Updated the opening post with the current maintenance release, fixing problems with PHP7.
User avatar
prometh
Advanced
Posts: 170
Joined: Thu Aug 09, 2012 19:25
Contact:

Re: [EDK4.2] Highlight Capitals

Post by prometh »

Force Auxiliaries have they're own ship class, to have them show up as capitals change init.php around line 39:

Code: Select all

        private static $capitals = array(19, 27, 20, 29, 34, 39);
to:

Code: Select all

        private static $capitals = array(19, 27, 20, 29, 34, 39, 51);
Cheers,
Snitch
User avatar
Salvoxia
Developer
Posts: 1598
Joined: Wed Feb 22, 2012 12:11

Re: [EDK4.2] Highlight Capitals

Post by Salvoxia »

Thanks Snitch,

I updated the mod accordingly and created a new release (v1.2). See OP for download :)

Best Regards,
Salvoxia
User avatar
Salvoxia
Developer
Posts: 1598
Joined: Wed Feb 22, 2012 12:11

Re: [EDK4.2] Highlight Capitals

Post by Salvoxia »

Hi guys,

a little heads-up: Version 1.2 and prior of this mod is NOT compatible with the EDK 4.2.23.0 For YC-118-5! It is advised to disable it before updating!
I'll release an update later today.

Best Regards,
Salvoxia
User avatar
Salvoxia
Developer
Posts: 1598
Joined: Wed Feb 22, 2012 12:11

Re: [EDK4.2] Highlight Capitals

Post by Salvoxia »

Updated OP with the new Version restoring compatibility with EDK 4.2.23.0
User avatar
Dism0
Active Author
Posts: 158
Joined: Fri Jul 06, 2012 01:42

Re: [EDK4.2] Highlight Capitals

Post by Dism0 »

i updated to the latest version of highlight capitals and then updated to the latest version of the killboard but when i disable the highlight capitals mod i'm getting this error on the front page.
Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "./themes/default/templates/killlisttable.tpl" on line 53 "<td class="kl-shiptype-text">" unclosed {section} tag' in /home/content/26/11799326/html/kb/common/smarty/sysplugins/smarty_internal_templatecompilerbase.php:441 Stack trace: #0 /home/content/26/11799326/html/kb/common/smarty/sysplugins/smarty_internal_compilebase.php(141): Smarty_Internal_TemplateCompilerBase->trigger_template_error('unclosed {secti...') #1 /home/content/26/11799326/html/kb/common/smarty/sysplugins/smarty_internal_compile_if.php(172): Smarty_Internal_CompileBase->_close_tag(Array) #2 /home/content/26/11799326/html/kb/common/smarty/sysplugins/smarty_internal_templatecompilerbase.php(286): Smarty_Internal_Compile_Ifclose->compile(Array, Object(Smarty_Internal_SmartyTemplateCompiler), Array, NULL, NULL) #3 /home/content/26/11799326/html/kb/common/smarty/sysplugins/smarty_internal_templatecompilerbase.php(125): Smarty_Internal_TemplateCom in /home/content/26/11799326/html/kb/common/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 441
User avatar
Salvoxia
Developer
Posts: 1598
Joined: Wed Feb 22, 2012 12:11

Re: [EDK4.2] Highlight Capitals

Post by Salvoxia »

Interesting, haven't seen that.
Could you please try
1) Deleting the complete mod and re-uploading the new version (the new version has less files than the old one, and maybe an old file makes problems here)
2) Clear your cached templates in cache/templates_c
Post Reply