Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question [Merged topic] How to display users' social networking information in K 1.6 messages

More
13 years 7 months ago - 13 years 7 months ago #11 by sozzled
Replied by sozzled on topic Re: show profile info
Thanks for clearing that up, @quila. I remember in an earlier development version of K 1.6 when all of these social network images were displayed on the Blue Eagle template. The design has changed and I didn't know about it. :blush:

Oh well, these things happen. :lol:
Last edit: 13 years 7 months ago by sozzled.

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #12 by prophoto
Replied by prophoto on topic Re: show profile info
This worked great, thanks. Just needed to make a few CSS tweaks and it was perfect!

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #13 by lev
how to display information about the user?
J1.5.20, 1.6.0 RC1, JomSocial 1.6.290

Sorry for my English.
Attachments:

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #14 by lev
Replied by lev on topic Re: show profile info

@quila wrote: Yes,

Code:
<?php CKunenaTools::loadTemplate('/profile/socialbuttons.php'); ?>
insert code above in profile.vertical.php (for left/right avatar position) or in profile.horizontal.php (top/bottom).

Then open the file socialbuttons.php and change "false" to "true".

Now icons should show in the place you have inserted code above.

Regards

not quite understand what files to edit and where?

Sorry for my English.

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #15 by prophoto
Replied by prophoto on topic Re: show profile info
Code:
<?php CKunenaTools::loadTemplate('/profile/socialbuttons.php'); ?>

insert code above in profile.vertical.php (for left/right avatar position) or in profile.horizontal.php (top/bottom).

Insert the code above in those two files where you want the badges to show up. I inserted mine at line 79 after:
Code:
<li class="kpost-smallicons">......</li>

...so they would be at the bottom.

If you want to make all of them show whether or not people have filled the information in you edit the file socialbuttons.php and change "false" to "true". I did not do this as I prefer only to show what the user has added to their profile.

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #16 by @quila
Replied by @quila on topic Re: show profile info
Hi lev,

profile.vertical.php
profile.horizontal.php

components / com_kunena / template / defoult / view /

socialbuttons.php

components / com_kunena / template / defoult / profile /


Regards

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #17 by lev
Replied by lev on topic Re: show profile info
I made the changes, but was able to make only the disappearance of icons, not as status icons. I was able to find these files profile.vertical.php and profile.horizontal.php. He has made changes to them:
Code:
<li class="kpost-smallicons"><?php CKunenaTools::loadTemplate('/profile/socialbuttons.php'); ?></li>

Some so look. With this file, not quite sure what to do: socialbuttons.php?

Or maybe I do not understand why I do all ... :S

Sorry for my English.

Please Log in or Create an account to join the conversation.

More
13 years 4 months ago - 13 years 4 months ago #18 by scientificman
Replied by scientificman on topic Re: show profile info
There is one mistake in @quila code. Please try it.
Code:
<?php echo CKunenaTools::loadTemplate('/profile/socialbuttons.php'); ?>
As you can see I've added echo command into the code string. It's work fine, but unfortunately when user click on the ICQ icon, the menu "Save file cmd.php" appear!

I suppose it is wrong way to send ICQ-message! :)
Last edit: 13 years 4 months ago by scientificman.

Please Log in or Create an account to join the conversation.

Time to create page: 0.398 seconds