Adding Site State To Menu

does anyone know where I would start with adding stats to the menu example:

 

Current menu look:

 

Want to add the future similar to this:

 

Quote · 15 May 2016

well the database tables   sys_stat_site and sys_stat_member...

Ads would be:

 

SELECT COUNT(`ID`) FROM `bx_ads_main` WHERE `Status`='active' AND UNIX_TIMESTAMP() - `bx_ads_main`.`LifeTime`*24*60*60 < `bx_ads_main`.`DateTime`

 

For the php i guess you could look in /templates/base/scripts/BxBaseMenu.php.

 

And you may need to edit navigation_menu.html or navigation_menu_item.html  ....  

 

I know there is more but that's start.  Be nice if you could trigger the sql statement in a language key.  not sure if that could be done or not. 

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 15 May 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.