Keyword

where can I change the "Leave a Comment" in artikel view?

  • v.Arens
  • v.Arens's Avatar Topic Author
  • Offline
  • Junior Member
More
13 years 8 months ago #92986 by v.Arens
i woudl like to write there "kommentar schreiben" in german, cause the site is for germans....

here you can see it live...

I look in the language en.ini.. but there is nothing to change, I think it must be in a .php file...

 

www.spiritueller-club.de/

 

thx for help

 

 

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

More
13 years 8 months ago #92987 by william white
look in item_comments_form.php around line 16 or so

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

  • v.Arens
  • v.Arens's Avatar Topic Author
  • Offline
  • Junior Member
More
13 years 8 months ago #92988 by v.Arens
<h3><?php echo JText::_('Kommentar schreiben') ?></h3><?php if($this->params->get('commentsFormNotes')): ?>

 

this is what I have done... but nothing changes is the backend..

 

i chden the item_comments_form.php in the administrator/ and the root/components/k2 ..

 

maybe

<?php if($this->params->get('commentsFormNotes')): ?>

set the sentences..?

 

or wrong path?

 

/administrator/components/com_k2/templates/default

and

/components/com_k2/templates/default

William White said:

look in item_comments_form.php around line 16 or so

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

More
13 years 8 months ago #92989 by william white
Depending on the template you are using you should look in either

webroot/components/com_k2/templates/default/item_comments_form.php or

webroot/templates/YourTemplate/html/com_k2/templates/default/item_comments_form.php or the particular k2 template override you are using. Sometimes template makers have overridden the file for you.

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

  • v.Arens
  • v.Arens's Avatar Topic Author
  • Offline
  • Junior Member
More
13 years 8 months ago #92990 by v.Arens
oh thanks...I think thats it... :-)

It must be...many thx

 

have a nice day

 

William White said:

Depending on the template you are using you should look in either

webroot/components/com_k2/templates/default/item_comments_form.php or

webroot/templates/YourTemplate/html/com_k2/templates/default/item_comments_form.php or the particular k2 template override you are using. Sometimes template makers have overridden the file for you.

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


Powered by Kunena Forum