vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Whos online in Admincp (https://vborg.vbsupport.ru/showthread.php?t=93868)

Logikos 08-07-2005 10:00 PM

Whos online in Admincp
 
Whos online in Admincp

vBulletin 3.5.0 RC 2
www.vBHackers.com

What this does
This will show you who currently is online, inside your admincp. When clicking on there name, you will be directed to the users profile in the admincp for editing.


Notes:
  1. This is a port from my original hack which can be found here.
  2. I have requested an addional hook at vB.com. If added I will update this hack to have its own table, and no ending comma. :)

To do list...
  • Time to install: 1 minute
  • Queries to run: 0
  • File Mods: 0
  • Templates to edit: 0
  • Templates to add: 0
  • New Phrases: 0
  • New Plugins: 1

Please read carefully and make all the necessary changes as stated. This is will work if installed properly.
PLEASE REMEMBER TO BACKUP BEFORE YOU BEGIN! If you like this hack

Click It For Support!
https://vborg.vbsupport.ru/

Help & Support
Before asking for support Please make sure you have done all necessary changes! If you still need support please post a reply here.

Please post bugs and errors here. Hope you like, feedback welcomed.

Logikos 08-08-2005 04:30 PM

Last Comma Issue:
Fixed - Thanks Kirby! :)

About No Custom Table:
There currently is no hook avalible in the admincp/index.php page to create your own custom tables. Only a hook to add an addtional row. I have requested a new hook to beable to create custom tables at vB.com. If such hook is added in a future version, I will update this hack.

Boofo 08-08-2005 04:38 PM

You might want to change this in the first post? ;)

Quote:

vB Staff Title


Boofo 08-08-2005 04:38 PM

LOL You beat me to it. ;)

Logikos 08-08-2005 04:38 PM

lol I did

Andreas 08-08-2005 04:39 PM

PHP Code:

                        $activeusers .= ", <a href=\"user.php?$session[sessionurl]do=edit&u=$loggedin[userid]\">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]";
                }
        }

        
// memory saving
        
unset($userinfos$loggedin);
        
$activeusers substr($activeusers2); 

Comma gone :)

Btw: You can create your own Tables, see my Post @ vbulletin.com

Logikos 08-08-2005 04:42 PM

If you look at the code, I have that already there but I commented it out. I doesn't kill the last comma, instead it deletes the first two code spaces, which is '<a' instead of the if the ,

Logikos 08-08-2005 04:42 PM

Quote:

Originally Posted by KirbyDE
Btw: You can create your own Tables, see my Post @ vbulletin.com

Checking now :)

Andreas 08-08-2005 04:44 PM

For the Comma issue:
Closely look at the Code I posted and compare it with your original Code ;)

Logikos 08-08-2005 04:45 PM

Quote:

Originally Posted by KirbyDE
Btw: You can create your own Tables, see my Post @ vbulletin.com

But it is bound to the Admin Links and looks weird, I've tried that orginally and wasn't pleased with the look.


All times are GMT. The time now is 09:57 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01080 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete