By peter guettenberger on Sunday, 10 April 2016
Likes 0
Views 836
Votes 0
Dear Support,

on my prev. issue you helped us to setup an extra profile - icon into our toolbar (screeenshot). Now I tried to create a popup for the icon. These are the steps I did so far:
I went to the default.php into the folder: .../components/com_easysocial/themes/elegant/toolbar/default.php
and added this code:
<li>
<a href="<?php echo FRoute::profile();?>">
<i class="fa fa-user"></i>
<b><?php echo JText::_('COM_EASYSOCIAL_TOOLBAR_PROFILE');?></b>
</a>
</li>

After I went to the language file into the folder: ...//language/de-DE/de-DE.com_easysocial.ini and added this line:
COM_EASYSOCIAL_TOOLBAR_PROFILE="Profil anzeigen"


I know I still missed at least one more step, in order to activate the tooltip. What would that be?

thank you in advance for your valuable time!

best regards!
Unfortunately our support policy does not cover customizations and we will only be able to assist you just this once,



By the way, rather than posting a question immediately, you should actually inspect the theme files first and you will already have an answer
·
Sunday, 10 April 2016 17:38
·
0 Likes
·
0 Votes
·
0 Comments
·
thank you Mark! That worked for me !
·
Monday, 11 April 2016 12:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Peter,

You are most welcome.
·
Monday, 11 April 2016 15:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post