Gravatar link to User Profile in Forum does not work ?

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
4/7/2010 9:43:15 AM
Gravatar
Total Posts 149
Partner
mojoPortal Skinning, Custom Development and Support in Italy?
EffectiveWeb.it

Gravatar link to User Profile in Forum does not work ?

Hi Joe,

I'm testing the improvements of version 2.3.4.1. after completing the Italian resources translation.

In a Forum instance I have selected the option to link the avatar image to the profile instead of the Gravatar site (default).

The tooltip (a title) provides the correct text (View user profile for {0}) but the anchor still links to the Gravatar site.

This is the HTML code of the page

<div class="forumpostuseravatar">

<a id="ctl00_mainContent_rptMessages_ctl00_grav1" href="http://www.gravatar.com" title="Guarda il profilo utente di Admin"><img width="80" height="80" src="http://www.gravatar.com/avatar/***.jpg?r=G&amp;s=80" alt="Gravatar" /></a>

</div>
 

Is this a bug or my upgrade was not succesfull ?
 

4/7/2010 10:00:36 AM
Gravatar
Total Posts 18439

Re: Gravatar link to User Profile in Forum does not work ?

Hi Diego,

If the request is authenticated then it checks if the user is not allowed to view the member list (this also controls whether they can view profiles). You can set the allowed roles from site settings. If the user is authenticated and is not in an allowed role we just link to gravatar since we know for sure he is not allowed to view the profile.

If the request is not authenticated then we don't know if the user will be allowed to view the profile when he logs in, but we link to the profile anyway sine they will be prompted to login when they click the link. If they login and it turns out they are not allowed they will be redirected to access denied page.

Hope it helps,

Joe

4/7/2010 10:56:58 AM
Gravatar
Total Posts 149
Partner
mojoPortal Skinning, Custom Development and Support in Italy?
EffectiveWeb.it

Re: Gravatar link to User Profile in Forum does not work ?

Thank you Joe!

You are right, I was testing the feature with a user that was member of several roles but none of them was allowed to view the member list, according to the site settings.

Sorry for the inconvenience.

Diego

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