Dan Hawkins
Active member
I'm trying to reference a custom field in the nav bar
Basically - a quick launch button for our clients to be able to launch their application (When the field is populated)
So I'm trying to reference an image - if the field is populated...
However, I've populated the field - yet it fails to populate.
Settings:
Basically - I DO NOT want this field displayed in the user info (Banner) or visible on the user's profile.
It's a private URL, so needs to remain that way - But we want clients to be able to launch the application by clicking the image in the nav bar.
Any ideas?
Regards,
Dan
Basically - a quick launch button for our clients to be able to launch their application (When the field is populated)
Code:
<!-- eSP Launcher -->
<xen:if is="{$user.customFields.esellerproclient}">
<a href="{$user.customFields.esellerproclient}" target="_blank" class="navLink"><img src="http://domain.com/styles/drift/images/esp2.png"></img></a>
</xen:if>
So I'm trying to reference an image - if the field is populated...
However, I've populated the field - yet it fails to populate.
Settings:
Basically - I DO NOT want this field displayed in the user info (Banner) or visible on the user's profile.
It's a private URL, so needs to remain that way - But we want clients to be able to launch the application by clicking the image in the nav bar.
Any ideas?
Regards,
Dan