Admin in the left menu show the total number of users

Tomcat Whalter Posted in Component Development 5 years ago

File : themes/facebook/plugins/default/menus/sections/newsfeed.php

search :

$menus = $params['menu'];

add after that :

$users = new OssnUser;
 $total = array(
                $users->countByGender(),
                $users->countByGender('female')
                );

search :

<div class="sidebar-menu-nav">
          <div class="sidebar-menu">
                 <ul id="menu-content" class="menu-content">

add after that :

                 <?php
  if(ossn_isAdminLoggedin()) {                  
  echo ossn_print("users");?> (<?php echo array_sum($total);?> )<?php
  }
  ?>
Replies
us Helen Lubar Replied 5 years ago

Jonathon, you can get it from me.

us Helen Lubar Replied 5 years ago

~Z~Man, just updated.

gb Jonathan Calver Replied 5 years ago

Your edited Fakebook seems to have been deleted. Is it available elsewhere possibly?

German Michael Zülsdorff Replied 5 years ago

Helen,
would you please keep an eye on your Calendar component and fix it.

us Helen Lubar Replied 5 years ago

Thank you for replying, still not working for me. Could you copy and send me the whole code as a txt file to [email protected]
Much appreciated.

Indonesian Arsalan Shah Replied 5 years ago

Tomcat perhaps you click on the { } code sample button before posting code in here?

German Tomcat Whalter Replied 5 years ago

Sorry , the Code Funktion from here it´s wrong . The Code is only for Admins and the Fakebook Theme . I have Upload the edited Fakebook Theme please extract the file from it .

Usercount

us Helen Lubar Replied 5 years ago

I can't get this to work. Am I missing something.