Rajesh Kumar Yadav Posted August 12, 2013 Share Posted August 12, 2013 (edited) Suppose I want to show new product from right to center column then... I will go to its module folder and then will open its php file i.e. blocknewproducts.php here i can see public function hookRightColumn($params){ // functions code do not change this code } no need to change any code i will just copy and paste above code just below it. public function hookRightColumn($params){ // functions code do not change this code } Now i will change the name of pasted function as hookDisplayHome($params) So now the code will be public function hookDisplayHome($params){ // functions code do not change this code } File changes are completed. Now I will make some changes in position setting from admin panel to see the effect. Now I will go to admin panel and position and new product then transplant a module then i will select displayHome save. Now the right column content will be visible in center column. Edited August 12, 2013 by rajesh.yadav (see edit history) Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted August 12, 2013 Share Posted August 12, 2013 (edited) here if (parent::install() == false || $this->registerHook('rightColumn') == false | --> if (parent::install() == false || $this->registerHook('displayHome') == false | and reset Edited August 12, 2013 by Jiten rash (see edit history) Link to comment Share on other sites More sharing options...
Rajesh Kumar Yadav Posted August 12, 2013 Author Share Posted August 12, 2013 mark this to solved my resolution is 100% working. Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted August 12, 2013 Share Posted August 12, 2013 plz tell how u did Link to comment Share on other sites More sharing options...
vekia Posted August 12, 2013 Share Posted August 12, 2013 thanks for information that it works as you expect im going to mark this topic as [solved] exactly as you suggested best regards Link to comment Share on other sites More sharing options...
Rajesh Kumar Yadav Posted August 12, 2013 Author Share Posted August 12, 2013 Hello Jiten, Please follow my steps one by one. It will work smoothly. Regards Rajesh K Yadav Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted August 12, 2013 Share Posted August 12, 2013 u were asking how to do or telling confusion...$$$$ Link to comment Share on other sites More sharing options...
Rajesh Kumar Yadav Posted August 12, 2013 Author Share Posted August 12, 2013 Hello Jiten I am not asking... I faced the problem on 8th August then I found the solution by self. So I am pleased to share my knowledge to serve you best. Regards Rajesh Link to comment Share on other sites More sharing options...
Recommended Posts