How to call Profile point using Quay template?

Social Joomla! template ideal to promote activities and discussion at various levels with JomSocial support.
GK User
Mon Dec 07, 2009 6:04 pm
Hi there Robert Garvick!

Is there anywhere to call out the bubble numbers points,groups and so on...
at the profile pages. (Shown in the attach images)The layout don't seem to change even I adjusted layout template in jomsocial configuration menu.

In the future any color option will be provided for quay template background?

I'm kinda new here, please advice. Thanks again!
Sean Lee, Malaysia
User avatar
Junior Boarder

professionals
Fri Dec 11, 2009 12:16 am
Hi there!
You haven't attached any images ;)
User avatar

GK User
Tue Dec 15, 2009 12:35 am
I had upload the photo, please advice thanks!
User avatar
Junior Boarder

GK User
Tue Dec 15, 2009 3:41 am
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 ;)
User avatar
Platinum Boarder

GK User
Tue Dec 15, 2009 10:32 am
Thank you, Work like charm! can i have the full CSS file, which can show the list of of number in the blue or green bar like the on you show in picture. I'm kinda new to CSS.
Thanks for the supportive help!
User avatar
Junior Boarder

GK User
Tue Dec 15, 2009 10:41 am
Hi there,

Also i would like to ask, why is the profile toolbar still show when i browse other people profile. I would like to remove it, is it possible to do so?(example note: i'm logging in as username cherry, richard is not my profile. Can i remove the navigation toolbars and only show when browsing own profile)
Hope this is possible.

Thanks for this supportive help sir.
Sean Lee, Malaysia
User avatar
Junior Boarder

GK User
Thu Dec 24, 2009 4:28 am
Empty post?
Anyone reply on the last three post? Hope to heard from official soon.
User avatar
Junior Boarder

GK User
Thu Dec 24, 2009 4:49 am
gezaweb wrote:
Thank you, Work like charm! can i have the full CSS file, which can show the list of of number in the blue or green bar like the on you show in picture. I'm kinda new to CSS.
Thanks for the supportive help!


For styling, replace this file: ../quay/templates/gk_quay/css/jomsocial.css
User avatar
Platinum Boarder

GK User
Thu Dec 24, 2009 4:50 am
gezaweb wrote:
Hi there,

Also i would like to ask, why is the profile toolbar still show when i browse other people profile. I would like to remove it, is it possible to do so?(example note: i'm logging in as username cherry, richard is not my profile. Can i remove the navigation toolbars and only show when browsing own profile)
Hope this is possible.

Thanks for this supportive help sir.
Sean Lee, Malaysia


Hi

I suppose it's something that you need to configurate on JomSocial Setting, on User Privacy.

Cheers ;)
User avatar
Platinum Boarder

GK User
Sun Feb 21, 2010 5:31 pm
This still working after jomsocial upgrade?
User avatar
Fresh Boarder

GK User
Sun Feb 21, 2010 5:59 pm
I don't think so, since the update have their own gavick template styles.
Anyway, try it and let us know.
User avatar
Platinum Boarder

GK User
Fri Apr 02, 2010 10:30 pm
after teh update it messes up everything ?
any chance I can get this done it is one important part of the site.
User avatar
Fresh Boarder

GK User
Tue Apr 06, 2010 2:31 am
Hi again

Can you show us your site?
User avatar
Platinum Boarder

GK User
Thu Oct 07, 2010 4:59 am
Sweet! A very nice fix for an exceptional JomSocial template.
User avatar
Fresh Boarder

GK User
Wed Oct 13, 2010 1:31 pm
Just noticed that the replacement profile.index.php file removes 'About Me' from the profile sidebar. I have to go through it and see why.

Just noticed it now!

Be right back.

:-)

Okay, I noticed that there was a small omission in the profile.index.php.

At about line 65

<div class="profile-right">
<?php echo $friends; ?>
<?php echo $groups; ?>
</div>

should be

<div class="profile-right">
<?php echo $friends; ?>
<?php echo $groups; ?>
<?php echo $about; ?>
</div>

This causes the "About Me" bar to reappear below the smaller "Friends" and "Groups" modules in the right column.

Have to say it again: this is a great looking template!
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.