Contentteller

Contentteller Support Forums
Home Forums > Contentteller > General Questions >

Online users in admin cp

Discussion in 'General Questions' started by error, Jun 19, 2009.

  1. error Customer

    Online users in admin cp

    How to put number of visitors in admin cp?
    error, Jun 19, 2009
    #1
  2. Philipp Administrator

    The following should work. Open /cadmin/online/menu_online.php in an editor and add before:

    PHP:
            $html -> makemenufooter();
    the following:

    PHP:
            $results = $database -> dbquery( "SELECT online_user FROM " . DB_PREFIX . "esselbach_ct_online" );
            echo 
    "<div class=\"contentalt\"><strong>" . $database -> dbrows( $results ) . " users online</strong></div>";
    Philipp, Jun 19, 2009
    #2
  3. ReviewStud New Member

    Nice addition to the CADMIN.

    Thanks,
    ReviewStud, Jun 23, 2009
    #3
  4. error Customer

    Do you have code for 2.1?
    error, May 1, 2010
    #4
  5. Philipp Administrator

    Removed the following code:

    PHP:
                if( $admin_count == $admin_all )
                {
                    ( 
    $rotate == "contentalt" ) ? $rotate = "contentclosealt" : $rotate = "contentclose" ;
                }
    and add before $html -> makemenufooter();:

    PHP:
            $results = $database -> dbquery( "SELECT online_user FROM " . DB_PREFIX . "esselbach_ct_online" ); 
            echo 
    "<div class=\"contentclose\"><strong>" . $database -> dbrows( $results ) . " users online</strong></div>";         
    Philipp, May 1, 2010
    #5
  6. error Customer

    Removed or remove code?
    error, May 1, 2010
    #6
  7. Philipp Administrator

    Sorry typo ;). You need to remove the code.
    Philipp, May 1, 2010
    #7
Tweet
Facebook:
Forgot your password?
Contentteller Support Forums
Home Forums > Contentteller > General Questions >
  • Home
  • Forums

    Forums

    Quick Links
    • Search Forums
    • What's New?
  • Members

    Members

    Quick Links
    • Registered Members
    • Current Visitors
    • Recent Activity
  • Help

    Help

    Quick Links
    • Smilies
    • BB Codes
    • Trophies

Separate names with a comma.

Advanced search...
    Forum software by XenForo™ ©2011 XenForo Ltd.