By pepe moreno on Tuesday, 04 June 2019
Posted in Technical Issues
Likes 0
Views 558
Votes 0
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.
Hello Pepe,

We are using a module to render the sidebar on desktop browsers. You may edit the file /modules/mod_easysocial_sidebar/tmpl/profile.php and create your own template overrides
·
Tuesday, 04 June 2019 23:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Works like a charm, thank you!
·
Wednesday, 05 June 2019 14:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Wednesday, 05 June 2019 19:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post