Reza-sony Posted November 23, 2010 Share Posted November 23, 2010 Hi. i want to use home text editor module on left/right hook , how can i do this ? Link to comment Share on other sites More sharing options...
rocky Posted November 26, 2010 Share Posted November 26, 2010 Add the following before the last } in modules/editorial/editorial.php: function hookLeftColumn($params) { return $this->hookHome($params); } function hookRightColumn($params) { return $this->hookHome($params); } You should then be able to hook the "Home text editor" into the left or right column. Link to comment Share on other sites More sharing options...
Dee P. Posted April 20, 2011 Share Posted April 20, 2011 Do you know if this has changed in 1.4? I just tried it, and it didn't work.Thanks Link to comment Share on other sites More sharing options...
Dee P. Posted April 21, 2011 Share Posted April 21, 2011 Thanks Angora, but I still can't seem to make it work. Do you know if there is another module where I can put text next to a slider? I was hoping to be able to do that with this module. Link to comment Share on other sites More sharing options...
[email protected] Posted July 13, 2011 Share Posted July 13, 2011 Hi All iam new to Prestashop and using version 1.4.1. Now i have a problem thing is i have added 2 extra fields inside HOME TEXT EDITOR module editorial.php and created new DB table. Now i need to insert the data which user has entered in my Home Text Editor Interface to my table it is simple insertion i need and am unable to process it. Can any one pls help me in doing this in which file exactly i need to write the insert code and steps to do that ........ Link to comment Share on other sites More sharing options...
Oklahoma Locksmith Posted July 14, 2011 Share Posted July 14, 2011 Nice Code.Thanks for sharing. Link to comment Share on other sites More sharing options...
ramlov Posted December 25, 2013 Share Posted December 25, 2013 The code is super!! Thx.... But... When I change it, I cant visit my homepage...??I wonder if I schould change anything in the Index or?? /Jacob Link to comment Share on other sites More sharing options...
vekia Posted December 25, 2013 Share Posted December 25, 2013 it's probably because you use wrong code or because code you use isn't compatibile with your prestashop version. code above is based on 1.4.x - what ps version you use? in addition, there are several modules to create own content in left/right columns like html block free or contentbox these modules works similar to home text editor. Link to comment Share on other sites More sharing options...
ramlov Posted December 25, 2013 Share Posted December 25, 2013 I use Prestashop 1.5.6.0 If it can't be solved by just some few adds then I will install thoes you recomend 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