Title: Plugin / Programming Assistance
Last modified: August 18, 2016

---

# Plugin / Programming Assistance

 *  [rwickham](https://wordpress.org/support/users/rwickham/)
 * (@rwickham)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/plugin-programming-assistance/)
 * Hi, can anyone help me locate a plug-in or someone to create a plug-in for my
   situation?
 * I have donated a WP site to a local soccer association.
 * I am looking for a plug-in that will allow the admin to rate field conditions.
 * It should work like this: There will be a list of seven soccer fields in the 
   sidebar. Each field condition should default to â€œgreenâ€? (it should be a green
   flag icon).
 * On bad weather days, the admin could change the condition to â€œredâ€?. There should
   then be an option to auto reset to green at end of day or leave red (for off-
   season).
 * I have considered some of the 5-star rating plug-ins but do not know enough php
   programming to make the necessary modifications.
 * Any assistance would be greatly appreciated.
 * Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [rwickham](https://wordpress.org/support/users/rwickham/)
 * (@rwickham)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/plugin-programming-assistance/#post-323476)
 * I would like to provide an e-mail address for anyone who can help with my request.
   [rwickham@yahoo.com](https://wordpress.org/support/topic/plugin-programming-assistance/rwickham@yahoo.com?output_format=md)
 * Thanks.
 *  [davidchait](https://wordpress.org/support/users/davidchait/)
 * (@davidchait)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/plugin-programming-assistance/#post-323564)
 * Anything here requires programming, so Iâ€™m just giving an approach.
 * Make a post for each soccer field, in a category called â€˜field conditionsâ€™. In
   each post, use a custom field (â€˜conditionâ€™ or something like that), and let the
   admin edit the post and fill in whatever text/state youâ€™d like. In the sidebar,
   do a query for the posts in the conditions category, and for each post output
   the post title (field name) and grab the custom field and display it (or display
   a GIF or JPG that is say in wp-content/field-conditions/[custom].GIF). not too
   difficult, but takes a bit of time.
 * The alternate is a completely custom plugin, that creates a new table, field 
   name and condition (and other notes?) editing in a custom admin panel, and a 
   one-shot function to grab and display the names and flags. the grab-and-display
   thing is pretty similar in both casesâ€¦
 * -d

Viewing 2 replies - 1 through 2 (of 2 total)

The topic â€˜Plugin / Programming Assistanceâ€™ is closed to new replies.

## Tags

 * [needed](https://wordpress.org/support/topic-tag/needed/)
 * [programming](https://wordpress.org/support/topic-tag/programming/)

 * 2 replies
 * 2 participants
 * Last reply from: [davidchait](https://wordpress.org/support/users/davidchait/)
 * Last activity: [20 years, 4 months ago](https://wordpress.org/support/topic/plugin-programming-assistance/#post-323564)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
