By Torsten Bulk on Tuesday, 13 May 2014
Posted in Technical Issues
Replies 4
Likes 0
Views 770
Votes 0
I have a question!

where to change the font for the module "Komenta-Comments"?

And the date by "post comments"?


admin
Donnerstag, Mai 08, 2014


Correct is: Donnerstag, 08. Mai 2014

What is the correct format for this?
You need to add your own custom css rules to override this. As for the date format, this is configurable in the integration settings at the back end of Komento
·
Tuesday, 13 May 2014 21:03
·
0 Likes
·
0 Votes
·
0 Comments
·
I've already made. the format is still wrong!

My format is: D, d M Y
·
Tuesday, 13 May 2014 21:21
·
0 Likes
·
0 Votes
·
0 Comments
·
The Class is <span class="kmt-author-time">Dienstag, Mai 13, 2014</span>

correct is: <span class="kmt-author-time">Dienstag, 13. Mai 2014</span>
·
Tuesday, 13 May 2014 21:47
·
0 Likes
·
0 Votes
·
0 Comments
·
hey torsten,
for this particuar class the settings don't apply. but you can modify this in the file components/com_komento/themes/kuro/comment/form/author.php

have a look around line 22:
<?php echo Komento::getDate()->toFormat('%A, %B %d, %Y') ?>
and replace the current one with your needed time format.

hope that helps and have a nice day
·
Tuesday, 13 May 2014 22:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post