Jump to content

About Moving things around


Recommended Posts

hi
i 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

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

hi
i 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

hi
i 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

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

  • 2 weeks later...

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

×
×
  • Create New...