*

Adi

  • ***
  • 28 posts
Show automatic republish before Location area
« on: March 31, 2016, 03:23:24 PM »
Hello. When we create a listing, options like Republish, Password are shown after location fields. How can we control each one of them. For instance, automatic republish should be shown in the area with the price so, how can we manually insert it in that area (by which code)? And prevent from showing again after location.

*

MB Themes

Re: Show automatic republish before Location area
« Reply #1 on: March 31, 2016, 04:24:08 PM »
@Adi
You cannot, plugins are called via hooks.
On publish page, there is only 1.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Adi

  • ***
  • 28 posts
Re: Show automatic republish before Location area
« Reply #2 on: March 31, 2016, 04:25:54 PM »
Ok. That is a stupid thing from osclass developers. We have 0 control on the placement of fields.

*

Adi

  • ***
  • 28 posts
Re: Show automatic republish before Location area
« Reply #3 on: April 01, 2016, 12:03:39 PM »
@Adi
You cannot, plugins are called via hooks.
On publish page, there is only 1.


Regarding placing Auto-republish button in another place in item-post (which you said you can't), in fact we can move it in another area. In admin, i disabled Automatically place form for auto-republish to item post & edit page (13) and than i used
Place auto-republish form manually (if automatical autohook is disabled) to item-post.php and item-edit.php:
<?php bo_mgr_autorepublish_form($item_id); ?>
and now it shows in the area that i want.