![]() |
How to place my search box in the speed bar?
hi, does anyone know the code to do this?
any help would be appreciated regards |
Re: How to place my search box in the speed bar?
skin1/customer/top_menu.tpl replace
Code:
{section name=sb loop=$speed_bar} with Code:
{section name=sb loop=$speed_bar} Code:
{if $usertype eq "C"} |
Re: How to place my search box in the speed bar?
Thanks for that it did the job.
How do i adjust it though to have the links left justified and the search box right justified? Regards |
Re: How to place my search box in the speed bar?
customer/top_menu.tpl
Code:
{if $printable ne ''} |
Re: How to place my search box in the speed bar?
i have followed this but now have this - http://www.completefone.com/home.php
regards im also after some custom work doing would you be interested in this? |
Re: How to place my search box in the speed bar?
try to move this cell into the outer table:
Code:
{/section} Code:
{/section} |
Re: How to place my search box in the speed bar?
hi, thanks its sort of working.
ive sent you a PM with some details and also information on the work i need doing, maybe you would be interested in the job. regards |
Re: How to place my search box in the speed bar?
Does anyone know how to move the search box to its own vertical menu box, just above the shopping basket vertical menu on the right hand side of the screen?
And, remove the horizontal bar that contained the search box? Thanks. Martin Procter http://www.promartsupplements.co.uk (p.s. does anyone know how to edit their signature in the forums to provide a link with anchor text, rather than URL?) |
Re: How to place my search box in the speed bar?
Your skin is customized so I'm not sure if it helps
the common solution is to create a new file in skin1/customer with name for example menu_search.tpl and paste into it Code:
{capture name=menu} then find in your customer/home.tpl Code:
{include file="customer/menu_cart.tpl" } and insert right after it Code:
{include file="customer/menu_search.tpl" } I need your skin1/head.tpl to find how to remove existing searchbox |
All times are GMT -8. The time now is 07:47 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.