Advertisement:

Author Topic: More than 2 Sponsored ads [Solved]  (Read 844 times)

davidsanchezdegroeve

  • Newbie
  • *
  • Posts: 12
More than 2 Sponsored ads [Solved]
« on: August 10, 2014, 04:37:21 pm »
Hello,

Is there any way to put more than 2 Sponsored Ads on the search view?

Many thanks in advance,

David
« Last Edit: September 04, 2014, 12:17:26 pm by davidsanchezdegroeve »

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: More than 2 Sponsored ads
« Reply #1 on: August 10, 2014, 04:52:02 pm »
@davidsanchezdegroeve
go to search_list.php and change
Code: [Select]
osc_get_premiums(); to i.e.
Code: [Select]
osc_get_premiums(5);

davidsanchezdegroeve

  • Newbie
  • *
  • Posts: 12
Re: More than 2 Sponsored ads
« Reply #2 on: August 10, 2014, 05:26:35 pm »
Done !

Many thanks frosticek

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: More than 2 Sponsored ads
« Reply #3 on: August 10, 2014, 08:02:43 pm »
@davidsanchezdegroeve
Welcome, you can add [Solved] to title of this thread ;)