By Danny on Saturday, 25 January 2014
Replies 3
Likes 0
Views 689
Votes 0
Hello, is it possible, profilefields website and Meta in Profile edit hide?

Thanks.
Greets Danny
Hello Danny,

You can remove the website field by editing the file /components/com_easyblog/themes/dashboard/system/dashboard.profile.blog.php and removing the codes below:


<li>
<label for="url"><?php echo JText::_('COM_EASYBLOG_DASHBOARD_BLOGGER_WEBSITE'); ?> :</label>
<div><input class="input text width-250" id="url" type="text" name="url" size="50" value="<?php echo $this->escape( $profile->url ); ?>" /></div>
</li>


As for the meta details, edit the file /component/com_easyblog/themes/dashboard/system/dashboard.profile.php and remove the codes below,


<?php echo $this->fetch( 'dashboard.profile.seo.php' ); ?>
·
Saturday, 25 January 2014 12:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for quick reply. I can remove these rows, but on every update, my changes can be removed. I hope, it will be comes option in adminpanel, to hide these fields.

Greets Danny
·
Saturday, 25 January 2014 16:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the heads up on this Danny
·
Saturday, 25 January 2014 16:41
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post