qasrani Posted February 9, 2009 Share Posted February 9, 2009 Hi, sorry for opening 3rd time same thread, could you please help me in moving currency and language bars to right column, from header? I have tired all my best by modifying css files, transplanting modules etc. Something goes wrong. Can any one please put it to words which anyone can understand? Link to comment Share on other sites More sharing options...
spott Posted February 9, 2009 Share Posted February 9, 2009 What template you are using? Link to comment Share on other sites More sharing options...
qasrani Posted February 9, 2009 Author Share Posted February 9, 2009 Everything is default modified by myself. I moved search box successfully following instructions on transplanting modules. But language and currency does not work Link to comment Share on other sites More sharing options...
spott Posted February 9, 2009 Share Posted February 9, 2009 I checked these modules and you need to modyfi blocklanguages.tpl file and blockcurrencies.tpl file.I think problem is in line. Change it to div content and try then (check ther modules, whats are placed in right or left side) Link to comment Share on other sites More sharing options...
qasrani Posted February 9, 2009 Author Share Posted February 9, 2009 Hmn... thanks for the tip. I inform you after doing something either messing or missing Link to comment Share on other sites More sharing options...
bambi Posted April 25, 2010 Share Posted April 25, 2010 Hi thereWe have the same problem, can't move language and currency bar to right column... :-) Link to comment Share on other sites More sharing options...
AnisDelMono Posted April 27, 2011 Share Posted April 27, 2011 HelloI have the same problem in the language module. I get a solution:Open modules/blocklanguages/blocklanguages.phpIf you want to move language block to the right column change: function install() { return (parent::install() AND $this->registerHook('top') AND $this->registerHook('header')); } for: function install() { return (parent::install() AND $this->registerHook('rightColumn')); } And change: function hookTop($params) { for: function hookRightColumn($params) { Restart the module and that all lads!. Maybe the soluction for corrency block is similar. Link to comment Share on other sites More sharing options...
Recommended Posts