PDA

View Full Version : Listing Boxes listing limit problam ?



Redzheb Duran
May 11, 2016, 12:24 PM
Hello;

I want to show more than 30 of these supplemented ads. How can I do that ?

Viktor
May 11, 2016, 01:56 PM
Hello Redzheb Duran,

You can deactivate condition for it. Go to ftp://plugins >> listings_box>>admin>>listings_box.inc.php

find code:


elseif ($f_count > 30 && !empty($f_count)) {
$errors[] = $lang['listings_box_more_listings'];
$error_fields[] = 'count';
}

and change 30 to other number as you want :) Then save and try to set limit in admin panel again.

Redzheb Duran
May 11, 2016, 04:23 PM
unfortunately not :(