*

Locan

  • ****
  • 166 posts
use search box in one place like osclass (solved)
« on: June 21, 2018, 02:22:58 PM »
i want to combine two in one search box.
- when user browse  blog it will show search box for blog not show search box for ad
- what function can i use to check blog page
« Last Edit: June 25, 2018, 01:25:34 PM by dom reysor »

*

MB Themes

Re: use search box in one place like osclass
« Reply #1 on: June 21, 2018, 04:19:55 PM »
@dom
blog is not connected to osclass itself, it does not have function to search in listings.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Locan

  • ****
  • 166 posts
Re: use search box in one place like osclass
« Reply #2 on: June 21, 2018, 04:23:42 PM »
you not got me.  for example
Code: [Select]
  <?php if(osclass()) { ?>


osclass search
                    <?php } else { ?>

blog search

                    <?php ?>

*

MB Themes

Re: use search box in one place like osclass
« Reply #3 on: June 22, 2018, 08:03:46 AM »
@dom
blog has own search and blog pages are not shown inside osclass (search,items,home,...). I do not see reason for such function as you would need to put such search into different files - for blog & for oslcass
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Locan

  • ****
  • 166 posts
Re: use search box in one place like osclass
« Reply #4 on: June 22, 2018, 01:54:20 PM »
when user browse in main page (osclass) the search input box work for osclass
when user browse in /blog/.....  the search input box work for blog
that not nice looking that have 2 search boxs when browse blog