close

Plugin Directory

Changeset 345132


Ignore:
Timestamp:
02/14/2011 04:28:33 AM (15 years ago)
Author:
MartyThornley
Message:

1.0 Initial Commit

Location:
photographer-connections/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • photographer-connections/trunk/photographer-connections.php

    r345129 r345132  
    33Plugin Name: Photographer Connections
    44Plugin URI: http://photographyblogsites.com/wordpress-plugins/photographer-connections
    5 Description: Submit new leads to ShootQ
     5Description: Connect to photography sites: SmugMug, Pictage, ShootQ.
    66Author: Marty Thornley
    7 Version: 0.1
     7Version: 1.0
    88Author URI: http://martythornley.com/
    99*/
    10 
    1110/*  Copyright 2011  Partner Interactive, LLC.
    1211
  • photographer-connections/trunk/readme.txt

    r345129 r345132  
    33Tags: contact, integration, ShootQ, Pictage, SmugMug, Flickr, Picasa, photography
    44Requires at least: 2.9.0
    5 Tested up to: 3.0.1
     5Tested up to: 3.0.5
    66Stable tag: trunk
    77
     
    1414For Example: ShootQ integration allows contact forms to send info to ShootQ, using Contact Form 7.
    1515
    16 Short Codes:
    17 * [shootq_form]
    18 * [pictage_events]
    19 * [smugmug_albums]
     16**Short Codes**
     17
     181. [shootq_form]
     191. [pictage_events]
     201. [smugmug_albums]
    2021
    2122== Installation ==
     
    2324Install and activate the plugin.
    2425
    25 General:
    26 Look in the main admin menu for "Photographer Connections".
    27 Activate each module you want to use.
    28 Currently there is access to Pictage, SmugMug and ShootQ.
     26= General =
     27
     28* Look in the main admin menu for "Photographer Connections".
     29* Activate each module you want to use.
     30* Currently there is access to Pictage, SmugMug and ShootQ.
    2931
    3032= Pictage =
    31 Activate Pictage at "Photographer Connections".
    32 Visit "Photographer Connections->Pictage".
    33 Add your Pictage account information.
     33
     34* Activate Pictage at "Photographer Connections".
     35* Visit "Photographer Connections->Pictage".
     36* Add your Pictage account information.
    3437
    3538Pictage allows you to list all your active events.
     
    3841
    3942= SmugMug =
    40 Activate SmugMug at "Photographer Connections".
    41 Visit "Photographer Connections->SmugMug".
    42 Add your SmugMug account information.
     43
     44* Activate SmugMug at "Photographer Connections".
     45* Visit "Photographer Connections->SmugMug".
     46* Add your SmugMug account information.
    4347
    4448To display all SmugMug albums, use [smugmug_albums].
     
    4852
    4953= ShootQ =
    50 Activate ShootQ at "Photographer Connections".
    51 Visit "Photographer Connections->ShootQ".
    52 Add your ShootQ account information.
     54
     55* Activate ShootQ at "Photographer Connections".
     56* Visit "Photographer Connections->ShootQ".
     57* Add your ShootQ account information.
    5358
    5459To embed the contact form provided by ShootQ, add the shortcode [shootq_form] to any post or page.
     
    6065
    6166= ShootQ with Contact Form 7 =
     67
    6268In order for your Contact Form 7 forms to send info to ShootQ, they must use fields with these names.
    6369
    6470**General Info:**
    65 *  **name** or **first-name** and **last-name**
    66 *  **phonenumber**
    67 *  **email**
    68 *  **type** (this is for the type of event - Portrait, Wedding, etc.)
    69 *  **referred_by**
    70 *  **referrer_id**
    71 *  **remarks** (a textarea to allow comments)
    72 *  **subject** (will be combined into the shootq remarks area)
    73 *  **message** (will be combined into the shootq remarks area)
     71
     72* "name" or "first-name" and "last-name"
     73* "phonenumber"
     74* "email"
     75* "type" (this is for the type of event - Portrait, Wedding, etc.)
     76* "referred_by"
     77* "referrer_id"
     78* "remarks" (a textarea to allow comments)
     79* "subject" (will be combined into the shootq remarks area)
     80* "message" (will be combined into the shootq remarks area)
    7481
    7582**For Wedding Events:**
    76 *  **ceremony_location**
    77 *  **ceremony_start_time**
    78 *  **ceremony_end_time**
    79 *  **reception_location**
    80 *  **reception_start_time**
    81 *  **reception_end_time**
    82 *  **groomsmen_count**
    83 *  **bridesmaids_count**
    84 *  **guests_count**
     83
     84* "ceremony_location"
     85* "ceremony_start_time"
     86* "ceremony_end_time"
     87* "reception_location"
     88* "reception_start_time"
     89* "reception_end_time"
     90* "groomsmen_count"
     91* "bridesmaids_count"
     92* "guests_count"
    8593
    8694**For Portrait Events:**
    87 *  **classifier** (should be a drop down list of types of shoots that you offer - kids, family, senior, etc.)
    88 *  **group_size**
     95
     96* "classifier" (should be a drop down list of types of shoots that you offer - kids, family, senior, etc.)
     97* "group_size"
    8998
    9099== Frequently Asked Questions ==
    91100
    92101**Do SmugMug images have to link to the image on SmugMug?**
     102
    93103For now, yes. But they work with the Shadowbox JS plugin, which will make them popup into a nice overlay window so that the user never leaves your site.
    94104
    95105**How do I customize the SmugMug gallery?**
     106
    96107All this plugin does is get and display the thumbnail version of the images. You can use your theme's style.css to make them look nicer.
    97108
    98109**Does it work with Multisite?**
     110
    99111Yes. This was built for [PhotographyBlogSites.com](http://photographyblogsites.com), which is multisite. The plugin even has a Super Admin level menu that allows Super Admins to enable or disable any of the modules site wide.
    100112
     
    102114
    103115= 1.0 =
    104 * Initial release
     116* fixed readme, corrected version number, description.
     117
     118= 0.1 =
     119* Initial upload
Note: See TracChangeset for help on using the changeset viewer.