Closed (fixed)
Project:
Comment abuse
Version:
7.x-2.2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
1 Feb 2013 at 04:46 UTC
Updated:
21 May 2013 at 04:49 UTC
Hi,
Is possible customize the popup?
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/...