Support Forums - Classified Ads Script Osclass

Osclass theme support => Zara Osclass Responsive Theme => Topic started by: MeroWish.com on June 12, 2017, 07:42:25 PM

Title: I want to perform one Tweaks for Temporary. Please help me
Post by: MeroWish.com on June 12, 2017, 07:42:25 PM
Hello sir, i'm using zara theme and as we know the theme shows number of listings on the website on the search bar it shows the number of total listings. For example i have total listings 170 right now ( http://prntscr.com/fixkmp ) but i want to make a small Temporary Tweaks here such as 170 x 18 times so that it shows 3060 listings. This i need to do for Temporary. How to do this please help me.
Title: Re: I want to perform one Tweaks for Temporary. Please help me
Post by: MB Themes on June 12, 2017, 09:58:25 PM
Take a look to inc.search.php. it is placeholder for this input.
Title: Re: I want to perform one Tweaks for Temporary. Please help me
Post by: MeroWish.com on June 13, 2017, 12:38:08 AM
Please let me know in more specific. How to make this while coding? So that it could show 18 times more then normal
Title: Re: I want to perform one Tweaks for Temporary. Please help me
Post by: MB Themes on June 13, 2017, 10:08:32 AM
@Nancy
oc-content/themes/zara/inc.search.php
Code: [Select]
$sQuery = __('Search in', 'zara') . ' ' . osc_total_active_items() . ' ' .  __('listings', 'zara');
--

Code: [Select]
$sQuery = __('Search in', 'zara') . ' ' . osc_total_active_items()*18 . ' ' .  __('listings', 'zara');