Changeset 3036592
- Timestamp:
- 02/15/2024 11:16:01 PM (2 years ago)
- Location:
- registerone-event-forms/trunk
- Files:
-
- 3 edited
-
admin/classes/RegisteroneShortcodes.php (modified) (10 diffs)
-
readme.txt (modified) (7 diffs)
-
registerone-wordpress-client.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
registerone-event-forms/trunk/admin/classes/RegisteroneShortcodes.php
r3032367 r3036592 2475 2475 return $responses; 2476 2476 } 2477 2477 2478 /** 2478 2479 * @param $data … … 4454 4455 #map .leaflet-div-icon b { 4455 4456 --transform-scale: 1; 4456 display: inline-block;4457 display: inline-block; 4457 4458 font-size: <?php echo $label_size ?>; /*maps::label_size*/ 4458 padding: 3px;4459 padding: 0 5px; 4459 4460 border: 1px solid #666; 4460 4461 border-radius: 3px; 4461 background: #fff;4462 transform: translate(- 50%, -50%) scale(var(--transform-scale));4462 background: #fff; 4463 transform: translate(-45%, -55%) scale(var(--transform-scale)); 4463 4464 transition: transform 0.1s linear; 4465 line-height: initial; 4464 4466 } 4465 4467 #map .leaflet-div-icon { … … 5135 5137 #map .leaflet-div-icon b { 5136 5138 --transform-scale: 1; 5137 display: inline-block;5139 display: inline-block; 5138 5140 font-size: <?php echo $label_size ?>; /*maps::label_size*/ 5139 padding: 3px;5141 padding: 0 5px; 5140 5142 border: 1px solid #666; 5141 5143 border-radius: 3px; 5142 background: #fff;5143 transform: translate(- 50%, -50%) scale(var(--transform-scale));5144 background: #fff; 5145 transform: translate(-45%, -55%) scale(var(--transform-scale)); 5144 5146 transition: transform 0.1s linear; 5147 line-height: initial; 5145 5148 } 5146 5149 #map .leaflet-div-icon { … … 6081 6084 <?php if(!empty($formData['amenity_note'])): ?> 6082 6085 <div class="block_text well" style="margin-left:0px; margin-top:4px;"><?= $formData['amenity_note'] ?></div> 6083 <?php else: ?>6084 <h4>Select the amenities you require.</h4>6085 6086 <?php endif; ?> 6086 6087 </div> … … 6089 6090 6090 6091 <div class="col-lg-offset-2"> 6091 <br><h4>No a menities to select for this event.</h4>6092 <br><h4>No add-ons to select for this event.</h4> 6092 6093 </div> 6093 6094 … … 6272 6273 <?php endforeach; ?> 6273 6274 6275 <?php if(isset($formData['amenity_comment_labels_a'][$val])): ?> 6276 <?php 6277 $comment = isset($formData['amenity_comments_a'][$val]) ? esc_textarea(stripslashes($formData['amenity_comments_a'][$val])) : ''; 6278 $comment_label = isset($formData['amenity_comment_labels_a'][$val]) ? $formData['amenity_comment_labels_a'][$val] : ''; 6279 ?> 6280 <div class = "amenity-comment-container"> 6281 <div class="control-desc" for="amenity-types" style="padding-left:6px;"> 6282 <?= $comment_label; ?> 6283 </div> 6284 <div class = "amenity-item-container" style="padding-left:2px;"> 6285 <?php echo "<textarea name='Clients[comment][{$val}]' id='amenity_type_{$val}' class='form-control' style='margin-left:4px;'>{$comment}</textarea>"; ?> 6286 </div> 6287 </div> 6288 <?php endif; ?> 6289 6274 6290 </div> 6275 6291 … … 6478 6494 <?php if(isset($formData['amenity_comment_labels_a'][$val])): ?> 6479 6495 <?php 6480 $comment = isset($formData['amenity_comments_a'][$val]) ? esc_textarea( $formData['amenity_comments_a'][$val]) : '';6496 $comment = isset($formData['amenity_comments_a'][$val]) ? esc_textarea(stripslashes($formData['amenity_comments_a'][$val])) : ''; 6481 6497 $comment_label = isset($formData['amenity_comment_labels_a'][$val]) ? $formData['amenity_comment_labels_a'][$val] : ''; 6482 6498 ?> … … 7124 7140 $redirect_url = "//" . $_SERVER['HTTP_HOST'] . strtok($_SERVER["REQUEST_URI"], '?') . "?".$screen."&pk=".$_SESSION["pk"]; 7125 7141 7126 }else{7127 $redirect_url = "//" . $_SERVER['HTTP_HOST'] . strtok($_SERVER["REQUEST_URI"], '?') . "?clearsession";7142 wp_redirect($redirect_url); 7143 exit(); 7128 7144 } 7129 7130 wp_redirect($redirect_url);7131 exit();7132 7145 } 7133 7146 … … 10051 10064 $attributes = is_array($this->event_attributes) ? $this->event_attributes : json_decode( $this->event_attributes, true); 10052 10065 10053 // print_r($attributes); die;10054 10055 10066 if (isset($attributes['event_a']['logo_img_url']) && !empty($attributes['event_a']['logo_img_url'])) { 10056 10067 $logo_image = "<img class='logo-image' src='{$attributes['event_a']['logo_img_url']}'>"; … … 10445 10456 } 10446 10457 ?> 10447 v3.7. 210458 v3.7.4 10448 10459 : <a href="https://app.registerone.com/privacy-policy" target="_blank">Privacy Policy</a> 10449 10460 <?php -
registerone-event-forms/trunk/readme.txt
r3032367 r3036592 1 === RegisterONE - Exhibitor Registration, Advanced BoothMapping, Ticketing ===1 === RegisterONE - Exhibitor Registration, Advanced Floor Mapping, Ticketing === 2 2 Contributors: registerone 3 Plugin Name: RegisterONE – Event Registration, BoothMapping, Ticketing3 Plugin Name: RegisterONE – Event Registration, Floor Mapping, Ticketing 4 4 Plugin URI: https://www.registerone.com/wordpress-plugin/ 5 Tags: boothmapping, on-site, e-commerce, expo, ticketing, event, registration, resources, exhibitor, application, forms5 Tags: floor mapping, on-site, e-commerce, expo, ticketing, event, registration, resources, exhibitor, application, forms 6 6 Author: RegisterONE 7 7 Requires at least: 5 8 8 Tested up to: 6.4 9 Version 3.7. 210 Stable tag: 3.7. 29 Version 3.7.4 10 Stable tag: 3.7.4 11 11 Requires PHP: 7.4 12 12 License: GPLv2 or later … … 17 17 == Description == 18 18 19 This plugin allows event organizers & producers to build out event boothmaps and application forms to field applications. Applicants can select booth locations, purchase assets, amenities and upgrades, upload documents and media files, provide e-signatures and pay for cart items. Create, deploy and manage multiple registration forms easily and efficiently from RegisterONE. Built in support for Stripe & Paypal payment gateways.20 21 Advanced boothmapping gives you the ability to plot booths with different sizes and pricing. Advanced features include dynamic pricing and selectable areas by applicant type. You can also start the registration process with booth selection from your forward facing map.19 This plugin allows event organizers & producers to build out event floor maps and application forms to field applications. Applicants can select booth locations, purchase assets, amenities and upgrades, upload documents and media files, provide e-signatures and pay for cart items. Create, deploy and manage multiple registration forms easily and efficiently from RegisterONE. Built in support for Stripe & Paypal payment gateways. 20 21 Advanced floor mapping gives you the ability to plot booths with different sizes and pricing. Advanced features include dynamic pricing and selectable areas by applicant type. You can also start the registration process with booth selection from your forward facing map. 22 22 23 23 To use, simply create and customize your forms from RegisterONE. Once completed, your form shortcodes can be found in the **Wordpress > Plugins > RegisterONE > Settings** screen ready to add to a page to generate your forms. Data is securely captured and stored in the cloud, allowing for easy administration of applicant details, media uploads, asset orders and purchases. … … 136 136 == Changelog == 137 137 138 = 3.7.4 = 139 * Added support for comments to map area selector 140 141 = 3.7.3 = 142 * Adjusted format of map area labels 143 138 144 = 3.7.2 = 139 145 * Optimized ticketing screen flow … … 294 300 295 301 = 3.3.19 = 296 * FIX: Session for forward-facing boothmap booking.302 * FIX: Session for forward-facing floor map booking. 297 303 298 304 = 3.3.18 = … … 334 340 335 341 = 3.3.7 = 336 * NEW: Set custom zoom level of front-facing booth map 337 338 = 3.3.7 = 339 * NEW: Set custom zoom level of front-facing booth map 342 * NEW: Set custom zoom level of front-facing floor map 340 343 341 344 = 3.3.6 = … … 362 365 = 3.3.0 = 363 366 * UPDATE: ticketing forms changed for better order flow 364 * UPDATE: UX improved for front-facing boothmapping367 * UPDATE: UX improved for front-facing floor mapping 365 368 * UPDATE: better UX feedback for SSO creation 366 369 … … 475 478 == Upgrade Notice == 476 479 477 = 3.7. 2=478 * Optimized ticketing screen flow480 = 3.7.4 = 481 * Added support for comments to map area selector -
registerone-event-forms/trunk/registerone-wordpress-client.php
r3032367 r3036592 1 1 <?php 2 2 /* 3 Plugin Name: RegisterONE Event MappingSolutions3 Plugin Name: RegisterONE Event Registration Solutions 4 4 Plugin URI: https://www.registerone.com 5 Description: RegisterONE – Exhibitor Registration, Advanced BoothMapping, Ticketing6 Version: 3.7. 25 Description: RegisterONE – Exhibitor Registration, Advanced Floor Mapping, Ticketing 6 Version: 3.7.4 7 7 Author: RegisterONE 8 8 Author URI: http://www.registerone.com
Note: See TracChangeset
for help on using the changeset viewer.