Changeset 345132
- Timestamp:
- 02/14/2011 04:28:33 AM (15 years ago)
- Location:
- photographer-connections/trunk
- Files:
-
- 2 edited
-
photographer-connections.php (modified) (1 diff)
-
readme.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
photographer-connections/trunk/photographer-connections.php
r345129 r345132 3 3 Plugin Name: Photographer Connections 4 4 Plugin URI: http://photographyblogsites.com/wordpress-plugins/photographer-connections 5 Description: Submit new leads to ShootQ5 Description: Connect to photography sites: SmugMug, Pictage, ShootQ. 6 6 Author: Marty Thornley 7 Version: 0.17 Version: 1.0 8 8 Author URI: http://martythornley.com/ 9 9 */ 10 11 10 /* Copyright 2011 Partner Interactive, LLC. 12 11 -
photographer-connections/trunk/readme.txt
r345129 r345132 3 3 Tags: contact, integration, ShootQ, Pictage, SmugMug, Flickr, Picasa, photography 4 4 Requires at least: 2.9.0 5 Tested up to: 3.0. 15 Tested up to: 3.0.5 6 6 Stable tag: trunk 7 7 … … 14 14 For Example: ShootQ integration allows contact forms to send info to ShootQ, using Contact Form 7. 15 15 16 Short Codes: 17 * [shootq_form] 18 * [pictage_events] 19 * [smugmug_albums] 16 **Short Codes** 17 18 1. [shootq_form] 19 1. [pictage_events] 20 1. [smugmug_albums] 20 21 21 22 == Installation == … … 23 24 Install and activate the plugin. 24 25 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. 29 31 30 32 = 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. 34 37 35 38 Pictage allows you to list all your active events. … … 38 41 39 42 = 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. 43 47 44 48 To display all SmugMug albums, use [smugmug_albums]. … … 48 52 49 53 = 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. 53 58 54 59 To embed the contact form provided by ShootQ, add the shortcode [shootq_form] to any post or page. … … 60 65 61 66 = ShootQ with Contact Form 7 = 67 62 68 In order for your Contact Form 7 forms to send info to ShootQ, they must use fields with these names. 63 69 64 70 **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) 74 81 75 82 **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" 85 93 86 94 **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" 89 98 90 99 == Frequently Asked Questions == 91 100 92 101 **Do SmugMug images have to link to the image on SmugMug?** 102 93 103 For 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. 94 104 95 105 **How do I customize the SmugMug gallery?** 106 96 107 All 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. 97 108 98 109 **Does it work with Multisite?** 110 99 111 Yes. 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. 100 112 … … 102 114 103 115 = 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.