*

rsn

  • ***
  • 61 posts
republish button always hangs
« on: February 21, 2017, 11:14:31 PM »
hi

in the new update button from Backoffice Manager plugin

always shown

although should appear at the time or it can be enabled in the admin

and the update you did that she is not disabled need to fix

Marked as best answer by rsn on February 22, 2017, 07:10:53 PM
*

MB Themes

Re: republish button always hangs
« Reply #1 on: February 22, 2017, 08:16:24 AM »
@rsn
Thank you for your comment.
Please go to file:
oc-content/themes/veronika/user-items.php

Find code:
Code: [Select]
<?php if(function_exists('republish_link_raw')) { ?>
And replace it with:
Code: [Select]
<?php if(function_exists('republish_link_raw') && republish_link_raw(osc_item_id())) { ?>

Let me know if works
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

rsn

  • ***
  • 61 posts
Re: republish button always hangs
« Reply #2 on: February 22, 2017, 07:11:32 PM »
OK everything works ;) ;) ;) ;)

*

MB Themes

Re: republish button always hangs
« Reply #3 on: February 22, 2017, 07:36:50 PM »
@rsn
Great, thanks for feedback ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots