The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Recent & Upcoming Birthdays on Forum Home
A feature adding upcoming birthdays to forum home as we already have for events.
Even better would be have to both recent and upcoming birthdays. Thanks. |
#2
|
|||
|
|||
I would love that as well!
|
#3
|
|||
|
|||
Add me to the list if it hasn'tbeen made yet!
|
#4
|
||||
|
||||
This is my idea:
|
#5
|
||||
|
||||
I like it
Just say when and I'll click install. |
#6
|
||||
|
||||
Same here probably
|
#7
|
||||
|
||||
Now I just need someone to code this.
--------------- Added [DATE]1193401835[/DATE] at [TIME]1193401835[/TIME] --------------- Found this: Code:
$month = date("m"); $find = $db->query_read("SELECT userid,username,birthday FROM " . TABLE_PREFIX . "user WHERE birthday LIKE '$month-%'"); while ($user = $db->fetch_array($find)) { $userid = $user['userid']; $username = $user['username']; $birthday = $user['birthday']; $birthday = explode("-", $birthday); $birthmonth = $birthday[0]; if ($birthmonth = $month) { echo "<a href='member.php?u=$userid'>$username</a>, "; } } |
#8
|
||||
|
||||
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|