By Simon on Monday, 30 January 2017
Posted in General Issues
Replies 5
Likes 0
Views 562
Votes 0
I have just upgraded to Komento 3. I have pretty much set it up correctly now, but have just a few small issues:

- The name of each user is a link. I would like to have this set as no link, but I cannot find where to do it in the configuration.
- Every post ends with a permalink. I would like to unset it.
- When posting a charactercount is showing. How can I unset it?
- I use only guest-posting, so I don't want my users to seet the link to the login. How can I unset this
Hello Simon,

First off, congratulations on upgrading to Komento 3 Please find my response to your inquiries below:


- The name of each user is a link. I would like to have this set as no link, but I cannot find where to do it in the configuration.

Hm, currently there is no way to remove the hyperlinks unless you modify the html codes but clicking on it doesn't really do anything currently.

If you really need to remove the hyperlink, you can edit the file /components/com_komento/themes/wireframe/html/name.php and remove the anchor tag.


- Every post ends with a permalink. I would like to unset it.

There is currently no way to remove this but not really sure why do you want to remove this as this allows users to be able to copy the direct link to the comment.

If you really need to remove this, edit the file /components/com_komento/themes/wireframe/comments/item.php and remove the codes below at line 122,

[gist]
<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>
[/gist]


- When posting a charactercount is showing. How can I unset it?

The character count will automatically display when you set a minimum / maximum length in the anti spam settings. The counter will automatically be disabled when you turn off the settings highlighted here, http://take.ms/M5Lbc


- I use only guest-posting, so I don't want my users to seet the link to the login. How can I unset this

You can hide the login form by disabling the settings shown here, http://take.ms/dzYQo

Hope this helps!
·
Monday, 30 January 2017 22:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

Thanks, this helped indeed. Only the login-form remains. Actually it was already gone (I already had the setting as you suggested), but I also want to remove the line that still suggests users to register / login:

http://www.awesomescreenshot.com/showImage?img_id=2122477

Is this possible?
·
Wednesday, 01 February 2017 20:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Can't seem to view the image. Can you provide a link to an image where I don't need to register on their site?
·
Wednesday, 01 February 2017 23:18
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Thursday, 02 February 2017 03:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Simon,
There is no setting to disable that sentence. You would have to perform a template override in this file to remove that sentence: JoomlaFolder/components/com_komento/themes/wireframe/form/default.php
http://take.ms/1NBCY
Hope this helps.
·
Thursday, 02 February 2017 11:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post