User Points Notification Email Not filling out correctly
seeoneomen - June 17, 2008 - 19:08
| Project: | User Points Contributed modules |
| Version: | 5.x-3.x-dev |
| Component: | Code: userpoints_email |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
I am having a problem with the email notification. The email sent out properly inputs the number of points, but the date, event and description is missing. In the email notification settings these variables are defined as : !points_date, !points_event, !points_description . If anyone knows how to fix this problem, please help me.
thanks.

#1
Please list all the userpoints modules that you have enabled, and their exact versions.
#2
I have these enabled:
Email notify 5.x-2.0
Email single notify 5.x-2.0
Role 5.x-2.0
User to User Points 5.x-2.0
Userpoints 5.x-3.4
Userpoints Autoapprove 5.x-2.0
Userpoints Basic 5.x-3.4
Userpoints Invite 5.x-2.0
Userpoints Retroactive 5.x-2.0
Userpoints Transaction Tools 5.x-2.0
Userpoints Workflow-NG integration 5.x-3.4
Views Integration 5.x-3.4
#3
You should use the 5.x-3.x-dev to replace the ones that are 2.x.
In any case, there is no variable called !points_date, !points_event, !points_description, so what you are asking for is not even an implemented feature.
#4
under Administer>Site Configuration>Points Settings>Email points notification
There is a text field that controls the body of the email notification that is
Congratulations!
You have !points_new new points.
Date : !points_date
Event : !points_event
Description : !points_description
When the email is sent, the date, event and description are left blank.
This is the problem I am trying to solve.
#5
Can you post what the path is? I mean /admin/settings/WHAT?
#6
Admin/Site Configuration/Points Settings/Email points notification
#7
You already stated that before. What I want is the path/URL that is in the browser's address bar, after your domain name.
admin/settings/SOMETHING.
I want to know what the SOMETHING is.
#8
/admin/settings/userpoints
#9
First, you are using an older version of the modules. You should be using the 5.x-3.x set of modules not the 5.x-2.0.
Second, you have two modules that send emails.
One is Email notify/userpoints_email, with settings that show under : Points threshold to send emails
The other is Email single notify/userpoints_singlenotify, with settings that show under : Notification of the latest added points
Each has its own tokens (the !something notation), and they are not interchangeable. This is why some emails have the stuff you are looking for, and others do not, depending on which module is sending the email ...