taniacr Posted January 11, 2016 Share Posted January 11, 2016 (edited) How can I hook the Block CMS in displayTop, or any other hook for the matter.. ? I've seen a few answers around that involved adding code to the module.php file but what about module updates? Didn't work for me anyway Edited January 11, 2016 by taniacr (see edit history) Link to comment Share on other sites More sharing options...
roja45 Posted January 11, 2016 Share Posted January 11, 2016 you can only hook a module into positions for which it has been coded and in this module's case only header,left column, right column and the footer have display hook code. That's why you've seen coding only solutions, and yes, that breaks module upgrades. Link to comment Share on other sites More sharing options...
taniacr Posted January 11, 2016 Author Share Posted January 11, 2016 I didn't thought about overrides.. so i'm gonna give it another try.. Any help meanwhile would be greatly appreciated. Thanks 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