Plugin Directory

Changeset 555605


Ignore:
Timestamp:
06/10/2012 01:27:41 PM (14 years ago)
Author:
_Math_
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • mp-booking/trunk/readme.txt

    r555595 r555605  
    4444Configure with argument :
    4545
    46 @object – identifies the form instance. Examples: Single Room, Twin Room etc.
     46* @object : identifies the form instance. Examples: Single Room, Twin Room etc.
    4747This will be identified in the Subject field of the incoming reservation e-mail as
    4848follows: 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
    5051instance
    51 @label – identifies the label of the button. Examples: Book now!, Booking, Reservation
     52* @label : identifies the label of the button. Examples: Book now!, Booking, Reservation
    5253etc. Can be used to translate the button label. Examples: Réservation, Prenotazione,
    5354Buchung etc.
    54 @from – identifies the sending instance of the plugin.
     55
     56* @from : identifies the sending instance of the plugin.
    5557If not defined, the default sender will be [email protected]
    5658If defined as a name and not an address, the sender will be name@yourdomain.
     
    5860Can be defined as an address, for example [email protected] but in this particular
    5961case, 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.
    6164Multiple comma-separated addresses can be configured. Example:
    6265[email protected], [email protected], [email protected]
    6366First defined address is used at the bottom of client message: “Please reply to:
    6467[email protected]”
    65 @captcha put no if you don't want captcha
     68
     69* @captcha put no if you don't want captcha
    6670
    6771== 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?=
    6974This plugin don't add any configuration panel in the dashboard.
    7075
     
    107112[email protected]”
    108113 
    109 = I would like to disable the captcha.
     114= I would like to disable the captcha. =
    110115
    111116Add captcha="no" in the shortcode
    112117
    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? =
    114119
    115120Go in your plugin direcory.
     
    124129Reload your page in your browser by ctrl+f5 (ctrl to empty page cache)
    125130
    126 If you want to change "continue", "back" button
     131If you want to change "continue", "back" button =
     132
    127133Edit the javascript file "mp-booking.js" in the "js" folder
    128134Find :
     
    133139Reload your page in your browser by ctrl+f5 (ctrl to empty page cache)
    134140
    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
    136143You can change by a theme existing in jquery ui by changing the line :
    137144wp_enqueue_style('jquery-style', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/themes/ui-lightness/jquery-ui.css');
     
    143150http://jqueryui.com/themeroller/
    144151
    145 = I want to change the form's window size.
     152= I want to change the form's window size. =
    146153Edit the javascript file "mp-booking.js" in the "js" folder
    147154Find :
     
    155162
    156163
    157 = I want transform a field optional.
     164= I want transform a field optional. =
    158165Edit the javascript file "mp-booking.js" in the "js" folder
    159166find the line :
Note: See TracChangeset for help on using the changeset viewer.