Quote:
Originally Posted by KirbyDE
Well, not everybody does have the board installed in /forum
Therefore you should use
Code:
New Users Today <a href="user.php?do=find&orderby=joindate&direction=DESC&limitnumber=30">[View]</a>
As the page gets loaded from admincp directory this relative link should work in all installations, no matter what the real path is.
|
Why don't you just make the number itself clickable instead of adding a View link? Like this:
PHP Code:
$vbphrase['new_users_today'], "<a href=\"user.php?$session[sessionurl]do=find&user[joindateafter]=".date('Y-m-d')."\" target=\"_blank\">".vb_number_format($newusers['count'])."</a>",