By Mariosgr on Friday, 07 November 2014
Posted in General Issues
Replies 3
Likes 0
Views 878
Votes 0
How can i add kunena profiles info in easysocial.
I installed the add on but nothing changed.
hello Mariosgr,

I am really sorry for the delay of this reply as it is a weekend for us here.

May i know which part of the Kunena info you would like to add in your Easysocial?

Perhaps you provide us some screenshot regarding this? Please advise.

By the way, can you provide us with your Joomla backend and FTP access as well?
·
Saturday, 08 November 2014 16:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Till now i want to make 2 changes,
1) I want to add the avatars from kunena to ES profiles
2)I want to remove Karma (i dont use is in kunena anymore)
from bottom of profiles http://prntscr.com/54861m
3) Signature from kunena to ES

I dont want to give login details yet, i want to do it myself so i learn the script,
if i really need help with something that i cant do it mysellf i will give you.
Thank you
·
Saturday, 08 November 2014 20:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mariosgr,

I am really sorry for the delay of this reply as it is a weekend for us here.
Please find your answer in your queries below:
1) I want to add the avatars from kunena to ES profiles
>> Yes, you can download the plugin from http://stackideas.com/apps/item/1-kunena
>> Then install it from your extension manager a > enable this plugin

2)I want to remove Karma (i dont use is in kunena anymore)
from bottom of profiles http://prntscr.com/54861m

>> You can remove the Karma tab from this file JoomlaFolder\media\com_easysocial\apps\user\kunena\themes\default\profile\default.php

//Remove LINE 23 - 29
<div class="col-sm-3 stat-item">
<div class="total-replies">
<div class="center"><?php echo JText::_( 'APP_KUNENA_KARMA' ); ?></div>

<div class="stat-points"><?php echo $karma;?></div>
</div>
</div>


3) Signature from kunena to ES
>> You can put this custom field from your backend > Easysocial > profile type > select your profile type > Custom tab > Kunena signature (click and drag) > save (Check my screenshot below.)

Hope this help.
·
Sunday, 09 November 2014 16:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post