- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 58 guest(s) and 1 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - date problem with phpBB addon [ ]
Author
Message
ravernews
Premium
Joined: Jan 26, 2003
Posts: 230
Location: USA
Posted:
Tue Mar 11, 2003 8:23 am
When I look at the profile of a user it says joined 1970 january 1 What gives?
Thanks
_________________ I am new at this, give me time.
PHPNUKE = Less Code
NukeCops = More power
PhpNuke + NukeCops = "less code more power"
ravernews
Premium
Joined: Jan 26, 2003
Posts: 230
Location: USA
Posted:
Tue Mar 11, 2003 4:09 pm
???????????????????/
_________________ I am new at this, give me time.
PHPNUKE = Less Code
NukeCops = More power
PhpNuke + NukeCops = "less code more power"
chatserv
General
Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
Posted:
Tue Mar 11, 2003 5:28 pm
Open includes/usercp_viewprofile and look for
Code:
'JOINED' => create_date($lang['DATE_FORMAT'], $profiledata['user_regdate'], $board_config['board_timezone']),
change to
Code:
'JOINED' => $profiledata['user_regdate'],
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum