1
Roby73
findusers.php
  • 2012/1/11 23:50

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


For have all date format equal, i have modify file include/findusers.php

From:
<td align='center'>" . ($foundusers[$j]->getVar("user_regdate") ? date("Y-m-d", $foundusers[$j]->getVar("user_regdate")) : "") . "</td>
                    <
td align='center'>" . ($foundusers[$j]->getVar("last_login") ? date("Y-m-d H:i", $foundusers[$j]->getVar("last_login")) : "") . "</td>
                    <
td align='center'>" . $foundusers[$j]->getVar("posts") . "</td>";


to:

<td align='center'>" . ($foundusers[$j]->getVar("user_regdate") ? date(_SHORTDATESTRING, $foundusers[$j]->getVar("user_regdate")) : "") . "</td>
                    <
td align='center'>" . ($foundusers[$j]->getVar("last_login") ? date(_MEDIUMDATESTRING, $foundusers[$j]->getVar("last_login")) : "") . "</td>
                    <
td align='center'>" . $foundusers[$j]->getVar("posts") . "</td>";

2
Roby73
Re: findusers.php
  • 2012/4/5 2:37

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


Is not possible modify this file in new core?

3
Mamba
Re: findusers.php
  • 2012/4/5 7:00

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


I think, it's doable. Let me check with the Core Team to make sure.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

Login

Who's Online

148 user(s) are online (69 user(s) are browsing Support Forums)


Members: 0


Guests: 148


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits