![]() |
AdminCP Quick Stats Improvement
1 Attachment(s)
Improved AdminCP Quick Stats:
In admincp/index.php CHANGE LINE 21 FROM: Code:
$specialtemplates = array('maxloggedin', 'acpstats'); Code:
$specialtemplates = array('maxloggedin'); CHANGE LINE 177-179 FROM: (adds "New Window" link at top of AdminCP) Code:
<a href="<?php echo $forumhomelink; ?>" target="_blank"><?php echo $vbphrase['forum_home_page']; ?></a> TO: Code:
<a href="../<?php echo $vbulletin->options['forumhome']; ?>.php<?php echo $vbulletin->session->vars['sessionurl_q']; ?>" ><?php echo $vbphrase['forum_home_page']; ?></a> FIND THIS STARTING AT LINE 817: Code:
// ##### Messages to Moderate REPLACE WITH THIS: Code:
// ##### Messages to Moderate FIND IN LINE 868: (reorganizes stats and adds additional stats) Code:
print_cells_row(array( REPLACE WITH: Code:
print_cells_row(array( FIND IN LINE 910/911: (Adds Memory Usage data block) Code:
print_table_footer(); REPLACE WITH: Code:
print_table_footer(); FIND IN LINE 1020: Code:
'http://www.vbulletin.com/docs/html/' => $vbphrase['reference_manual'] PLACE THIS DIRECTLY BELOW IT: (Adds vbulletin.org in the quick links) Code:
'http://www.vbulletin.org/' => 'vBulletin.org' Add the attached file (server_info.php) to your AdminCP folder. (Edit line 116 to include your database information: "localhost", "dbuser", "dbpassword", "dbname") See attached images for the enhancements. Enjoy! |
Love this. Please plugin this.
|
It can't be done. It requires editing files.
Plugins can do some useful staff, but can't touch files. |
1 Attachment(s)
Can you help me vb 4.2.0?
|
Quote:
Code:
************************************* and this: Code:
************************************* |
1 Attachment(s)
Yes done everything exactly
here is my index.php have tried everything without success |
Try this one, it is the full AdminCP index.php file minus the header and footer, just cut and paste it into yours and see if it works.
Let me know! |
Unfortunately it did not work :(
|
Quote:
|
Quote:
so have now update made to 4.2.3 but still it does not work still same error :( |
All times are GMT. The time now is 02:21 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|