By Glencoe Glen on Thursday, 20 March 2014
Posted in General Issues
Replies 3
Likes 0
Views 1K
Votes 0
Is there any way to disable or hide the Blog Details under settings?
I only want people to be bale to access their profile to change the avatar. The majority of people cannot post blogs, only comment.

Hello Glencoe,

You can actually turn this off in the settings. Take a look at my screen shot here, http://screencast.com/t/waGWGcjfF
·
Thursday, 20 March 2014 23:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Mark,
I already have this turned off, but it just removes the tab.

I want people to be able to access settings, but not the 'blog' portion. They need to be able to change their name, email address and avatar. So just remove the blog area in the screenshot.
·
Friday, 21 March 2014 00:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Edit the file /components/com_easyblog/themes/dashboard/system/dashboard.profile.php and remove the codes below:


<?php echo $this->fetch( 'dashboard.profile.blog.php' ); ?>
<?php echo $this->fetch( 'dashboard.profile.seo.php' ); ?>
<?php echo $this->fetch( 'dashboard.profile.facebook.php' ); ?>
<?php echo $this->fetch( 'dashboard.profile.twitter.php' ); ?>
<?php echo $this->fetch( 'dashboard.profile.linkedin.php' );?>
·
Friday, 21 March 2014 01:51
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post