roastchicken Posted April 17, 2010 Share Posted April 17, 2010 Hi How can I re-arrange positions of certian modules, i.e search bar, currency ? Which file(s) do I edit ?Thanks in advance Link to comment Share on other sites More sharing options...
Fabien M Posted April 18, 2010 Share Posted April 18, 2010 Same here, I'm looking at the files where the column content are so I can get rid of the left column and move all the modules to the right column. Cheers, Link to comment Share on other sites More sharing options...
Pshopic Posted April 18, 2010 Share Posted April 18, 2010 Hi, you can change your modules positions from backoffice>modules>position Link to comment Share on other sites More sharing options...
Ameenullah Posted April 18, 2010 Share Posted April 18, 2010 as PrestaShopic said, change your modules positions from backoffice>modules>positionTry the link, "Transplant a module" there you can move the block from one position to another. 1 Link to comment Share on other sites More sharing options...
Fabien M Posted April 19, 2010 Share Posted April 19, 2010 Thanks for your replies ... I can move blocks Up and Down, but when I edit a block position, I see the drop down menu to change from one column to an other, but it is grey out, I can't change it ... is this something I need to activate somewhere may be? Cheers Link to comment Share on other sites More sharing options...
nostradamus Posted April 19, 2010 Share Posted April 19, 2010 try backoffice > modules > position > Transplant a module 1 Link to comment Share on other sites More sharing options...
Fabien M Posted April 19, 2010 Share Posted April 19, 2010 Fanatastic ... thanks for the help, it works now. Fabien :coolsmile: Link to comment Share on other sites More sharing options...
roastchicken Posted April 19, 2010 Author Share Posted April 19, 2010 thanks for the help.[solved] Link to comment Share on other sites More sharing options...
Babocas Posted June 19, 2010 Share Posted June 19, 2010 Hi! My problem is the same but When I go to backoffice - modules - position - transplant a module the module option and the hook option are grey and I can't change it.I would like to change position of some modules to another place of my site.How can I do this?Thank you Link to comment Share on other sites More sharing options...
rocky Posted June 22, 2010 Share Posted June 22, 2010 That happens when you click the Edit button next to an existing module position. You should click the bold "Transplant a module" link at the top instead. Link to comment Share on other sites More sharing options...
Babocas Posted June 22, 2010 Share Posted June 22, 2010 Hello! Thank you very much for your help! It works! =) Link to comment Share on other sites More sharing options...
allen_smith Posted June 22, 2010 Share Posted June 22, 2010 hey there, thanx for the info Link to comment Share on other sites More sharing options...
Borchy Posted May 14, 2011 Share Posted May 14, 2011 When I try to move my Currency block to Left column blocks I get the error This module can't be transplanted to this hook. How do I work around it? I also have an off topic question - why do I have two of every (or at least most) block in Back Office > Modules > Positions? For instance Currency block is in Header of pages and Top of pages. Link to comment Share on other sites More sharing options...
rocky Posted May 14, 2011 Share Posted May 14, 2011 That's because the currency block wasn't design to be placed in the left column. It is designed to be placed at the top of the page only. To allow the currency block to be placed in the left column, you must edit modules/blockcurrencies/blockcurrencies.php and add the following before the last }: public function hookLeftColumn($params) { return $this->hookTop($params); } You will then be able to transplant the currency block into the left column, but it will likely not fit well. You may need to modify themes/yourtheme/css/modules/blockcurrencies/blockcurrencies.css to change the styles to make it fit better. If you want to make it a block, then you will need to override blockcurrencies.tpl by copying it to themes/yourtheme/modules/blockcurrencies/blockcurrencies.tpl and then change the first two lines to: The reason the modules appear twice is because the module's JavaScript is added in the "Header of pages" hook and the module's HTML code is added in the other hook. Both are required for the module to work. {l s='Currencies' mod='blockcurrencies'} 2 Link to comment Share on other sites More sharing options...
Richard S Posted May 21, 2011 Share Posted May 21, 2011 Hey I have the same problem, however I do not think that editing the module is not good because of the future updates and bugs. I think the best way to do this is to extend the module and then activate it, but I am not sure if this works right practically. Link to comment Share on other sites More sharing options...
pitxels Posted August 5, 2012 Share Posted August 5, 2012 Why do you guys did that dumb change ?, modules should able to be placed anywhere. I mean the store is brilliant, but this change looks like going backwards. 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