Hi there,
First of all: Thanks for a nice module for Drupal!
I have a little question about customization:
I want to edit the section on the 'Pending Items' page:
* Edit Account * View Account History
tilladremovewarn and allowwarn and removebandlys
Which file is the $moderate form - which is in abuse-report.tpl.php - created?
//Adam
Comments
Comment #1
btmash commentedHi Adam,
I'm not sure if you're using the module anymore, but the $moderate form is a preprocess variable that I add in abuse.admin.inc which calls on
function abuse_admin_moderate_content(&$form_state, type, $oid, $inline)BTMash