By Hideto on Friday, 27 January 2017
Posted in General Issues
Likes 0
Views 238
Votes 0
Hello,

I cannot figure out how to hide/disable "your website" field under profile settings section.

I've checked backend > ACL > Profile, but couldn't find the control of website URL.

Thanks,
rikao
Hi Hideto,

The field is actually from the profile types custom field itself. Simply headed to backend > easysocial > profile types > custom fields and search for "website" field as you can see from my screenshot here, http://take.ms/kNCjA .

Hope these help.
·
Friday, 27 January 2017 16:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ezrul,

Thanks for your reply, but I haven't installed EasySocial.
I'm talking about EasyBlog's "your website" field.

Thanks,
·
Friday, 27 January 2017 16:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Hideto,

Apologies for the confusions earlier. Currently there is no way to turn this off but you can edit the file /components/com_easyblog/themes/wireframe/dashboard/account/blog.php and remove the codes below:

[gist]
<div class="form-group">
<label class="col-md-3 control-label"><?php echo JText::_('COM_EASYBLOG_DASHBOARD_BLOGGER_WEBSITE');?></label>
<div class="col-md-5">
<input class="form-control" id="url" type="text" name="url" size="50" value="<?php echo $this->escape($profile->url); ?>" />
</div>
</div>
[/gist]
·
Friday, 27 January 2017 18:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

Can it be done with template overriding?
·
Tuesday, 31 January 2017 14:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Yep, just place the file in /templates/JOOMLA_TEMPLATE/html/com_easyblog/dashboard/account/blog.php
·
Tuesday, 31 January 2017 14:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,
Thank you. It works perfectly.
Hope it will be able to enable/disable on ACL in the future

Thanks,
·
Tuesday, 31 January 2017 16:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

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

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.

Hope it will be able to enable/disable on ACL in the future

It would be best if you can submit a feature request regarding this issues in our voice page -> http://stackideas.com/voices, so everyone else could vote for it, the more people request on this, and we will priority consider it.

Thanks for your understandings
·
Tuesday, 31 January 2017 16:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post