teosweb Posted January 30, 2015 Share Posted January 30, 2015 Hello, I am newbie of prestashop, I am customize my site ( i bought a theme on theme forest "MODEZ"). All work well but I need some changes. the block userinfo is in the top but I need put it in left coloumn is it possible? I found some guide where it is necessary change blockuserinfo.php and blockuserinfo.tpl but I found some problems. can you help me? thanks Link to comment Share on other sites More sharing options...
vekia Posted January 31, 2015 Share Posted January 31, 2015 for the first try to go to modules > positions hit transplant button. from list select module you want from positions select left column hit save are you able to hook module there? or you see message that you cant transplant it? Link to comment Share on other sites More sharing options...
teosweb Posted February 2, 2015 Author Share Posted February 2, 2015 for the first try to go to modules > positions hit transplant button. from list select module you want from positions select left column hit save are you able to hook module there? or you see message that you cant transplant it? I tried but it told me that I can't. In this moment I solved installing a module called userblockinfo with login. I don't like this soluction but work well... otherwise what i can do? Link to comment Share on other sites More sharing options...
NemoPS Posted February 2, 2015 Share Posted February 2, 2015 Otherwise, you can add that hook to blockuserinfo.php public function hookDisplayLeftColumn($params) { return $this->hookDisplayTop($params); } That, or hookDisplayNav, I dont remember out of my head. After adding this code, you can transplant it 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