I have created the .badge file (shown below) with a name of attendance.badge and I have uploaded the appropriate images. Easy social shows discoveries, but none of the new badges appear. And when I attempt instead to install the file, it tells me the .badge file is an invalid format.
So either my syntax in the file is wrong. the file name is wrong - or your process is wrong.
[
{
"title" : "Good Attender",
"description" : "Badge for Attending 5 Events",
"howto" : "To unlock this badge, you need to have marked on 5 events that you are attending.",
"alias" : "Good Attender",
"extension" : "com_easysocial",
"command" : "event.attend",
"avatar" : "media/com_easysocial/badges/goodattender.png",
"frequency" : 5
},
{
"title" : "Great Attender",
"description" : "Badge for Attending 10 Events",
"howto" : "To unlock this badge, you need to have marked on 10 events that you are attending.",
"alias" : "Great Attender",
"extension" : "com_easysocial",
"command" : "events.going",
"avatar" : "media/com_easysocial/badges/greatattender.png",
"frequency" : 10
},
{
"title" : "Super Attender",
"description" : "Badge for Attending 20 Events",
"howto" : "To unlock this badge, you need to have marked on 20 events that you are attending.",
"alias" : "Super Attender",
"extension" : "com_easysocial",
"command" : "events.going",
"avatar" : "media/com_easysocial/badges/superattender.png",
"frequency" : 20
},
{
"title" : "Marvellous Attender",
"description" : "Badge for Attending 50 Events",
"howto" : "To unlock this badge, you need to have marked on 50 events that you are attending.",
"alias" : "Marvellous Attender",
"extension" : "com_easysocial",
"command" : "events.going",
"avatar" : "media/com_easysocial/badges/marvellousattender.png",
"frequency" : 50
},
{
"title" : "Master Attender",
"description" : "Badge for Attending 100 Events",
"howto" : "To unlock this badge, you need to have marked on 100 events that you are attending.",
"alias" : "Master Attender",
"extension" : "com_easysocial",
"command" : "events.going",
"avatar" : "media/com_easysocial/badges/masterattender.png",
"frequency" : 10
0
},
{
"title" : "Amazing Attender",
"description" : "Badge for Attending 200 Events",
"howto" : "To unlock this badge, you need to have marked on 200 events that you are attending.",
"alias" : "Amazing Attender",
"extension" : "com_easysocial",
"command" : "events.going",
"avatar" : "media/com_easysocial/badges/amazingattender.png",
"frequency" : 200
},
{
"title" : "Stupendous Attender",
"description" : "Badge for Attending 300 Events",
"howto" : "To unlock this badge, you need to have marked on 300 events that you are attending.",
"alias" : "Stupendous Attender",
"extension" : "com_easysocial",
"command" : "events.going",
"avatar" : "media/com_easysocial/badges/stupendousattender.png",
"frequency" : 300
}
]