By Albert on Thursday, 27 April 2017
Posted in General
Likes 0
Views 244
Votes 0
I want to make the addition of new BADGE in the EasySocial

If I want to add a new BADGE then I create a file with the .badge extension more like this
[
{
"title" : "COM_EASYSOCIAL_BADGES_POINTS_ACHIEVER",
"alias" : "points-achiever",
"description" : "COM_EASYSOCIAL_BADGES_POINTS_ACHIEVER_DESC",
"howto" : "COM_EASYSOCIAL_BADGES_POINTS_ACHIEVER_HOWTO",
"command" : "points.achieve",
"extension" : "com_easysocial",
"avatar" : "media/com_easysocial/badges/points-achiever.png",
"frequency" : 100
}
]

But I want to create a file so that it is not generated by "frequency" and "command", but by "Achieve Type" - 'By Points' 'Rules To Achieve The Badge' and 'Rules To Remove The Badge'
It would be nice to add a button to add and configure the new Badge
Yes, currently that was not possible the include those command in .badge file, I will log this into our issue tracker and see whether we can implement this in Easysocial 2.1 version.

It would be nice to add a button to add and configure the new Badge

Thanks for your suggestion, perhaps you can request this feature in https://stackideas.com/forums/easysocial/feature-requests-2 so we will see if there a lot of request this feature as well, if yes, we will definitely consider to add this in the future.
·
Thursday, 27 April 2017 13:08
·
0 Likes
·
0 Votes
·
0 Comments
·
I understood.
Tell me how to export/import created Badges from one site to another via the database MySQL
·
Thursday, 27 April 2017 22:12
·
0 Likes
·
0 Votes
·
0 Comments
·
You should just fire up phpMyAdmin and click on the export tab Then, on the target database table, just run the sql query by uploading the file
·
Thursday, 27 April 2017 23:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Is this clear and which tables to export?
·
Friday, 28 April 2017 05:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Take a look at the table #__social_badges
·
Friday, 28 April 2017 12:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you! All is well:)
·
Sunday, 30 April 2017 01:42
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome.
·
Sunday, 30 April 2017 01:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post