By Philidia on Thursday, 27 April 2017
Posted in General Issues
Replies 5
Likes 0
Views 570
Votes 0
Hello Stackideas!

I updated Komento to its latest version yesterday, and I'm facing some issues now. Let me show you :

1) The integration with the avatars from community builder seems to be broken. If I activate it, here the result on my articles :
http://i.imgur.com/MUdzpCq.jpg

The CSS vanished, and the encoding went wild. If I disable those avatars, the problem doesn't happen. I'm using currently the latest version of Community Builder : 2.1.2+build.2017.04.22.08.39.26.2c97ef2a0

I don't know if the problem is on your/their side, but I'd like to know at least what I can do, since people love their avatars.

2) I was using the Kuro template before updating. Now this template is no longer on Komento, but I really loved it, and the new templates seems.... simplier, and I'd like to get back this template. Is there any way? Or at least some more templates?

3) I'd like to hide the comment ID (http://i.imgur.com/GMfNmZV.jpg). Pretty sure it was an option on the previous Komento. Does it still exist? Or does my memory is also going wild?

4) Not really important, but is it also possible to put the name/email field above the comment field? It looks a bit weird for me when it's below. http://i.imgur.com/HTIxDaN.jpg
Hello,

I updated the original post. Check again if it works.

- I have fixed it for you in this file: ../administrator/components/com_komento/includes/profiles/adapters/communitybuilder.php . This will be included in the next release.

Hmmm... Then, are there more template for Komento that are not on the original package?

- Did you mean 3rd party template for komento? I'm not really sure if there is any.
·
Friday, 28 April 2017 12:26
·
0 Likes
·
0 Votes
·
0 Comments
·

1) The integration with the avatars from community builder seems to be broken. If I activate it, here the result on my articles :
i.imgur.com/MUdzpCq.jpg" target="_blank" rel="nofollow">http://i.imgur.com/MUdzpCq.jpg

The CSS vanished, and the encoding went wild. If I disable those avatars, the problem doesn't happen. I'm using currently the latest version of Community Builder : 2.1.2+build.2017.04.22.08.39.26.2c97ef2a0

I don't know if the problem is on your/their side, but I'd like to know at least what I can do, since people love their avatars.

I can't seem to login to the ftp to check this, http://take.ms/vOJUG . Can you please advise?


2) I was using the Kuro template before updating. Now this template is no longer on Komento, but I really loved it, and the new templates seems.... simplier, and I'd like to get back this template. Is there any way? Or at least some more templates?

Unfortunately we no longer support Kuro and primarily it's because it doesn't use Bootstrap 3.


3) I'd like to hide the comment ID (i.imgur.com/GMfNmZV.jpg" target="_blank" rel="nofollow">http://i.imgur.com/GMfNmZV.jpg). Pretty sure it was an option on the previous Komento. Does it still exist? Or does my memory is also going wild?

We no longer have a settings for this because we thought it would make sense that each comments has a permalink field but if you really need to, you could easily create template overrides by modifying the file /components/com_komento/themes/wireframe/comments/item.php and removing the codes below:


<li class="kt-permalink-wrap" data-breadcrumb="ยท">
<a href="<?php echo $comment->getPermalink();?>" title="<?php echo JText::_('COM_KOMENTO_COMMENT_PERMALINK');?>">#<?php echo $comment->id;?></a>
</li>



4) Not really important, but is it also possible to put the name/email field above the comment field? It looks a bit weird for me when it's below. http://i.imgur.com/HTIxDaN.jpg

You could re-organize it by modifying the theme file, /components/com_komento/themes/wireframe/form/default.php
·
Thursday, 27 April 2017 23:01
·
0 Likes
·
0 Votes
·
0 Comments
·
I can't seem to login to the ftp to check this, http://take.ms/vOJUG . Can you please advise?


I updated the original post. Check again if it works.

Unfortunately we no longer support Kuro and primarily it's because it doesn't use Bootstrap 3.


Hmmm... Then, are there more template for Komento that are not on the original package?

We no longer have a settings for this because we thought it would make sense that each comments has a permalink field but if you really need to, you could easily create template overrides by modifying the file

You could re-organize it by modifying the theme file, /components/com_komento/themes/wireframe/form/default.php


Good to know. I'm not a big fan of editing the core files though, so I'll let them ^^
·
Friday, 28 April 2017 00:15
·
0 Likes
·
0 Votes
·
0 Comments
·
- Did you mean 3rd party template for komento? I'm not really sure if there is any.


That was the idea. Well, I hope they'll be some more in the future then ^^

- I have fixed it for you in this file: ../administrator/components/com_komento/includes/profiles/adapters/communitybuilder.php . This will be included in the next release.


Thanks a lot
·
Wednesday, 03 May 2017 03:45
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Philidia
·
Wednesday, 03 May 2017 12:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post