Okay...I've started out to install this hack as I am using Lesane's award hack for my contributors and with this I can put a nifty little image under the postbit to identify my staff.
Now, the only thing I'm hesistant about is that I want to change the code for the user panel to say "Is user staff?" instead of "Has user made a donation"
The current code reads
Quote:
## AFTER, ADD THIS:
makeinputcode("Is $user[username] staff?","donation",$user[donator]);
|
Forgive my rookiness with this stuff......I figure changing the actuall sentance is easy enough.
Quote:
makeinputcode("Is $user[username] staff?","donation",$user[donator]);
|
but what about this part......"donation",$user[donator])
Would that then be ."staff",$user[staff])?
If you can direct me here...I think I'll be able to get this up and running in no time!! Oh...also.....I've allready got my spiffy little staff image placed into the postbit_donation template....but what am I supposed to do with the getinfo_donation template? anything?