Quote:
Originally posted by smachol
Worked great! The only thing is that I tried to add $todaysevents to my forumhome_pmloggedin template but it doesn't show. The reason I did this is because I have the Private Messages box at the top of the forum page and would like to have Today's Events there as well. I don't really want the Currently Active Users at the top of the page though.
If you're still bored, could you tell me how to do this?
Oh and one other thing - I noticed that the event for today stopped displaying when the server's time went past midnite. It looks like this isn't tied into the users time like $birthdaybits is. (Today's birthday still displayed.)
Thanks again!
|
forumhome_pmloggedin is evaluated before the $todaysevents in the hack code is. that may have something to do with it.
if you want the $todaysevents to show up there, move the
require('./todaysevents.php'); up before the pm stuff in index.php
and yes, i should fix the time problem. didn't even think about that. next version...