Post by Tiffy-Bean on Jul 7, 2015 12:12:13 GMT -8
I run a role-playing forum, and in it we have activity requirements. So, we check activity every month. It's become a hassle because I have to go through and code each activity into the way I have the activity tracker set up.
I'm not looking for something to check activity for me automatically. What I'm looking for is a way to do a checklist that only admins can alter.
For instance:
Character's Name
Month -- checkbox. If checked it means activity has been met.
Month -- checkbox. If checked it means activity has been met.
Month -- checkbox. If checked it means activity has been met.
Character's Name
Month -- checkbox. If checked it means activity has been met.
Month -- checkbox. If checked it means activity has been met.
Month -- checkbox. If checked it means activity has been met.
I did try to do this on a custom page:
but then I realized I couldn't keep the boxes checked if they were marked and regular members could go in and tamper with it.
It doesn't need to be fancy. I just need for it to be set up in a way that members without admin privileges can't change it and admins can. I really want it to be just a simple checkbox and then allow me to set the fields for what each thing is...for instance changing the names of the month or maybe check or uncheck bonuses or awards they get for activity.
Possible?
I'm not looking for something to check activity for me automatically. What I'm looking for is a way to do a checklist that only admins can alter.
For instance:
Character's Name
Month -- checkbox. If checked it means activity has been met.
Month -- checkbox. If checked it means activity has been met.
Month -- checkbox. If checked it means activity has been met.
Character's Name
Month -- checkbox. If checked it means activity has been met.
Month -- checkbox. If checked it means activity has been met.
Month -- checkbox. If checked it means activity has been met.
I did try to do this on a custom page:
<!DOCTYPE html>
<html>
<body>
<b>Abigail St. Cyr</b>
<form action="">
<input type="checkbox" name="month" value="Activity" >Activity Met<br>
</form>
<br>
<b>Adam Blake</b>
<form action="">
<input type="checkbox" name="month" value="Activity" >Activity Met<br>
</form>
<br>
<b>Adrian de LaFontaine</b>
<form action="">
<input type="checkbox" name="month" value="Activity" >Activity Met<br>
</form>
<br>
<b>Alice Lyddell</b>
<form action="">
<input type="checkbox" name="month" value="Activity" >Activity Met<br>
</form>
</body>
</html>
but then I realized I couldn't keep the boxes checked if they were marked and regular members could go in and tamper with it.
It doesn't need to be fancy. I just need for it to be set up in a way that members without admin privileges can't change it and admins can. I really want it to be just a simple checkbox and then allow me to set the fields for what each thing is...for instance changing the names of the month or maybe check or uncheck bonuses or awards they get for activity.
Possible?