PropertyValue
rdfs:label
  • Notifications
rdfs:comment
  • notification values: this is a popup window containing a message that will be given to the current player. "name-of-entry-in-notifications.properties" or "message"
  • Notifications let you know when someone likes your post, replies to your comment, or replies to a comment you replied to. They are part of Google+. On Christmas and New Year's Eve they had a special looking bell on their notifications.
  • Notifications are messages that show up in the middle-top of the screen when something special happens in the game. There are three types of notifications: those which are shown to the whole server as an announcement, those which are visible for a certain team and those which are only shown to a single player.
  • The right hand column of your Home page notifies you about the following requests: * friend requests * friend detail requests * relationship requests * event and group invitations * event and group invitation requests * photo tag and photo printshop requests * upcoming friends' birthdays * messages and pokes
  • You will find your notifications on the top left side of your screen. It can look a little different depending on what skin you're employing, but the function is the same. Notifications are you life line to the Rogue Spy society, they keep you apprised of all the crazy events occurring around you. Specifically, you may see the following events crop up onto your notifications list at various times. They are described below Image:Notifications.jpg
  • Notifications are a part of the Nitrome accounts. They notify the user of anything that has happened related to their profile.
  • Players have the option to receive email notifications for the following reasons: * Received private message * Won a challenge * Gifted with gems * Gifted with a subscription * Invited to a party * Invited to a guild * Kicked from group * A quest has begun * Invited to a quest * Account is inactive * Summaries of account activity in the past week Each can be opted in or out of separately.
Current Version
  • website/public/js/controllers/authCtrl.js
  • website/public/js/controllers/notificationCtrl.js
  • website/public/js/services/notificationServices.js
  • website/src/models/user.js
  • website/views/shared/header/menu.jade
dcterms:subject
dbkwik:nitrome/property/wikiPageUsesTemplate
dbkwik:diep-io/property/wikiPageUsesTemplate
dbkwik:habitica/property/wikiPageUsesTemplate
more info
  • This code controls when task-related notifications as well as certain modals appear. It watches for changes to certain values , and when it detects a change, displays the relevant notification.
  • Each type of email notification has a Boolean preference associated with it. These values are checked when a relevant action is taken to determine whether an email should be sent. For example, when a user is gifted a gem, this code determines whether a notification email should be sent.
  • This code controls the appearance and content of the task-related notifications.
  • This code controls what notifications should appear in the notification panel.
old date
  • June 2015
old version starting line
dbkwik:diepio/property/wikiPageUsesTemplate
Description
  • Email notification user preferences
  • Notification panel backend code
  • Notification panel display
  • Notification popup control
  • Task-related notification styling
abstract
  • notification values: this is a popup window containing a message that will be given to the current player. "name-of-entry-in-notifications.properties" or "message"
  • Notifications let you know when someone likes your post, replies to your comment, or replies to a comment you replied to. They are part of Google+. On Christmas and New Year's Eve they had a special looking bell on their notifications.
  • Notifications are messages that show up in the middle-top of the screen when something special happens in the game. There are three types of notifications: those which are shown to the whole server as an announcement, those which are visible for a certain team and those which are only shown to a single player.
  • The right hand column of your Home page notifies you about the following requests: * friend requests * friend detail requests * relationship requests * event and group invitations * event and group invitation requests * photo tag and photo printshop requests * upcoming friends' birthdays * messages and pokes
  • You will find your notifications on the top left side of your screen. It can look a little different depending on what skin you're employing, but the function is the same. Notifications are you life line to the Rogue Spy society, they keep you apprised of all the crazy events occurring around you. Specifically, you may see the following events crop up onto your notifications list at various times. They are described below Image:Notifications.jpg
  • Players have the option to receive email notifications for the following reasons: * Received private message * Won a challenge * Gifted with gems * Gifted with a subscription * Invited to a party * Invited to a guild * Kicked from group * A quest has begun * Invited to a quest * Account is inactive * Summaries of account activity in the past week Each can be opted in or out of separately. The player can also select "Check to Unsubscribe from Emails". This unsubscribes the player from receiving any emails from Habitica. However, this means that player will never be notified about important changes to the site or to their account.
  • Notifications are a part of the Nitrome accounts. They notify the user of anything that has happened related to their profile.