Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
It depends on what you want to change.
If you need to change the form - use hook_form_alter.
If you need to change the style of popup, try to override file comment_abuse.js with hook js_alter
Comments
Comment #1
eugene.ilyin commentedIt depends on what you want to change.
If you need to change the form - use hook_form_alter.
If you need to change the style of popup, try to override file comment_abuse.js with hook js_alter
Comment #2
eugene.ilyin commentedSeems your problem was solved.
Comment #3
BeaPower commentedHow do you use css to change it? Im a beginner so don't know hook format
Comment #4
eugene.ilyin commentedYou can use hook_css_alter http://api.drupal.org/api/drupal/modules!system!system.api.php/function/...