This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

Smithtech

  • ****
  • 219 posts
Max. REPUBLISH TIME IS 20- CAN WE INCREASE?
« on: October 12, 2021, 03:19:50 PM »
Hi,

Is it possible to increase the number of times listing can be republished?
Supposing a user wants listing to be republished every 12 hours for 30 days? how can that be achieved?


*

MB Themes

Re: Max. REPUBLISH TIME IS 20- CAN WE INCREASE?
« Reply #1 on: October 12, 2021, 03:34:31 PM »
@support
This should be setting in plugin configuration  :-\
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Smithtech

  • ****
  • 219 posts
Re: Max. REPUBLISH TIME IS 20- CAN WE INCREASE?
« Reply #2 on: October 12, 2021, 03:38:38 PM »
Unfortunately, the only Available repeat times in the plugin are:
1x
2x
3x
4x
5x
10x
20x

Marked as best answer by frosticek on October 12, 2021, 03:40:17 PM
*

MB Themes

Re: Max. REPUBLISH TIME IS 20- CAN WE INCREASE?
« Reply #3 on: October 12, 2021, 03:39:52 PM »
@support
I see now.
You have it in functions.php:
Code: [Select]
// LIST OF AVAILABLE REPEATS
function osp_available_repeat() {
  return '1,2,3,4,5,10,20';
}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Smithtech

  • ****
  • 219 posts
Re: Max. REPUBLISH TIME IS 20- CAN WE INCREASE?
« Reply #4 on: October 12, 2021, 09:18:06 PM »
Ok Great!

Solved

*

MB Themes

Re: Max. REPUBLISH TIME IS 20- CAN WE INCREASE?
« Reply #5 on: October 12, 2021, 10:56:51 PM »
Cool  :-*
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots