| Re: Xoops 2.3.1 RC shows wrong date? |
| by sailjapan on 2008/10/17 6:35:35 Um, I still have the problem mentioned in #2. but with an earlier version on newbb. See here. I went to the link in Alian's post, but it's all in German. What was the fix, Alian? [Edit:] All fixed! Many thanks to Ghia. See this thread. |
| Re: Xoops 2.3.1 RC shows wrong date? |
| by Marco on 2008/10/9 3:55:57 nr 2 added to SF bugtracker thx |
| Re: Xoops 2.3.1 RC shows wrong date? |
| by Alian on 2008/10/9 0:42:01 Problem solved. Thank Trabis |
| Re: Xoops 2.3.1 RC shows wrong date? |
| by mrphilong on 2008/10/7 23:55:14 Hi Trabis, File modified as suggested. Clear \caches\smarty_compile Existing user showing 1/1/1970 New user showing 1/1/1970 |
| Re: Xoops 2.3.1 RC shows wrong date? |
| by trabis on 2008/10/7 22:26:04 You can edit modules/system/admin/users/main.php Around line 175 find this: le="color: #000000"><?php $newuser->setVar("name", $name); $newuser->setVar("uname", $username); $newuser->setVar("email", $email); $newuser->setVar("url", formatURL($url)); $newuser->setVar("user_avatar",'blank.gif'); And add this line bellow: le="color: #000000"><?php $newuser->setVar("user_regdate", time()); |