Help Portrait is a movement of photographers who are using their time, equipment and expertise to give back to those who are less fortunate.
157 discussions
19 discussions
35 discussions
6 discussions
4 discussions
15 discussions
23 discussions
March 15, 2013 at 6pm to December 7, 2013 at 7pm – Greeley, CO
0 Comments 1 LikeHey there,
last year I built a pretty cool website for our local photographers and organizers to use to manage and communicate with members. This is a wordpress website w/ a customized theme installed that allows people to sign up as volunteers (photographers/ Makeup Artists/ general) and for them to communicate with each other and for the organizers to send out mass emails.
here is the link to the site that I did last year:
http://help-portraitnewhaven.com
If you would like the raw files please let me know.. It does, however, require some web knowledge to get it set up and installed.
Tags:
Permalink Reply by BSC_Photo on October 4, 2011 at 6:22pm
Permalink Reply by Matthew Davies on October 4, 2011 at 6:34pm I'm just getting started, so it's pretty raw, but here is the link: http://help-portrait-boulder.com/
I intentionally moved the Volunteers and Donations to the lower main content area because I am going to put some more event specific information in white box area. I did get it to configure properly your way, though I had to inspect your current site to figure out what HTML to include to get the boxes to format correctly.
This is great though. To get to this point from scratch would have taken many, many hours, but here I am in less than an hour. You rock.
I did modify the CSS to make the main menu green (in part I felt a darker color was more visible, and in part, I think Boulder calls for more green in general. ;) I'll probably make the same modification for some of the headers as well.
Matt
Permalink Reply by BSC_Photo on October 4, 2011 at 6:55pm
Permalink Reply by Matthew Davies on October 4, 2011 at 7:08pm I'm putting those items in place just in case. We're just getting started now.
So far I only installed the Cimy Extra fields plugin. It installed fine and I have set up the custom fields and activated some of the standard fields. I really didn't touch anything at the top of the plugin's setting page. Do I need to know anything special about the General or Database sections?
I'm moving on to your other plugins tomorrow. Did you hide the Dashboard page from the menu just by not including it in the custom menu? How do volunteers get back to it each time they return?
I've used Wordpress to host my website, but I'm not very versed in it's user management features and how to show and hide content to different user groups.
Are you treating the volunteers as "Subscribers"?
Permalink Reply by BSC_Photo on October 4, 2011 at 7:36pm Well there is no link to the dashboard admin (/wp-admin) in the menu so there's nothing to hide. Instead I installed the Petere's Redirection plugin which sends the new users to a page on your blog instead of the real wordpress admin.
For me, I created the "volunteer dashboard" which I did not include in my custom menu because really only new members need to be directed there.
What i missed/ forgot was to add a stinkin LOGIN area!!! D'oh!
Ok this is the prettiest way to fix it. Open header.php
and find
<?php
if ( is_user_logged_in() ) {
wp_nav_menu (array ( 'theme_location' => 'secondary-menu') );
}
?> <a href="<?php echo wp_logout_url(); ?>" id="logout">Logout</a></div>
replace with this:
<?php if (is_user_logged_in()) : ?>
Permalink Reply by BSC_Photo on October 4, 2011 at 7:36pm © 2013 Created by Kyle Chowning.