Closed (fixed)
Project:
Abuse
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
11 Mar 2009 at 08:32 UTC
Updated:
28 Dec 2014 at 08:33 UTC
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