*

votresiteweb

  • ***
  • 45 posts
Custom Fields in the top in insert ad
« on: May 08, 2017, 11:44:27 AM »
Hi,
Is it possible to insert the custom fields just after the title and description in the form "insert new item" ?
Thank you for your assistance.

Marked as best answer by votresiteweb on May 08, 2017, 01:45:54 PM
*

Ivanko

  • *****
  • 391 posts
Re: Custom Fields in the top in insert ad
« Reply #1 on: May 08, 2017, 12:20:54 PM »
in item-post.php and item-edit.php

find this code:
Code: [Select]
<fieldset class="hook-block i-shadow round3" style="display:none;" data-step-id="3">
        <h2>
          <span class="text"><?php _e('Details''veronika'); ?></span>
          <span class="step round2"><?php _e('Step''veronika'); ?> 3 / 3</span>
        </h2>

        <div id="post-hooks">
          <?php ItemForm::plugin_post_item(); ?>
        </div>

cut and paste it below TITLE & DESCRIPTION:
 
Code: [Select]
<!-- TITLE & DESCRIPTION -->
        <div class="title-desc-box">
          <div class="row">
            <?php ItemForm::multilanguage_title_description(); ?>
          </div>
        </div>

 <!--YOUR CODE GOES HERE WITH CUSTOM FIELDS-->

*

votresiteweb

  • ***
  • 45 posts
Re: Custom Fields in the top in insert ad
« Reply #2 on: May 08, 2017, 01:46:36 PM »
Hi,
Ivanko, you are the best :) thank you very much for your great assistance :)
Thank's thank's thank's  ;) ;) ;) ;) :D ;D ;D ;D