Difference between revisions of "JS Hello Me"

(Backend Settings)
Line 16: Line 16:
 
* '''Show Resend Activation Code Link''' - If set to yes, it will display link to Resend Activation Code page if user is not logged in
 
* '''Show Resend Activation Code Link''' - If set to yes, it will display link to Resend Activation Code page if user is not logged in
 
* ''' Remember me''' - it allows to control appearance of Remember Me checkbox for non-logged in users.
 
* ''' Remember me''' - it allows to control appearance of Remember Me checkbox for non-logged in users.
Show checked - displays Remember Me checkbox checked
+
** Show checked - displays Remember Me checkbox checked
Show unchecked - displays Remember Me checkbox unchecked
+
** Show unchecked - displays Remember Me checkbox unchecked
Hide checked - hides Remember Me checkbox but it will be checked
+
** Hide checked - hides Remember Me checkbox but it will be checked
Do not use - disables Remember Me checkbox
+
** Do not use - disables Remember Me checkbox
 
* ''' Redirect Logout''' - Allow admin to select the page where to redirect after logout
 
* ''' Redirect Logout''' - Allow admin to select the page where to redirect after logout
 
* ''' Redirect Login''' - Allow admin to select the page where to redirect after login
 
* ''' Redirect Login''' - Allow admin to select the page where to redirect after login

Revision as of 03:23, 29 June 2016

Overview

Hello Me is one of the most used modules in JomSocial.
It shows the most important information about the user in a convenient module box as well as allowing to be used as a login module for unregistered users.

Backend Settings

9b043d838c22483cb1018d63aa80585a.png

  • Show Avatar - If set to yes, the avatar picture will be shown in module when user is logged in
  • Show Name - If set to yes, it will display member name when user is logged in
  • Show Badge - If set to yes, it will display member badge (karma level) when user is logged in
  • Show Notifications - If set to yes, it will display notification icons (Global Notifications, Friends Request and Messages) when user is logged in
  • Show Menu - If set to yes, it will display shortcuts to member pages (My Friends, My Photos, My Videos, My Groups and My Events) with counter when user is logged in
  • Show Logout - If set to yes, it will display logout button when user is logged in
  • Facebook Connect - If set to yes, and Facebook Connect is properly configured you can enable this and FBC button will show up for non-logged in users
  • Show Forgot Password Link - If set to yes, it will display link to Remind Password page if user is not logged in
  • Show Forgot Username Link - If set to yes, it will display link to Remind Username page if user is not logged in
  • Show Resend Activation Code Link - If set to yes, it will display link to Resend Activation Code page if user is not logged in
  • Remember me - it allows to control appearance of Remember Me checkbox for non-logged in users.
    • Show checked - displays Remember Me checkbox checked
    • Show unchecked - displays Remember Me checkbox unchecked
    • Hide checked - hides Remember Me checkbox but it will be checked
    • Do not use - disables Remember Me checkbox
  • Redirect Logout - Allow admin to select the page where to redirect after logout
  • Redirect Login - Allow admin to select the page where to redirect after login

Module View

Logged out without Facebook Connect

3b7d829c6604406fb2d6c95310df3e89.png

Logged out with Facebook Connect

Ceb346c0f92b4043be589aacd1890f91.png

Logged in

0181015c965b4ab1baae6273654c45a8.png

See Also