New Badging System - Badges Prototype Beta 1 (Badges Only)


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? New Badging System - Badges Prototype Beta 1 (Badges Only)
# 22  
Old 12-29-2018
I understand, I will try to find time to code the "thank you" award series later today or at least by tomorrow.
# 23  
Old 12-29-2018
Seriously,

I just realized that when the prototype badge system is finished, someone could easily show there badge grid to a potential employer.

Might help them a "little bit" ;
This badging system is useful!!
These 2 Users Gave Thanks to Neo For This Post:
# 24  
Old 12-29-2018
OK.... since "thanks" is really important, I will prototype six badges for "received thanks", per this PHP code:

Code:
<?php

$color['fathumbsup'] = 'lightgray';     
$color['fatrophy'] = 'lightgray';
$color['fachalkboardteacher'] = 'lightgray';
$color['fashieldalt'] = 'lightgray';
$color['fastroopwafel'] = 'lightgray';
$color['fafirstorderalt'] = 'lightgray';


if ($modaluser['post_thanks_thanked_times'] > 0) {
    $color['fathumbsup'] = 'limegreen';
}


if ($modaluser['post_thanks_thanked_times'] > 99) {
    $color['fathumbsup'] = 'blue';
    $color['fatrophy'] = 'black';
}


if ($modaluser['post_thanks_thanked_times'] > 999) {
    $color['fathumbsup'] = 'indigo';
    $color['fachalkboardteacher'] = 'black';
}

if ($modaluser['post_thanks_thanked_times'] > 1999) {
    $color['fathumbsup'] = 'black';
    $color['fashieldalt'] = 'black';
}


if ($modaluser['post_thanks_thanked_times'] > 2999) {
    $color['fastroopwafel'] = 'black';
}


if ($modaluser['post_thanks_thanked_times'] > 3999) {
    $color['fafirstorderalt'] = 'black';
}


Code:
$badgejs .= 'badge["thanked"] = "'     . $color['fathumbsup'] . '";'; 
$badgejs .= 'badge["100thanked"] = "'  . $color['fatrophy'] . '";'; 
$badgejs .= 'badge["1000thanked"] = "' . $color['fachalkboardteacher'] . '";'; 
$badgejs .= 'badge["2000thanked"] = "' . $color['fashieldalt'] . '";'; 
$badgejs .= 'badge["3000thanked"] = "' . $color['fastroopwafel'] . '";'; 
$badgejs .= 'badge["4000thanked"] = "' . $color['fafirstorderalt'] . '";';

;


Will write the jQuery for this next.
# 25  
Old 12-29-2018
Draft jQuery for six thanked badged done:

Code:
$('.fa-thumbs-up').css("color",badge["thanked"]);
$('.fa-thumbs-up').css("cursor","pointer").attr("title","Received First Thanks!");
$('.fa-thumbs-up').closest('div').find('.fa-circle').css("color",badge["thanked"]);

$('.fa-trophy').css("color",badge["100thanked"]);
$('.fa-trophy').css("cursor","pointer").attr("title","Received 100 Thanks!");
$('.fa-trophy').closest('div').find('.fa-circle').css("color",badge["100thanked"]);

$('.fa-chalkboard-teacher').css("color",badge["1000thanked"]);
$('.fa-chalkboard-teacher').css("cursor","pointer").attr("title","Received 1000 Thanks!");
$('.fa-chalkboard-teacher').closest('div').find('.fa-circle').css("color",badge["1000thanked"]);

$('.fa-shield-alt').css("color",badge["2000thanked"]);
$('.fa-shield-alt').css("cursor","pointer").attr("title","Received 2000 Thanks!");
$('.fa-shield-alt').closest('div').find('.fa-circle').css("color",badge["2000thanked"]);

