By Ignacio on Tuesday, 21 July 2015
Posted in General Issues
Replies 3
Likes 0
Views 406
Votes 0
Hello Coding Masters,

I've added a few items to the easysocial toolbar submenu and I can't seem to be able to get the pill (active effect) going on the menu items I added.

I know this is a customization job, and I wouldn't like to overstep what is allowed in the forums but, could you please give me some guidance... with a few hints I should be able to do it myself.

I'm editing: com_easysocial/themes/wireframe/toolbar/default.php

I've included a screenshot.

Thank you very much.
Made it work, it was an oversight of mine

Thanks as always
·
Tuesday, 21 July 2015 16:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok, got it working using:


<li <?php if (strpos($_SERVER['PHP_SELF'], 'index.php/mis-blogs')) echo 'class="active"';?>>
<a href="index.php/mis-blogs">
<?php echo JText::_( 'Mis Blogs' );?>
</a>
</li>


But now I have problem, whenever EasyBlog Dashboard is selected, also the home icon in easy social is selected.

I've attached an image.

What do you think?

I guess it's because they are both named dashboard... any suggestions?

thank you!
·
Tuesday, 21 July 2015 15:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ignacio,

Glad that your issue has been resolved.
·
Tuesday, 21 July 2015 18:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post