By L. A. Devijen on Tuesday, 30 April 2019
Posted in Technical Issues
Likes 0
Views 605
Votes 0
Hello,

How disable location field in video submitting form?

Regards,
Lazer
Hey there,

Sorry to say this, unfortunately we don't have a setting to disable the location field. But you can try modify in this following file:

JoomlaFolder/components/com_easysocial/themes/wireframe/videos/form/default.php

Remove code from this line 178 to 184

<div class="o-form-group">
<?php echo $this->html('form.label', 'COM_EASYSOCIAL_VIDEOS_VIDEO_LOCATION', 3, false); ?>

<div class="o-control-input">
<?php echo $this->html('form.location', $video->getLocation()->table, '', 'video'); ?>
</div>
</div>


Then override this file into your current site template directory location:

JoomlaFolder/templates/YourCurrentTemplate/html/com_easysocial/videos/form/default.php
·
Tuesday, 30 April 2019 12:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,
Thank for your answer.
Regards,
Lazer
·
Tuesday, 30 April 2019 22:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Tuesday, 30 April 2019 23:21
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post