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

WorldFallz’s picture

Can't be done without custom code in a module.

bdtushar’s picture

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.

WorldFallz’s picture

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.

WorldFallz’s picture

Also please don't post duplicate threads. I've deleted the dupe, thanks.