- Posts: 8
COMMUNITY FORUM
How to remove fileds from the Edit Item window
- Taariq
-
Topic Author
- Offline
- New Member
Less
More
12 years 3 months ago #109924
by Taariq
How to remove fileds from the Edit Item window was created by Taariq
Good day
On the edit window (Front end editing) I would like to remove or hide the following fields completely?
Title alias, category, Tags, Featured and Published fields
Platform
Joomla 2.5.9
K2 v2.6.3
Thank you
On the edit window (Front end editing) I would like to remove or hide the following fields completely?
Title alias, category, Tags, Featured and Published fields
Platform
Joomla 2.5.9
K2 v2.6.3
Thank you
Please Log in or Create an account to join the conversation.
- jean-philippe
-
- Offline
- Premium Member
- [email protected]
12 years 3 months ago #109925
by jean-philippe
Emond, Jean-Philippe
Replied by jean-philippe on topic Re: How to remove fileds from the Edit Item window
Hi Taariq,
For you Problems,
you need to create a custom template.
After that, you could change the "itemform.php" and remove what you don't want!
Best regards,
For you Problems,
you need to create a custom template.
After that, you could change the "itemform.php" and remove what you don't want!
Best regards,
Emond, Jean-Philippe
Please Log in or Create an account to join the conversation.
- Taariq
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 8
12 years 2 months ago #109926
by Taariq
Replied by Taariq on topic Re: How to remove fileds from the Edit Item window
Good day
Thanks for the reply.
Any help file on how to create a custom template, where can I get more information on this.
Thank you
Thanks for the reply.
Any help file on how to create a custom template, where can I get more information on this.
Thank you
Please Log in or Create an account to join the conversation.
- Taariq
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 8
12 years 2 months ago #109927
by Taariq
Replied by Taariq on topic Re: How to remove fileds from the Edit Item window
Good day
Where is this file located > itemform.php
I cant fine it
Thank you
Where is this file located > itemform.php
I cant fine it
Thank you
Please Log in or Create an account to join the conversation.
- jean-philippe
-
- Offline
- Premium Member
- [email protected]
12 years 2 months ago #109928
by jean-philippe
Emond, Jean-Philippe
Replied by jean-philippe on topic Re: How to remove fileds from the Edit Item window
Hi Taariq,
to create a custom template, you can read the procedure here .
Also, your itemform.php file will be into your custom template if you do this procedure :-)
Best regards,
to create a custom template, you can read the procedure here .
Also, your itemform.php file will be into your custom template if you do this procedure :-)
Best regards,
Emond, Jean-Philippe
Please Log in or Create an account to join the conversation.
- Taariq
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 8
12 years 2 months ago #109929
by Taariq
Replied by Taariq on topic Re: How to remove fileds from the Edit Item window
Good day
If I don't do it this is their currently a file I can edit/
Thank you
If I don't do it this is their currently a file I can edit/
Thank you
Please Log in or Create an account to join the conversation.
- Taariq
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 8
12 years 2 months ago #109930
by Taariq
Replied by Taariq on topic Re: How to remove fileds from the Edit Item window
Thank you so much Jean I final got it...thanks
Just one question
I want to edit the text on the edit form
Let say >Edit Item<
I did the following but I dont see the update.
I did change the following line in the com_K2.ini file
K2_SAVE="Submit"
But mine still displays >Edit Item
Please can you help me on this one...
Thank you
Just one question
I want to edit the text on the edit form
Let say >Edit Item<
I did the following but I dont see the update.
I did change the following line in the com_K2.ini file
K2_SAVE="Submit"
But mine still displays >Edit Item
Please can you help me on this one...
Thank you
Please Log in or Create an account to join the conversation.
- Mohamed Abdelaziz
-
- Offline
- Platinum Member
- Joomla Developer
12 years 2 months ago #109931
by Mohamed Abdelaziz
Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store
Replied by Mohamed Abdelaziz on topic Re: How to remove fileds from the Edit Item window
Hi Taariq,
I think you should edit this line:
this will change the text 'Edit Item'
I think you should edit this line:
K2_EDIT_ITEM="Edit item"
this will change the text 'Edit Item'
Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store
Please Log in or Create an account to join the conversation.