@rsn
Thank you for your comment.
Please go to file:
oc-content/themes/veronika/user-items.php
Find code:
<?php if(function_exists('republish_link_raw')) { ?>
And replace it with:
<?php if(function_exists('republish_link_raw') && republish_link_raw(osc_item_id())) { ?>
Let me know if works