The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
AdminCP Quick Stats Tweak
How would I go about adding a [View] link in the AdminCP Quick Stats next to the "New Users Today" stat which would bring up the New Registrations Listing. It currently is a bit awkward to get there and I do it all the time...
|
#2
|
|||
|
|||
Edit the $vbphrase[new_users_today] phrase to read:
New Users Today <a href="/forum/admincp/user.php?do=find&orderby=joindate&direction=DESC&l imitnumber=30">[View]</a> |
#3
|
||||
|
||||
Quote:
|
#4
|
|||
|
|||
Funny, but I copied & pasted that right out of mine, and the VIEW link works just fine. When you click on the link, it takes you to the same page as if you clicked on USERS>SEARCH FOR USERS>LIST NEW REGISTRATIONS in AdminCP.
|
#5
|
||||
|
||||
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> |
#6
|
||||
|
||||
Ah, OK, sorry I didn't even notice the use of "forum" instead of what I use, "forums'. Also, the Quick Stats in vB 3.0.2 and 3.0.3 look different from the Quick Stats in previous versions of vB3 - in the current version the [View] link is in the results column.
|
#7
|
||||
|
||||
Anyone have a way to do this for vB 3.0.2 and higher?
|
#8
|
||||
|
||||
Quote:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|