$('.fa-stroopwafel').css("color",badge["3000thanked"]);
$('.fa-stroopwafel').css("cursor","pointer").attr("title","Received 3000 Thanks!");
$('.fa-stroopwafel').closest('div').find('.fa-circle').css("color",badge["3000thanked"]);

$('.fa-first-order-alt').css("color",badge["4000thanked"]);
$('.fa-first-order-alt').css("cursor","pointer").attr("title","Received 4000 Thanks!");
$('.fa-first-order-alt').closest('div').find('.fa-circle').css("color",badge["4000thanked"]);

# 26  
Old 12-29-2018
Great.. six more protos done.... 17 out of 48... this is the addition of six new badges related to thanks.

Seems to work as designed.

Image
This User Gave Thanks to Neo For This Post:
# 27  
Old 12-29-2018
Quote:
Originally Posted by Neo
Great.. six more protos done.... 17 out of 48... this is the addition of six new badges related to thanks.

Seems to work as designed.
Awesome, I confirm it seems to be working for me.

Thanks,
R. Singh
# 28  
Old 12-29-2018
Thanks!

Yeah, 17 done, 31 to go. I think I will add another top level badge for thanks . for the 5000 mark.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. What is on Your Mind?

My Badges Page - A Major UserCP Update (v0.661):

Another major upgrade on the new UserCP today. I have created the "My Badges" page in the new control panel, and it's looking very cool :) If you have visited the new UserCP recently, you will more-than-likely need to close your browser (completely) and then restart it to clear out the old... (2 Replies)
Discussion started by: Neo
2 Replies

2. What is on Your Mind?

Patreon Badges Now Available as BBCODE at UNIX.COM

Dear All, We have a lot of amazing moderators and other very talented unix.com members who provide tireless top quality free technical support assistance to others. As a service to those long term unix.com members, I am making a new Patreon BBCODE badge available which can be posted in forum... (8 Replies)
Discussion started by: Neo
8 Replies

3. What is on Your Mind?

Current Array of Badges (Beta 1)

Here is the current array of the short description of badges for the new prototype badging system (Beta 1) with 42 icons allocated (prototype logic written) and 6 reserved (for future use); <?php $badges_desc = array( "fauser" => "Total Post Count", "faaward" => "First Post", ... (6 Replies)
Discussion started by: Neo
6 Replies

4. What is on Your Mind?

Status of Badging System - Beta 1

Dear All, Here is the current status of the badging system: The Beta 1 phase of the new badging system is close to completion. 42 prototype badges have been "allocated" 6 prototype badge slots are held in reserve The "alert you have new badges" prototype is running and is currently... (4 Replies)
Discussion started by: Neo
4 Replies

5. Web Development

Notes with Ravinder on Badging System Development Part II

Part II: Current PHP file Beta 73 Not Optimized: <?php $version = 73; $query = "SELECT * FROM " . TABLE_PREFIX . "user WHERE userid='" . $uid . "'"; $usertable = $db->query_read_slave($query); $modaluser = $db->fetch_array($usertable); $modaluser = gmdate("d F Y", $modaluser); $modaluser... (48 Replies)
Discussion started by: Neo
48 Replies

6. What is on Your Mind?

Four More UNIX.COM Achievement Award Badges to Award

Happy New Year! There are currently four UNIX.COM achievement awards up for grabs, as the say. Here they are, in no particular order: The Order of the Raven The Order of the Hippo The Order of the Spider The Order of the Dragon Don't ask me what they mean, or who who will get those... (0 Replies)
Discussion started by: Neo
0 Replies

7. Hardware

Stack Overflow Questions Tags Users Badges Unanswered Ask Question Ask for the explanation of types

I have read a document which tells me the following 4 things are done by the RAM embedded on disk driver controller. But I don't know what's difference between buffer and cache. Thanks! RAM on disk drive controllers 1 firmware 2 speed matching buffer 3 prefetching buffer 4 cache (1 Reply)
Discussion started by: 915086731
1 Replies
Login or Register to Ask a Question