BeeGee Posted December 23, 2008 Share Posted December 23, 2008 hii am trying to move things around like quick search block and Language or currency block but i cant sent them to Left or Right side ?! why i do delete from header and do add transplant module and add them in right block but they wont coming up !! any idea Link to comment Share on other sites More sharing options...
Dave Egerton Posted December 23, 2008 Share Posted December 23, 2008 not all modules can be installed via trasplant a module to another block - it depends if there is a hook for the place you want to put it.in the modules folder for blocklanguage for example, the php file will indicate this - if (!$this->registerHook('top'))If there is no template hook for left or right, you will need to create that to place it there. Otherwise manually add to your theme templates where you want it I think. Link to comment Share on other sites More sharing options...
BeeGee Posted December 23, 2008 Author Share Posted December 23, 2008 Thank you so much for your replyCould you please tell me say i want the language module on right colum what will i change in the file ? thank you Link to comment Share on other sites More sharing options...
Dave Egerton Posted December 23, 2008 Share Posted December 23, 2008 Hi BeeGeeI am not up to speed yet, but this may help. http://www.prestashop.com/forums/viewthread/2029/#8680 Sorry, I could not help more Link to comment Share on other sites More sharing options...
BeeGee Posted December 23, 2008 Author Share Posted December 23, 2008 thank you very much for your help.do you know what is the problem on my page when you click to see RSS NEWS =? thank youhttp://cet.lowerprice4u.com Link to comment Share on other sites More sharing options...
Dave Egerton Posted December 23, 2008 Share Posted December 23, 2008 No, sorryBut see: http://www.prestashop.com/wiki/RSS_feed_block/its should be quite straightforward, so I dont know if its a configuration issue Link to comment Share on other sites More sharing options...
hieloiceberg Posted December 25, 2008 Share Posted December 25, 2008 hii am trying to move things around like quick search block and Language or currency block but i cant sent them to Left or Right side ?! why i do delete from header and do add transplant module and add them in right block but they wont coming up !! any idea I made this module USERINFORMATION and it has in it the currency block, Language block and and the login block all in one to keep the header clean sample on top left side: http://www.pstm.ameuni.com/demo/002/blockuserinformation.zip Link to comment Share on other sites More sharing options...
TropischBruin Posted December 26, 2008 Share Posted December 26, 2008 hii am trying to move things around like quick search block and Language or currency block but i cant sent them to Left or Right side ?! why i do delete from header and do add transplant module and add them in right block but they wont coming up !! any idea I made this module USERINFORMATION and it has in it the currency block, Language block and and the login block all in one to keep the header clean sample on top left side: http://www.pstm.ameuni.com/demo/002/ Looks nice!Can I commend on it? ;-) Link to comment Share on other sites More sharing options...
hieloiceberg Posted December 26, 2008 Share Posted December 26, 2008 Well yes please be my guest!! possitive or negative comments are always welcome comments :-) Link to comment Share on other sites More sharing options...
TropischBruin Posted December 26, 2008 Share Posted December 26, 2008 Well yes please be my guest!! possitive or negative comments are always welcome comments :-) OK.It looks great, the only thing I would like to see is that the current Currency would be in bold. Link to comment Share on other sites More sharing options...
hieloiceberg Posted December 26, 2008 Share Posted December 26, 2008 Try this open the tpl file and on line 11 {$f_currency.sign} change it for this {$f_currency.sign} I think that will make it bold Link to comment Share on other sites More sharing options...
TropischBruin Posted December 28, 2008 Share Posted December 28, 2008 Try this open the tpl file and on line 11 {$f_currency.sign} change it for this {$f_currency.sign} I think that will make it bold Nope, I'm sorry ;-) I also think dat if the box would be bigger (higher) the currency-signs could be above the flags and this will make the whole look of the module better because when you are logged on it looks like the currency-sign is part of my name.How do I change this? Link to comment Share on other sites More sharing options...
TropischBruin Posted December 29, 2008 Share Posted December 29, 2008 I also discovered that selection a currency gives an blank page.The code that is used for setting a currency is: [removed]setCurrency(2);Any ideas? Link to comment Share on other sites More sharing options...
hieloiceberg Posted December 29, 2008 Share Posted December 29, 2008 I will get back to you on that I'm moving my demos and forum to another server right now since VISTAPAGES.COM sucks big time!! lol Link to comment Share on other sites More sharing options...
myndcraft Posted January 9, 2009 Share Posted January 9, 2009 Bumping the topic because I have a question of my own and despite searching/reading thru the posts here I can't really figure this out.Here's the store (still with sample data in it) - http://ssbeachgolf.com/shop/So far in the header.tpl file I commented out the logo image since it's not needed. That took care of moving over the "contact, sitemap, and quick search", but I would like the user info block to be in line with it to remove some whitespace and aligned to the right.Can anyone tell me how I would go about doing that?Thanks a ton! Link to comment Share on other sites More sharing options...
Recommended Posts