The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
I want to remove "Tags" and "Category" from my upload page. So i did this so far put videos are not being uploaded.
Removed
<div class="required">
<label for="category" class="upload"><?php echo __('category'); ?></label>
<div class="categories">
<?php echo p('categories_select', $this->categories, $this->video['category']); ?>
<span id="category-error" class="error" style="display: none;"></span>
</div>
Also remove
<div class="required">
<label for="tags" class="upload"><?php echo __('tags'); ?></label>
<textarea name="tags" id="tags" rows="2" cols="60" class="mega"><?php echo e($this->video['tags']); ?></textarea>
<span id="tags-error" class="error" style="margin-left: 108px; display: none;"></span>
</div>
Offline
Any hints
Offline
Did you also modify modules/video/components/upload.php and make sure you change the code not to require categories and tags?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Okay, i added preset words for tags and title for testing. How can i set preset checked category?
Offline
You mean default category/tags? You need to edit modules/video/components/upload.php and set default items for the categories/tags. Also you might need to change the javascript, not to check on upload.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1