kaieivindm

Well-Known Member
Hi,

Seems like I am missing Font awsome icon in the profile dropdown?

upload_2015-1-25_18-36-34.png


For external accounts (below avatar).
Is there a way I can fix this?
 
That's not part of XenBase but was just custom for you.

You'll need to open the navigation_visitor_tabs find this line:

Code:
<xen:if is="{$xenOptions.facebookAppId} OR {$xenOptions.twitterAppKey} OR {$xenOptions.googleClientId}"><li><a href="{xen:link account/external-accounts}">{xen:phrase external_accounts}</a></li></xen:if>

Stick a font awesome icon before the {xen:phrase external_accounts}

http://fontawesome.io/icons/
 
That's not part of XenBase but was just custom for you.

You'll need to open the navigation_visitor_tabs find this line:

Code:
<xen:if is="{$xenOptions.facebookAppId} OR {$xenOptions.twitterAppKey} OR {$xenOptions.googleClientId}"><li><a href="{xen:link account/external-accounts}">{xen:phrase external_accounts}</a></li></xen:if>

Stick a font awesome icon before the {xen:phrase external_accounts}

http://fontawesome.io/icons/

Thank you Sir!
 
Thank you Sir!
Thats a negative btw ;) he he

It didnt work. no other fa i classes in there either.
So viewed the source, and found the others here:

<div class="menuColumns secondaryContent">
<ul class="col1 blockLinksList">
<li><a href="konto/personal-details"><i class="fa fa-user"></i> Personlige detaljer</a></li>
<li><a href="konto/signature"><i class="fa fa-pencil-square-o"></i> Signatur</a></li>
<li><a href="konto/contact-details"><i class="fa fa-book"></i> Kontaktdetaljer</a></li>
<li><a href="konto/privacy"><i class="fa fa-lock"></i> Personvern</a></li>
<li><a href="konto/preferences" class="OverlayTrigger"><i class="fa fa-cog"></i> Innstillinger</a></li>
<li><a href="konto/alert-preferences"><i class="fa fa-wrench"></i> Varslinger</a></li>
<li><a href="konto/avatar" class="OverlayTrigger" data-cacheOverlay="true"><i class="fa fa-picture-o"></i> Avatar</a></li>
<li><a href="konto/external-accounts">Eksterne kontoer</a></li>
<li><a href="konto/security"><i class="fa fa-key"></i> Passord</a></li>

Except the external account one.

So maybe in another template?

//edit doh! its in the xb_visitor_tab - seems to find stuff after I post... sigh!
 
@kaieivindm now that you mention it do a search for the:

{xen:phrase external_accounts} without the smiley of course xen : phrase no spaces

I think we may moved your navigation to a custom template.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back