Jump to content

Username truncation in the header


Recommended Posts

Hi

 

you can truncate the firstname and lastname in /themes/default-bootstrap/modules/blockuserinfo/nav.tpl

 

replace this code:

<span>{$cookie->customer_firstname} {$cookie->customer_lastname}</span>

with:

<span>{$cookie->customer_firstname|truncate:8:".."} {$cookie->customer_lastname|truncate:8:".."}</span>
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...