ladivito Posted November 30, 2009 Share Posted November 30, 2009 Dear All,Did anyone know how to merge the 2 block into blockcart to become a module ?i would like to change the search textbox and button to smaller size and put it at top of blockcart then following by the user info block then only blockcart.any help are very very appreciate Link to comment Share on other sites More sharing options...
anafor Posted November 30, 2009 Share Posted November 30, 2009 It's very easy to do! 1. Uninstall the quicksearch module.(It's important!)2. Find in modules\blocksearch\blocksearch.php line 19 and replace function install() { if (!parent::install() OR !$this->registerHook('top') OR !$this->registerHook('header')) return false; return true; } with function install() { if (!parent::install() OR !$this->registerHook('leftColumn')) return false; return true; } 3. Install the module.4. See the result.Good luck! Link to comment Share on other sites More sharing options...
ladivito Posted November 30, 2009 Author Share Posted November 30, 2009 Thanks.....i tried to change the user info block to hook at right but is not working at all......anyone know how to do this ?Thanks Link to comment Share on other sites More sharing options...
ladivito Posted December 4, 2009 Author Share Posted December 4, 2009 block search move to right is done...But the user info block hook to right is not successful.....anyone able to help ? Link to comment Share on other sites More sharing options...
Recommended Posts