Parker Clack
12-04-2001, 10:00 PM
This really isn't a hack but something else to add to your main forum page.
In index.php right before
eval("dooutput(\"".gettemplate('forumhome')."\");");
put
$today = vbdate("F jS,Y",time());
(change the dateformat to however you have yours set up, ie:
m-d-y or as I have it above.
Then in the forumhome template
put
<smallfont>Today is: <b>$today</b></smallfont>
wherever in the forumhome template you would like to put this.
Parker
In index.php right before
eval("dooutput(\"".gettemplate('forumhome')."\");");
put
$today = vbdate("F jS,Y",time());
(change the dateformat to however you have yours set up, ie:
m-d-y or as I have it above.
Then in the forumhome template
put
<smallfont>Today is: <b>$today</b></smallfont>
wherever in the forumhome template you would like to put this.
Parker