- Posts: 2
COMMUNITY FORUM
k2 comments extra fields, how to add? and edit?
- fuqy
-
Topic Author
- Offline
- New Member
Less
More
8 years 4 days ago - 8 years 4 days ago #162049
by fuqy
k2 comments extra fields, how to add? and edit? was created by fuqy
Hi everybody,
1- I want to add an extra field to the k2 comments fields,
one is required, and the other is not required. just like this:
imgur.com/a/Jqsds
www.turkeyastyle.com/images/comment.jpg
and of course it should appeared in the backend control panel.
2- I want to maximized the fields of the (add a comment) : ( ex. : make the field of the name = 600px)
3- how can I arrange the fields one up and one under the other?
please help me with this.
thank you very much
1- I want to add an extra field to the k2 comments fields,
one is required, and the other is not required. just like this:
imgur.com/a/Jqsds
www.turkeyastyle.com/images/comment.jpg
and of course it should appeared in the backend control panel.
2- I want to maximized the fields of the (add a comment) : ( ex. : make the field of the name = 600px)
3- how can I arrange the fields one up and one under the other?
please help me with this.
thank you very much
Last edit: 8 years 4 days ago by fuqy. Reason: the photo didnt appears!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 3 days ago #162064
by Krikor Boghossian
Replied by Krikor Boghossian on topic k2 comments extra fields, how to add? and edit?
Hello,
Unfortunately this is not possible without hacking the core or developing a custom K2 plugin.
The visual part can be performed with CSS, or by overriding the item_comments_form.php file.
More info on overrides can be found here:
getk2.org/documentation/tutorials/174-templating-with-k2-and-the-concepts-of-sub-templates
Unfortunately this is not possible without hacking the core or developing a custom K2 plugin.
The visual part can be performed with CSS, or by overriding the item_comments_form.php file.
More info on overrides can be found here:
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.
- fuqy
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 2
8 years 3 days ago #162077
by fuqy
Thank you for your kind reply..
I will read the see the link you sent to me
thanks again
Replied by fuqy on topic k2 comments extra fields, how to add? and edit?
Krikor wrote: Hello,
Unfortunately this is not possible without hacking the core or developing a custom K2 plugin.
The visual part can be performed with CSS, or by overriding the item_comments_form.php file.
More info on overrides can be found here:
getk2.org/documentation/tutorials/174-templating-with-k2-and-the-concepts-of-sub-templates
Thank you for your kind reply..
I will read the see the link you sent to me
thanks again
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 2 days ago #162090
by Krikor Boghossian
Replied by Krikor Boghossian on topic k2 comments extra fields, how to add? and edit?
That link will allow you to learn how to override the comment form's template file so you can adjust the form's look and feel.
Please Log in or Create an account to join the conversation.