By bdtushar on
Hi
I want to alter comment subject for specific content type. How can I do that. I want that comment subject will be select list item. How can I do that without developing any module.
Please help me
Hi
I want to alter comment subject for specific content type. How can I do that. I want that comment subject will be select list item. How can I do that without developing any module.
Please help me
Comments
_
Can't be done without custom code in a module.
thank u. If I want to make
thank u. If I want to make custom module for that then what should I do. I prefer to use comment_subject module for that by changing some code. what Can I do.
_
I wouldn't bother altering another module-- you don't need that much code. Just create a little custom module and use hook_form_alter to change the subject element however you use.
_
Also please don't post duplicate threads. I've deleted the dupe, thanks.