- Posts: 33
COMMUNITY FORUM
- Forum
- K2 Community Forum
- English K2 Community
- where can I change the "Leave a Comment" in artikel view?
where can I change the "Leave a Comment" in artikel view?
- v.Arens
-
Topic Author
- Offline
- Junior Member
Less
More
14 years 3 months ago #92986
by v.Arens
where can I change the "Leave a Comment" in artikel view? was created 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
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.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
14 years 3 months ago #92987
by william white
Replied by william white on topic where can I change the "Leave a Comment" in artikel view?
look in item_comments_form.php around line 16 or so
Please Log in or Create an account to join the conversation.
- v.Arens
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 33
14 years 3 months ago #92988
by v.Arens
Replied by v.Arens on topic where can I change the "Leave a Comment" in artikel view?
<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
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.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
14 years 3 months ago #92989
by william white
Replied by william white on topic where can I change the "Leave a Comment" in artikel view?
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.
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
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 33
14 years 3 months ago #92990
by v.Arens
Replied by v.Arens on topic where can I change the "Leave a Comment" in artikel view?
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.
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.
- Forum
- K2 Community Forum
- English K2 Community
- where can I change the "Leave a Comment" in artikel view?