Jump to content

Moving A Block from One Hook To Another


Recommended Posts

How do I move a module from one hook to another?

 

More specifically, one of the many hooks the Paypal module utilizes is the Right Column (for a link to a "What is PayPal" page). However, I'm using a 2-column layout so I need to move this to the Footer.

Link to comment
Share on other sites

hi,

 

If you were unable to transplant the module.. kindly check in the module paypal and in main php file whether there is a hook for the position you want to transplant if not you can do it your self if you know it very well before doing yourself kindly check with some reference before adding the code .

Edited by karthik who_am_i (see edit history)
Link to comment
Share on other sites

so, in this case it is necessary to modify the code. You have to create function to handle footer hook: public function hookFooter($params) { function body }

 

about what module we are talking about? (what version exactly?) i will check it and give you solution

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...