When you go to the site and hit the link, 'Tell Annie' or any of the sublinks you'll get a K2 Item submission form to submit content.
I want to know how to customize the look and feel of the K2 item submission form. Based on the screenshot you'll see 3 arrows pointing to 3 different things users don't need to see and some I can re-brand. So the users don't need to see:

Publishing & Metadata
Basic with the Home icon

Where it says K2 Add Item, I would like to replace that with my own brand name etc. How can I do this? What file do I have to modify. Is there an extension that will help?

Hi

I'd suggest asking on the k2 forum as I'm not sure
I'd assume these were language strings you can change in regard to Basic and Publishing & Meta Data

I'm not sure you would be able to change k2

Cheers
Paul

6 days later

Just for the benefit of users in this forum. I solved this issue and was able to fully customize my K2 submission form by copying the default.php into itemform.php and then placing the itemform.php into the respective template folder and last but not least making all your overrides there. Got some good information on it from this article:](https://stackoverflow.com/questions/8623310/joomla-k2-frontend-page-modification/8623324#8623324)

The actual itemform.php also has all the info you need. This is what the actual file has:

HOW TO CHANGE THIS FORM'S LAYOUT:
Bring in the backend item form - if you wish to override the form layout, simply copy the contents of
/administrator/components/com_k2/views/item/tmpl/default.php and paste them in an itemform.php override
inside your template's html/com_k2/default/ folder.

ahh thanks for taking the time to post your solution

Cheers
Paul

Write a Reply...
You need to Login to view replies.