5haun Posted July 4, 2014 Share Posted July 4, 2014 Hi all the displayHomeTab hook is missing (new arrivals button). I have the home text editor above the new products module. How can I fix this? See screenshots of home page and positions. Thanks! Link to comment Share on other sites More sharing options...
vekia Posted July 4, 2014 Share Posted July 4, 2014 displayHome is different hook than displayHomeTab also displayHomeTab is connected to displayHomeTabContents btw. what you're trying to achieve? i don't understand 1 Link to comment Share on other sites More sharing options...
5haun Posted July 4, 2014 Author Share Posted July 4, 2014 displayHome is different hook than displayHomeTab also displayHomeTab is connected to displayHomeTabContents btw. what you're trying to achieve? i don't understand I want the 'new arrivals' button in between the home text editor and the new products Link to comment Share on other sites More sharing options...
vekia Posted July 4, 2014 Share Posted July 4, 2014 you attached module also to displayHomeTabContents? you modified something in template files ? (index.tpl) ? 1 Link to comment Share on other sites More sharing options...
NemoPS Posted July 5, 2014 Share Posted July 5, 2014 You can try hooking the new arrivals to displayHome. If it doesn't work, edit the module's php file and rename or clone hookDIsplayHomeTabContent to hookDisplayHome 1 Link to comment Share on other sites More sharing options...
5haun Posted July 7, 2014 Author Share Posted July 7, 2014 You can try hooking the new arrivals to displayHome. If it doesn't work, edit the module's php file and rename or clone hookDIsplayHomeTabContent to hookDisplayHome you attached module also to displayHomeTabContents? you modified something in template files ? (index.tpl) ? Okay thanks guys. Did a few things. Actually I'm not sure what I did, I moved home text editor to hookDIsplayHomeTabContent and some other stuff. Now page has new arrivals heading above the text. I need it below the text Any ideas? Link to comment Share on other sites More sharing options...
vekia Posted July 7, 2014 Share Posted July 7, 2014 hello you're doing it wrong. if you want to use module in displayHomeTabContents you must use displayHomeTab where you will place link to your contents. this feature doesnt work in different way, you can use it only as tab, not as you tried to use 1 Link to comment Share on other sites More sharing options...
Recommended Posts