starxox Posted June 14, 2010 Share Posted June 14, 2010 Hi all, thanks to all that read this and help out, and thanks to those who make prestashop!I'm starting a new shop and for my purposes I really need to be able to have different lists of pages, in different blocks, on my menu. In other words I want more than one (maybe two or three) of the 'link block' - is this possible?Thankshttp://www.psychicreadingbyphone.co.uk/ Link to comment Share on other sites More sharing options...
rocky Posted June 15, 2010 Share Posted June 15, 2010 Basically, you just need to copy the blocklink module and rename every instance of "blocklink" to "blocklink2". For example, copy the blocklink module directory to blocklink2, then rename blocklink.php to blocklink2.php, then edit blocklink2.php and change the class name from BlockLink to BlockLink2 and $this->name('blocklink'); to $this->name('blocklink2');, and the database table from 'blocklink' to 'blocklink2' and the variable like 'PS_BLOCKLINK_TITLE' to 'PS_BLOCKLINK2_TITLE'. If you change everything correctly, you should be have the module appear twice on your Modules tab and you should be able to configure them with different links. Link to comment Share on other sites More sharing options...
starxox Posted June 15, 2010 Author Share Posted June 15, 2010 Great, I'll give that a try. Thanks so much for taking the time to reply! ) Link to comment Share on other sites More sharing options...
Rhobur Posted July 4, 2010 Share Posted July 4, 2010 Hi rocky,Should the $blocklist vars from blocklist2.tpl be changed also, because I've i have installed blocklink 2, changed the title succesfully but the links created in it do not display ? Link to comment Share on other sites More sharing options...
Rhobur Posted July 4, 2010 Share Posted July 4, 2010 Never mind, of course I had to change it also. All ok now. 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