Changeset 555605
- Timestamp:
- 06/10/2012 01:27:41 PM (14 years ago)
- File:
-
- 1 edited
-
mp-booking/trunk/readme.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mp-booking/trunk/readme.txt
r555595 r555605 44 44 Configure with argument : 45 45 46 @object identifies the form instance. Examples: Single Room, Twin Room etc.46 * @object : identifies the form instance. Examples: Single Room, Twin Room etc. 47 47 This will be identified in the Subject field of the incoming reservation e-mail as 48 48 follows: Pending reservation for <object> 49 @nummax identifies the maximum number of rooms for each plugin usage 49 50 * @nummax : identifies the maximum number of rooms for each plugin usage 50 51 instance 51 @label identifies the label of the button. Examples: Book now!, Booking, Reservation52 * @label : identifies the label of the button. Examples: Book now!, Booking, Reservation 52 53 etc. Can be used to translate the button label. Examples: Réservation, Prenotazione, 53 54 Buchung etc. 54 @from identifies the sending instance of the plugin. 55 56 * @from : identifies the sending instance of the plugin. 55 57 If not defined, the default sender will be [email protected] 56 58 If defined as a name and not an address, the sender will be name@yourdomain. … … 58 60 Can be defined as an address, for example [email protected] but in this particular 59 61 case, the e-mail can be treated like spam by e-mail service providers. 60 @send_to identifies destination addresses for booking notification. 62 63 * @send_to : identifies destination addresses for booking notification. 61 64 Multiple comma-separated addresses can be configured. Example: 62 65 [email protected], [email protected], [email protected] 63 66 First defined address is used at the bottom of client message: Please reply to: 64 67 [email protected] 65 @captcha put no if you don't want captcha 68 69 * @captcha put no if you don't want captcha 66 70 67 71 == Frequently Asked Questions == 68 = I don't see any plugin entry on my dashboard after install. Is it a problem? 72 73 = I don't see any plugin entry on my dashboard after install. Is it a problem?= 69 74 This plugin don't add any configuration panel in the dashboard. 70 75 … … 107 112 [email protected] 108 113 109 = I would like to disable the captcha. 114 = I would like to disable the captcha. = 110 115 111 116 Add captcha="no" in the shortcode 112 117 113 = I want to change some text (to translate it, or other) in the form, title, field, button how could I do? 118 = I want to change some text (to translate it, or other) in the form, title, field, button how could I do? = 114 119 115 120 Go in your plugin direcory. … … 124 129 Reload your page in your browser by ctrl+f5 (ctrl to empty page cache) 125 130 126 If you want to change "continue", "back" button 131 If you want to change "continue", "back" button = 132 127 133 Edit the javascript file "mp-booking.js" in the "js" folder 128 134 Find : … … 133 139 Reload your page in your browser by ctrl+f5 (ctrl to empty page cache) 134 140 135 = I want to change the color of the form, how I can do it simply? 141 = I want to change the color of the form, how I can do it simply? = 142 136 143 You can change by a theme existing in jquery ui by changing the line : 137 144 wp_enqueue_style('jquery-style', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/themes/ui-lightness/jquery-ui.css'); … … 143 150 http://jqueryui.com/themeroller/ 144 151 145 = I want to change the form's window size. 152 = I want to change the form's window size. = 146 153 Edit the javascript file "mp-booking.js" in the "js" folder 147 154 Find : … … 155 162 156 163 157 = I want transform a field optional. 164 = I want transform a field optional. = 158 165 Edit the javascript file "mp-booking.js" in the "js" folder 159 166 find the line :
Note: See TracChangeset
for help on using the changeset viewer.