- Posts: 29
COMMUNITY FORUM
Remove 'Website URL' field from K2 Comments
- boodoo
-
Topic Author
- Offline
- Junior Member
Less
More
12 years 9 months ago #102690
by boodoo
Remove 'Website URL' field from K2 Comments was created by boodoo
Hi there,
I would like to remove the Website URL field on the K2 Comments module.
Could someone please tell me how I can do this? ie which file and which lines would need to be removed or commented out? I am using Joomla 2.5.
Also, I guess this would have to be repeated when upgrading to K2 future releases?
Many thanks in advance
I would like to remove the Website URL field on the K2 Comments module.
Could someone please tell me how I can do this? ie which file and which lines would need to be removed or commented out? I am using Joomla 2.5.
Also, I guess this would have to be repeated when upgrading to K2 future releases?
Many thanks in advance
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
Less
More
- Posts: 8743
12 years 9 months ago #102691
by Lefteris
Replied by Lefteris on topic Re: Remove 'Website URL' field from K2 Comments
Hi. Since the field is not required by K2 you can remove it from the item_comments_form.php. Remember to make an override of this instead of modifying the original one. This way your changes will not be lost in a future update.
Please Log in or Create an account to join the conversation.
- guida
-
- Offline
- Junior Member
Less
More
- Posts: 38
11 years 11 months ago #102692
by guida
Replied by guida on topic Re: Remove 'Website URL' field from K2 Comments
Hello thankz for this post, as it gives the path to make the change.
Still, i have one question:
How can i create this override?
make a copy of the file and save as original_ item_comments_form.php, so that i can change again when the update is done?
Or this there a automatic trick that always overrides, without the need to change the file in the ftp? In outer words, how it that override action done?
Thanks for attention!
GL68
Still, i have one question:
How can i create this override?
make a copy of the file and save as original_ item_comments_form.php, so that i can change again when the update is done?
Or this there a automatic trick that always overrides, without the need to change the file in the ftp? In outer words, how it that override action done?
Thanks for attention!
GL68
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
11 years 11 months ago #102693
by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: Remove 'Website URL' field from K2 Comments
Hello guida,
Please read this tutorial getk2.org/documentation/tutorials/174-templating-with-k2-and-the-concepts-of-sub-templates
Please read this tutorial getk2.org/documentation/tutorials/174-templating-with-k2-and-the-concepts-of-sub-templates
Please Log in or Create an account to join the conversation.
- guida
-
- Offline
- Junior Member
Less
More
- Posts: 38
11 years 10 months ago #102694
by guida
Replied by guida on topic Re: Remove 'Website URL' field from K2 Comments
Hello Krikor,
many thanks for the feedback, specially when the answer was available.
IT was most helpful!
cheers
Guida
many thanks for the feedback, specially when the answer was available.
IT was most helpful!
cheers
Guida
Please Log in or Create an account to join the conversation.