Wikka Mod 036
Type: Feature AdditionCredit:
WackoWikiModified the lastusers action from WackoWiki to work with Wikka and added the table formatting. -- JsnX
<?php
if ($stat===0) $limit = 1000;
else $limit = 100;
if (!$max || $limit<$max)
$max = $limit;
$last_users = $this->LoadAll("select name, signuptime from ".$this->config["table_prefix"]."users order by signuptime desc limit ".(int)$max);
$htmlout = "<table width=\"50%\" border=\"0\" cellpadding=\"3%\">\n".
" <tr>\n".
" <th><u>Name</u></td>\n".
" <th><u>Owned Pages</u></td>\n".
" <th><u>Signup Date/Time</u></td>\n".
" </tr>\n";
foreach($last_users as $user)
{
$htmlout .= " <tr>\n";
if ($stat!=="0") $num = $this->LoadSingle("select count(*) as n from ".$this->config["table_prefix"]."pages where owner='".$user["name"]."' AND latest = 'Y' AND comment_on = ''");
$htmlout .= " <td>".$this->Link($user["name"])."</td>\n <td>".($stat!=="0"?" . . . . . (".$num["n"].")":"")."</td>\n <td>(".$user["signuptime"].")</td>\n";
$htmlout .= " </tr>\n";
}
$htmlout .= "</table>\n";
print($htmlout);
?>
if ($stat===0) $limit = 1000;
else $limit = 100;
if (!$max || $limit<$max)
$max = $limit;
$last_users = $this->LoadAll("select name, signuptime from ".$this->config["table_prefix"]."users order by signuptime desc limit ".(int)$max);
$htmlout = "<table width=\"50%\" border=\"0\" cellpadding=\"3%\">\n".
" <tr>\n".
" <th><u>Name</u></td>\n".
" <th><u>Owned Pages</u></td>\n".
" <th><u>Signup Date/Time</u></td>\n".
" </tr>\n";
foreach($last_users as $user)
{
$htmlout .= " <tr>\n";
if ($stat!=="0") $num = $this->LoadSingle("select count(*) as n from ".$this->config["table_prefix"]."pages where owner='".$user["name"]."' AND latest = 'Y' AND comment_on = ''");
$htmlout .= " <td>".$this->Link($user["name"])."</td>\n <td>".($stat!=="0"?" . . . . . (".$num["n"].")":"")."</td>\n <td>(".$user["signuptime"].")</td>\n";
$htmlout .= " </tr>\n";
}
$htmlout .= "</table>\n";
print($htmlout);
?>
Lastest users....
| Username | Owned pages | Signup date/time |
|---|---|---|
| bizicafe | 0 | (2012-05-03 10:42:22) |
| LincolN | 0 | (2012-04-30 10:52:44) |
| HolmanCommunications | 0 | (2012-04-28 17:59:55) |
| wackozacko | 1 | (2012-04-28 03:22:36) |
| EaWiki | 0 | (2012-04-28 03:08:16) |
| chronofusion | 0 | (2012-04-24 19:03:55) |
| Jing Pang | 0 | (2012-04-24 10:25:16) |
| icanfly | 0 | (2012-04-20 08:32:02) |
| niklaz | 0 | (2012-04-19 08:44:37) |
| jai | 0 | (2012-04-10 02:04:56) |