Quote:
Originally Posted by Rick
Nice hack.
I have it installed and working, but I am seeing all of the HTML code surrounding the birthday people. Does HTML have to be enabled in the forum for this to work properly?
|
I guess so. The other option is to take out the HTML and forgo the links to their profiles. I think you could use /n for line breaks (???).
Quote:
Originally Posted by Rick
Also, what do I need to do to change the subject of the thread. I have LOTS of members and having all of the user names in the subject line is way too much clutter.
Thank you.
Rick
|
The easiest thing to do is replace:
$title3.= $bday_title;
with:
$title3.= "our members";
That would make the subject "Happy Birthday to our members on whateverdate".
Enjoy!