Augmented Banner - now works with EDK 4.0.3

Discuss/Upload mods to the EVE-Dev Killboard.
squizz
Greenhorn
Posts: 11
Joined: Wed Dec 30, 2009 22:57

Augmented Banner - now works with EDK 4.0.3

Post by squizz »

Image

Fixed and works with EDK 4.0.3

If you have enabled this mod and don't see corps or pilots beneath your banner, then
you have probably not added this line to your active template's index.tpl file:

{$augmented_banner}

Look for the first table with the class navigation and add that line prior to the table line.
Attachments
augmented_banner.tgz
(2.23 KiB) Downloaded 1400 times
Curacao
Greenhorn
Posts: 15
Joined: Fri Feb 18, 2011 11:44

Re: Augmented Banner - now works with EDK 4.0.3

Post by Curacao »

Thank you very much for this, I love this mod.

BTW anyone knows what can be done to change the alignment of the banner, from left to center ?
DarthOreo
Greenhorn
Posts: 22
Joined: Wed Oct 20, 2010 19:59

Re: Augmented Banner - now works with EDK 4.0.3

Post by DarthOreo »

Is there a way it will only show members still in your alliance/corps?
Honiahaka
Noob
Posts: 1
Joined: Mon Apr 16, 2012 02:00

Re: Augmented Banner - now works with EDK 4.0.3

Post by Honiahaka »

Curacao wrote:BTW anyone knows what can be done to change the alignment of the banner, from left to center ?
When changing your index.tpl, format the line as such:

Code: Select all

<center>{$augmented_banner}</center>
User avatar
bigsteve
Someday Author
Posts: 96
Joined: Sat Jun 14, 2008 20:24
Contact:

Re: Augmented Banner - now works with EDK 4.0.3

Post by bigsteve »

Any one know how to make the banner display other pilots added to it via the Multi Alliance/Corp/Pilot config..
Killboard Update/Install Service.
Installation & Upgrade to version 4.0 available now. Please Ask for Costs.
Helping you all out.

Image

EVE is life, Life is EVE
That's it pick on the minority. Bigots.
xCausxn
Greenhorn
Posts: 11
Joined: Sat Jul 28, 2012 14:44

Re: Augmented Banner - now works with EDK 4.0.3

Post by xCausxn »

I know this sounds stupid but what is the table line??????
User avatar
Vec
Apprentice
Posts: 55
Joined: Fri Jul 15, 2011 05:44

Re: Augmented Banner - now works with EDK 4.0.3

Post by Vec »

xCausxn wrote:I know this sounds stupid but what is the table line??????
<table class="navigation"

so part of your themes index.tpl template might look like:

<div class="navigation">
{$augmented_banner}
<table class="navigation" width="100%" style="height:25px;" border="0" cellspacing="1">
Vecati
Snapey
Greenhorn
Posts: 18
Joined: Sat Feb 16, 2013 17:53

Re: Augmented Banner - now works with EDK 4.0.3

Post by Snapey »

I may be the only one who found this a little confusing so i thought id point out where it was.

Themes then selected theme mine was DarksideEDK4
Open the templates file, find the Index.tpl file inside and edit, below is where i placed the {$augmented_banner}. Hope this helps some other noob like me.


div id="toolbarwrap">
<div id="toolbar-l">
<div id="toolbar-r">
<div id="toolbar">
<div id="topmenu">

{$augmented_banner}
<div class="navigation">
<table class="navigation" width="100%" style="height:25px;" border="0" cellspacing="1">
<tr class="kb-table-row-odd">
{section name=item loop=$menu}
<td width="{$menu_w}" align="center"><a class="link" style="display: block;" href="{$menu[item].link}">{$menu[item].text}</a></td>
{/section}
</tr>
</table>
User avatar
pdidoc
Apprentice
Posts: 45
Joined: Sat Jun 14, 2008 20:24
Location: Wiltshire, UK
Contact:

Re: Augmented Banner - now works with EDK 4.0.3

Post by pdidoc »

Snapey wrote:I may be the only one who found this a little confusing so i thought id point out where it was.

Themes then selected theme mine was DarksideEDK4
Open the templates file, find the Index.tpl file inside and edit, below is where i placed the {$augmented_banner}. Hope this helps some other noob like me.


div id="toolbarwrap">
<div id="toolbar-l">
<div id="toolbar-r">
<div id="toolbar">
<div id="topmenu">

<div class="navigation">
{$augmented_banner}
<table class="navigation" width="100%" style="height:25px;" border="0" cellspacing="1">
<tr class="kb-table-row-odd">
{section name=item loop=$menu}
<td width="{$menu_w}" align="center"><a class="link" style="display: block;" href="{$menu[item].link}">{$menu[item].text}</a></td>
{/section}
</tr>
</table>
It Should be inside the Navigation class, see above ^^
Regards,
PryMary
Snapey
Greenhorn
Posts: 18
Joined: Sat Feb 16, 2013 17:53

Re: Augmented Banner - now works with EDK 4.0.3

Post by Snapey »

well its working where it is so ill leave it be.
Post Reply