Wordpress info
Contents |
Devevelopment Website Information
Provided by GatorWorks:
http://gatortesting.net/schooldistrict
Final proposed domain: nolaschoolvolunteers.org
Homepage
List of Schools
- location
- volunteer opportunities
- parent guide
Post Pictures Videos
(Volunteers)
Contact Form
Converted to a contact page with contact information for Troy as well as a link with information and a link to the Volunteer Interest Form.
Volunteer Interest Form
This form should not be edited without re-embedding the following iframe code
The embed form is the following: <iframe src="http://spreadsheets.google.com/embeddedform?key=tlKDa2XAjYZ0T5DKIzN_zzQ" width="500" height="3720" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
The content of the form was to collect information on individuals or organizations who plan to volunteer with NOPS.
This was generated using googledocs forms and can be accessed at http://docs.google.com
Chris
Calendar
Pages
- contact form
- calendar
- volunteer information
- donate
- volunteer information
- how to use site
- leaderboard
- about us
Nodes
Schools
- As category
Projects
- As blog posts
- featured
- proposed
- completed
- Features
- % completion
- Related projects
Volunteers
- As tags
- Also as users
Leaderboard
- use tags to pull in volunteer groups
- list
Editing
Admin (Troy)
- Entry by volunteer group lead
- Related posts or projects
Participants
- Comments
- Pictures
Theme
- Big pictures (managed by site admin?)
- Featured project (post) sticky on front page
- Connect (Facebook, RSS, etc)
Site redirect
# Redirect to proper domain and enforce the FQDN
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.nolaschoolvolunteers\.org [NC] [PT]
RewriteCond %{HTTP_HOST} !^$
RewriteRule ^/(.*) http://www.nolaschoolvolunteers.org/$1 [L,R=301]
PHP error logs
# enable PHP error logging php_flag log_errors on php_value error_log /home/path/public_html/domain/PHP_errors.log # prevent access to PHP error log <Files PHP_errors.log> Order allow,deny Deny from all Satisfy All </Files>