Hello!
category field is gone
urgently need your help!
in a publish item, the category selection suddenly I miss ...
have a screenshot settled ...
item-post.php
<?php ItemForm::location_javascript_new(); ?>
    <div class="form-container form-horizontal">
        <div class="resp-wrapper">
            <div class="header">
                <h1><?php _e('Publish a listing', 'infinity'); ?></h1>
            </div>
            <ul id="error_list"></ul>
                <form name="item" action="<?php echo osc_base_url(true);?>" method="post" enctype="multipart/form-data" id="item-post">
                    <fieldset>
                    <input type="hidden" name="action" value="<?php echo $action; ?>" />
                        <input type="hidden" name="page" value="item" />
                    <?php if($edit){ ?>
                        <input type="hidden" name="id" value="<?php echo osc_item_id();?>" />
                        <input type="hidden" name="secret" value="<?php echo osc_item_secret();?>" />
                    <?php } ?>
                        <h2><?php _e('General Information', 'infinity'); ?></h2>
                        <div class="control-group">
                            <label class="control-label" for="select_1"><?php _e('Category', 'infinity'); ?></label>
                            <div class="controls">
                                <?php ItemForm::category_multiple_selects(null, null, __('Select a category', 'infinity')); ?>
                            </div>
                        </div>
thanks for any help!
regards, spevoli