Hi guys,
i want to add the statistics which you see when you click on the About tab on a user, to the first tab which is the Timeline.
I've opened /components/com_easysocial/themes/wireframe/profile/default/default.php and saw that it's pulling html.sidebar for the sidebar, but then in /components/com_easysocial/themes/wireframe/helpers/html/sidebar.php i see it's rendering modules set on the possition "es-sidebar". I'm probably missing something, but i hope you can help me out. Also i've found the code for the statistics itself, it's in /components/com_easysocial/themes/wireframe/profile/about/stats.php and if i copy paste it in the default.php above or under "<?php echo $this->html('html.sidebar'); ?>" it's showing the stats, but the div is outside the sidebar div from the theme.
i want to add the statistics which you see when you click on the About tab on a user, to the first tab which is the Timeline.
I've opened /components/com_easysocial/themes/wireframe/profile/default/default.php and saw that it's pulling html.sidebar for the sidebar, but then in /components/com_easysocial/themes/wireframe/helpers/html/sidebar.php i see it's rendering modules set on the possition "es-sidebar". I'm probably missing something, but i hope you can help me out. Also i've found the code for the statistics itself, it's in /components/com_easysocial/themes/wireframe/profile/about/stats.php and if i copy paste it in the default.php above or under "<?php echo $this->html('html.sidebar'); ?>" it's showing the stats, but the div is outside the sidebar div from the theme.