|
Joined: Feb 2002
Posts: 2,286
Veteran
|
Veteran
Joined: Feb 2002
Posts: 2,286 |
If no year of birth is included by the user, then this box is showing the current year - i.e. 2008, as the age.
Fans Focus - Focusing on Fans of Sport (Okay - mainly football (the British variety at the moment - but expanding all the time....)
|
|
|
|
Joined: Feb 2002
Posts: 2,286
Veteran
|
Veteran
Joined: Feb 2002
Posts: 2,286 |
BTW - this is probably because the profile shows the year of birth as 0!
Fans Focus - Focusing on Fans of Sport (Okay - mainly football (the British variety at the moment - but expanding all the time....)
|
|
|
|
Joined: Feb 2007
Posts: 329
Yarp™
|
Yarp™
Joined: Feb 2007
Posts: 329 |
Yeah, it takes the current year minus the birth year as age. Have to update this for 7.3 anyway for usercolorcoding, will fix this too. edit: change line: if ($config['AGE_WITH_BIRTHDAYS'] && !$coppauser) { into: if ($config['AGE_WITH_BIRTHDAYS'] && !$coppauser && $byear ) {
|
|
|
|
Joined: Feb 2002
Posts: 2,286
Veteran
|
Veteran
Joined: Feb 2002
Posts: 2,286 |
Thanks - let us know when you have an updated version released.
Fans Focus - Focusing on Fans of Sport (Okay - mainly football (the British variety at the moment - but expanding all the time....)
|
|
|
|
Joined: Feb 2007
Posts: 329
Yarp™
|
Yarp™
Joined: Feb 2007
Posts: 329 |
Thanks - let us know when you have an updated version released. I just made an update, but permissions don't seem to be correct here yet in this subforum, I can't edit my first post. /* PHP CODE HERE */
$maxdaysago=60;
$temp = getdate($now); $month = $temp["mon"]; $mday = $temp["mday"]; $year = $temp["year"];
$visitlimit=time()-60*60*24*$maxdaysago;
if (isset($config['BIRTHDAYS_IN_CALENDAR']) && $config['BIRTHDAYS_IN_CALENDAR']) { $query = " SELECT t1.USER_DISPLAY_NAME,t2.USER_BIRTHDAY,t1.USER_IS_UNDERAGE,t1.USER_ID,t2.USER_NAME_COLOR,t1.USER_MEMBERSHIP_LEVEL FROM {$config['TABLE_PREFIX']}USERS as t1, {$config['TABLE_PREFIX']}USER_PROFILE as t2, {$config['TABLE_PREFIX']}USER_DATA as t3 WHERE t2.USER_BIRTHDAY LIKE ? AND t1.USER_IS_BANNED != '1' AND t2.USER_PUBLIC_BIRTHDAY = '1' AND t3.USER_LAST_VISIT_TIME >= ? AND t1.USER_ID = t2.USER_ID AND t1.USER_ID = t3.USER_ID "; $sth = $dbh -> do_placeholder_query($query,array("$month/$mday/%",$visitlimit),__LINE__,__FILE__); $marray[0] = ""; while(list($uname,$birthday,$coppauser,$birthdayuser,$Color,$PostStatus) = $dbh -> fetch_array($sth)) { @list($bmonth,$bday,$byear) = @split("/",$birthday); $age = ""; if ($config['AGE_WITH_BIRTHDAYS'] && !$coppauser && $byear) { $age = $year - $byear; $age = " ($age)"; } // end if $Color = trim($Color); $uname = $html->user_color($uname, $Color, $PostStatus); $bdays .= "<a href=\"{$config['BASE_URL']}/ubbthreads.php?ubb=showprofile&User=$birthdayuser\">$uname</a>$age, "; } // end while } // end if if (!$bdays) { $bdays="No birthdays today"; } else { $bdays = substr($bdays,0,strlen($bdays)-2); $bdays = "Happy birthday ".$bdays."."; } /* BODY HERE */ $body = <<<EOF $bdays EOF; This is the latest/greatest for 7.3.
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
BTW, it'd be good to have seperate UBB7.3 and Pre7.3 versions listed  ...
|
|
|
|
Joined: Feb 2007
Posts: 329
Yarp™
|
Yarp™
Joined: Feb 2007
Posts: 329 |
BTW, it'd be good to have seperate UBB7.3 and Pre7.3 versions listed  ... It be even better if I were able do to just that in post #1 
|
|
|
|
Joined: Feb 2002
Posts: 2,286
Veteran
|
Veteran
Joined: Feb 2002
Posts: 2,286 |
I have added the 7.3 version to the first post  Let me know if you would like the other version removed or updated.
Fans Focus - Focusing on Fans of Sport (Okay - mainly football (the British variety at the moment - but expanding all the time....)
|
|
|
|
Joined: Apr 2001
Posts: 96
Power User
|
Power User
Joined: Apr 2001
Posts: 96 |
But it never stopped working, at least for me... any major change?
|
|
|
|
Joined: Feb 2007
Posts: 329
Yarp™
|
Yarp™
Joined: Feb 2007
Posts: 329 |
But it never stopped working, at least for me... any major change?
Username color coding is added for 7.3, because you also have global mods in it with their own color. And a bug is fixed that Ian mentioned, if a user has no birthyear filled in in their profile, the age was wrong.
|
|
|
|
Joined: Apr 2001
Posts: 96
Power User
|
Power User
Joined: Apr 2001
Posts: 96 |
Gotcha - point taken! 
|
|
|
|
Joined: Feb 2007
Posts: 329
Yarp™
|
Yarp™
Joined: Feb 2007
Posts: 329 |
Gotcha - point taken!  Updated code also? 
|
|
|
|
Joined: Apr 2007
Posts: 42
User
|
User
Joined: Apr 2007
Posts: 42 |
Nice one.
Is there a way to "offset time".
So for example if we are in Japan then "today" is today as it is in Japan? Right now I have 2 birthdays for today, but they did not show up (even though they were active members).
Thanks
|
|
|
|
Joined: Feb 2007
Posts: 329
Yarp™
|
Yarp™
Joined: Feb 2007
Posts: 329 |
Since this is all cached stuff, doing timezones per user is a bit difficult. Everything now has to be based on servertime.
would be cool if a cached version would be created per timezone.
|
|
|
|
Joined: Apr 2007
Posts: 42
User
|
User
Joined: Apr 2007
Posts: 42 |
I wasn't asking for "per user", but to be "set" to the timeozone for all users.
(Our server is not based in the same time zone as where we are and where I want it set for and when I tried the above it semeingly was using the server time).
Thanks
|
|
|
|
Joined: Feb 2007
Posts: 329
Yarp™
|
Yarp™
Joined: Feb 2007
Posts: 329 |
Okay, I need to take the server offset time into considiration. Never throught of that one.
|
|
|
|
Joined: Feb 2007
Posts: 329
Yarp™
|
Yarp™
Joined: Feb 2007
Posts: 329 |
okay, just before: add $now = time()+($config['SERVER_TIME_OFFSET']*60*60);
Should work, not tested yet since I don't have an install at hand where I can easely test this. Will test this and update the first post.
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 254
Joined: January 2000
|
|
Forums63
Topics37,575
Posts293,930
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|