majorius Posted June 27, 2014 Share Posted June 27, 2014 Hi, how is the username truncation can be changed in the header of the default theme? I've tried looking into different modules to find something related to "truncate", but with no luck. Thanks in advance. Link to comment Share on other sites More sharing options...
S-HAMMANI Posted June 27, 2014 Share Posted June 27, 2014 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> 1 Link to comment Share on other sites More sharing options...
majorius Posted June 27, 2014 Author Share Posted June 27, 2014 Thank you! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now