Advertisement:

Author Topic: how to add region to search in left side  (Read 725 times)

data99

  • Full Member
  • ***
  • Posts: 180
how to add region to search in left side
« on: May 10, 2015, 09:43:25 pm »
I have attach the image can any one suggest how to add search bard to the left side

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: how to add region to search in left side
« Reply #1 on: May 10, 2015, 11:44:34 pm »
@data99
Place following code to your search sidebar:
Code: [Select]
<input type="text" id="sRegion" name="sRegion" value="<?php echo (osc_search_region() <> '' osc_esc_html(osc_search_region()) : Params::getParam('sRegion')); ?>" />

data99

  • Full Member
  • ***
  • Posts: 180
Re: how to add region to search in left side
« Reply #2 on: May 11, 2015, 01:19:24 am »
 Thanks its solved  Cheers


but I have one more problem can  you please see into that http://forums.osclass.org/bender/%28tip%29-add-regionstate-to-search-bar-converted-to-bender/


frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: how to add region to search in left side
« Reply #3 on: May 11, 2015, 01:29:55 am »
@data99
Not sure why you ask how to add input for region into search and then you post thread when you ask how to add select box into search...

data99

  • Full Member
  • ***
  • Posts: 180