By Jeff Koehler on Tuesday, 03 December 2013
Replies 13
Likes 0
Views 1.1K
Votes 0
I would like to change what it looks like on the front end for a user to edit their blogger profile. I would like the layout on the front end to look more like what I see when I click on a blogger on the back end and select blogger info. I have attached two screen shots. Layout on front end is what it currently looks like and layout on backend is what I want the front end to look like.

Could someone help me out with this?

Thanks!
Hello Jeff,

We normally do not provide customizations as outlined in our support policy http://stackideas.com/support . However, out of good faith, I have helped you to customize the file /components/com_easyblog/themes/dashboard/system/dashboard.profile.blog.php and dashboard.profile.php just this once
·
Wednesday, 04 December 2013 10:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jeff,

I am sorry but this is actually out of the scope of our support. If you need to customize this, please edit the file /components/com_easyblog/themes/dashboard/system/dashboard.profile.php
·
Tuesday, 03 December 2013 10:01
·
0 Likes
·
0 Votes
·
0 Comments
·
I must be missing something on the frontend profile edit screen. I dont see where it allows the user to change the avatar. How can a user do this?

Thanks
·
Tuesday, 03 December 2013 11:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jeff,

You could set in backend > easyblog > settings > layout
screenshot --> http://screencast.com/t/CeCKqhDB
When set user can set avatar in front end.

Thanks:)
·
Tuesday, 03 December 2013 11:53
·
0 Likes
·
0 Votes
·
0 Comments
·
I have that setting set but I still dont see on the users screen where to upload an avatar. I have attached above what the user edit profile screen looks like on the front end. Am I looking at the wrong spot?

http://stackideas.com/forums?controller=attachment&task=displayFile&tmpl=component&id=7804
·
Tuesday, 03 December 2013 12:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jeff

You would have to set it in your backend > easyblog > ACL to allow your user to upload Avatar.
screenshot --> http://screencast.com/t/K3bWgwMv

Thanks:)
·
Tuesday, 03 December 2013 12:39
·
0 Likes
·
0 Votes
·
0 Comments
·
I currently have it set up so the only user able to edit their easyblog profile is the super user which is the password I gave you. Please let me know if you have any questions.

Thanks
·
Wednesday, 04 December 2013 00:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jeff,

I am really sorry but I guess I misunderstood your request as I thought you wanted the front end to look like the back end. The reason that the avatar section isn't appearing when you edit your profile is because the option that is highlighted in the screen shot here, http://screencast.com/t/j0W7RWxBzdB was actually disabled. I have enabled this and it appears correctly now
·
Wednesday, 04 December 2013 03:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Actually you are right. That was my original request but I changed that when I found out it was a big task. Thanks for getting this fixed for me. You guys provide excellent support!

I have one more request with the blogger profile edit screen. Is it possible to hide a few items? I have attached a couple of screen shots of what I want to get rid of.

Also, if I want to change some of the language on the profile page what file would I need to edit.

Thanks again!
·
Wednesday, 04 December 2013 07:47
·
0 Likes
·
0 Votes
·
0 Comments
·
For some reason it isn't letting me attach my screenshot. It is saying fakepath as the file. I just want to remove the following:
Under Article:
Remove Blog Title, Blog Description, Your Website, and Blog permalink

Remove Search Engine Optimizations and Google

Thanks!
·
Wednesday, 04 December 2013 07:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Awesome! Thanks!
·
Wednesday, 04 December 2013 10:39
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Wednesday, 04 December 2013 10:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Also, if I want to change some of the language on the profile page what file would I need to edit.

You could change them in JOOMLA\language\en-GB\en-GB.com_easyblog.ini
or you could download languages in:
Links --> http://stackideas.com/downloads/languages/easyblog

Under Article:
Remove Blog Title, Blog Description, Your Website, and Blog permalink

please go here and comment out the tags.
Joomla\components\com_easyblog\themes\dashboard\system\dashboard.profile.blog.php
ie.

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


Remove Search Engine Optimizations and Google

#widget-profile-google {
display: none;
}


#widget-profile-seo {
display: none;
}
·
Wednesday, 04 December 2013 11:07
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post