Quote:
Originally posted by Me2Be
[B]1] When it created the thread, can we have it add that day's date in the subject heading? Like "Today's Birthdays: June 13, 2002" -- this way the threads won't all be the same subject every day 
[B]
|
Find:
PHP Code:
// Creating Thread
After that add:
PHP Code:
$todays_date11= date("F j, Y", mktime (date("H")+$timeset, date("i"), date("s"), date("m"), date("d"), date("Y")));
$title3.=$todays_date11;
Quote:
2] On the list of that day's birthdays on the thread, is it possible to have each username linked to either their profile link, or better yet, 'send a PM' to them? (All of my members use PMs)
|
Their usernames are already linked to their profile, by default.. (clickable)
Quote:
I can't wait to see what happens tomorrow!
|
Let me guess: Hack will greet the birthdays hehe
Enjoy..
Logician