Back to vBulletin 3.5 Add-ons

Add [View] link to New Users Today (AdminCP Quick Stats)
Mod Version: 1.00, by the Sandman

This modification is in the archives.
vB Version: 3.5.3 Rating: (0 vote - 0 average) Installs: 7
Released: 20 Jan 2006 Last Update: 22 Jan 2006 Downloads: 8
Not Supported Code Changes  

Logician coded this for me to use on my board, and gave me permission to post it here. This simple modification adds a [View] link to the "New Users Today" line in the AdminCP Quick Stats box. I use it quite often and I thought some of you might like to try it as well.

Edit admincp/index.php:

Find:
PHP Code:
$vbphrase['new_users_today'], vb_number_format($newusers['count']), 
Replace it with:
PHP Code:
$vbphrase['new_users_today'], vb_number_format($newusers['count']) . ' ' .
construct_link_code($vbphrase['view'],
"user.php?$session[sessionurl]do=find&orderby=joindate&direction=DESC&limitn
umber=30"
), 
(Note: This actually does not list today's members, it lists the last 30 members registered!)

Download

This modification is archived and cannot be downloaded.

Supporters / CoAuthors

  • Logician

Screenshots

 


vblts.ru supports vBulletin®, 2022-2024