Show post author avatar in blog

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
6/6/2013 1:17:42 PM
Gravatar
Total Posts 18439

Re: Show post author avatar in blog

Hi Jamie,

I've already implemented in the source code repository config settings for each of those checkbox defaults. You can find them in BlogConfiguration.cs near the bottom of the file. I've also set the default defaults to false for some of those such as show avatar instead of true like they were.

​So, if you build your own from source this is available today, otherwise it will be in the next release.

Best,

Joe

6/6/2013 2:31:07 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Show post author avatar in blog

Excellent, thank you Joe!

6/6/2013 4:14:41 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Show post author avatar in blog

I pulled the latest source and was able to default "show author name" off with this key in my user.config:

   <add key="Blog:ShowAuthorNameCheckedByDefault" value="false" />

I do appreciate having this control at the installation level for now. If you feel it's worthy, I still think a low-priority change tracker entry to promote these three keys to blog-level settings would be helpful for us. I'm pretty sure that for at least a few blogs on our library site, we'd like to be able to default some of those on. Definitely no rush though.

Jamie

 

6/7/2013 12:03:04 PM
Gravatar
Total Posts 18439

Re: Show post author avatar in blog

Hi Jamie,

I've logged this in the project tracker. This kind of thing is not a difficult change so it is likely to get done when I get a chance. Probably put them in a separate group as Edit Page Defaults.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.