kjell
06-22-2004, 04:46 PM
Hi all!
In my news header I get - by XXXX On M d, Y - g:i A. Also in the welcome message it won't parse the last visited time.
If I change the code in welcomeblock.php from $lastvisitdate = vbdate($vba_options['portal_welcome_lastvisit_date'], $bbuserinfo['lastvisit']); to $lastvisitdate = date($vba_options['portal_welcome_lastvisit_date'], $bbuserinfo['lastvisit']); it will work so it seems like vbdate does not work correctly.
What could be the problem :confused:
In my news header I get - by XXXX On M d, Y - g:i A. Also in the welcome message it won't parse the last visited time.
If I change the code in welcomeblock.php from $lastvisitdate = vbdate($vba_options['portal_welcome_lastvisit_date'], $bbuserinfo['lastvisit']); to $lastvisitdate = date($vba_options['portal_welcome_lastvisit_date'], $bbuserinfo['lastvisit']); it will work so it seems like vbdate does not work correctly.
What could be the problem :confused: