By Darren Knipe on Friday, 09 October 2015
Replies 1
Likes 0
Views 801
Votes 0
how do you disable location field in video create page?
Hey Darren,

I am sorry for the delay of this reply, unfortunately that was not possible to disable it now, if you really want to remove this, you can modify this file -> JoomlaFolder\components\com_easysocial\themes\wireframe\videos\form.php


// remove this few line of code
<div class="form-group">
<label for="es-fields-85" class="col-sm-3 control-label">
<?php echo JText::_('COM_EASYSOCIAL_VIDEOS_VIDEO_LOCATION');?>
</label>
<div class="col-sm-8">
<?php echo $this->html('form.location', 'location', $video->getLocation()); ?>
</div>
</div>
·
Saturday, 10 October 2015 03:04
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post