Search Results

Search: Posts Made By: Neo
Forum: Web Development 01-15-2019
4,885
Posted By Neo
FYI, MySQL fields above: | weeksinsequence ...
FYI, MySQL fields above:

| weeksinsequence | smallint(5) unsigned|
| lastweekactive | float unsigned |
| lastactivity | int(10) unsigned |

Trigger on...
Forum: Web Development 01-15-2019
4,885
Posted By Neo
Update: Currently running this code for the...
Update:

Currently running this code for the "weeks in sequence badge"... I think I found the bug:

<?php
$aweekinunixtime = 60 * 60 * 24 * 7;
$weekago = (time() - $aweekinunixtime) /...
Forum: Web Development 01-15-2019
4,885
Posted By Neo
Update: There is a bug in this "weeks in...
Update:

There is a bug in this "weeks in sequence" badging code.

Please ignore any "badge updates" related to this badge until I can find the bug and squash it.

Thanks.
Forum: Web Development 01-10-2019
4,885
Posted By Neo
Update: After testing, reset all members who...
Update: After testing, reset all members who have not been active in the past week, as follows:

UPDATE user SET lastweekactive = (lastactivity/(60*60*24*7)), weeksinsequence = 0 WHERE...
Forum: Web Development 01-09-2019
4,885
Posted By Neo
PS: I forgot to mention that I set all forum...
PS:

I forgot to mention that I set all forum members to 8 weeks active in a row (black). This means that that single badge will reset to light gray when a user is not active for a week; but...
Forum: Web Development 01-09-2019
4,885
Posted By Neo
OK.. this new badge is working OK it seems, will...
OK.. this new badge is working OK it seems, will test over time to insure it works properly.

TODO is to get the number of badged changed / awarded and the names of those badges to persist in the...
Forum: Web Development 01-09-2019
4,885
Posted By Neo
Color a Badge Based on the Weeks the Member is Active in the Latest Sequence
Hi Ravinder,

Could you (and anyone else who wants to help out) check this PHP code and confirm it does what I expect it to do, which is to color a badge based on the weeks a member is active in...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 04:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy