Hi
That's because Quay was build to work with default JomSocial template. Others ( like "bubble" template) will be override.
So, if you need this feature that "bubble" template provides, follow this instructions:
- Download the attach file, unpack and place it inside this directory:
../templates/gk_quay/html/com_community/
so, it should be like ../templates/gk_quay/html/com_community/profile.index.php
Open jomsocial.css file on css template directory and add the following code:
- Code: Select all
#user-info-button,
#user-info-button a {
background: #53A2F4;
color: #fff;
padding: 5px;
margin-bottom: 10px;
-moz-border-radius: 5px}
#user-info-button a:hover {
color: #000}
div#user-info-button div{
display: inline}
.user-green,
.user-blue,
.user-orange,
.user-red,
.user-grey {
padding: 0 5px;
}
It should look like this:
It's not like bubble jomsocial theme, but the information is there.
Cheers