From: Steve Sutton Date: Wed, 12 Dec 2018 13:45:40 +0000 (-0500) Subject: Adding help page for trip planner X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=e4b8c9a63d9e262e3e1fd1ba7d3180d60de59b68;p=WP-Plugins%2Fglm-member-db-itinerary.git Adding help page for trip planner Using the wordpress thickbox function add_thickbox from template. Setting up the helpme html page. --- diff --git a/models/front/itinerary/list.php b/models/front/itinerary/list.php index c5cfd8d..a7acff4 100755 --- a/models/front/itinerary/list.php +++ b/models/front/itinerary/list.php @@ -374,6 +374,7 @@ class GlmMembersFront_itinerary_list // extends GlmMembersFront_events_baseActio 'userInfo' => $userInfo, 'email' => $email, 'token' => $token, + 'helpUrl' => GLM_MEMBERS_ITINERARY_PLUGIN_URL . 'templates/helpme.html', ); error_reporting(E_ALL ^ E_NOTICE); diff --git a/templates/helpme.html b/templates/helpme.html new file mode 100644 index 0000000..c0e37f1 --- /dev/null +++ b/templates/helpme.html @@ -0,0 +1,44 @@ + + + + Help Me + + + +
+

+This section lets you create your own online itinerary. As you find items on this website that may be of interest to you, simply click the "Add to +Travel Planner" icon. Each item will then get added to your list. Once you have +completed adding items to your planner list, you may take the following actions:

+ +
    +
  1. Request Info
    +This will send an email directly to each individual business using our "Send Me More Information" +form. For the items you have added to your list that do not have an +email, we will give you their phone number.
  2. + +
  3. Print This List
    +Prints the list to your printer, if you have one.
  4. + +
  5. +Save your Trip Planner
    +Creates an account with this website so you can access your itinerary later. +
  6. + +
+ +
+ + diff --git a/views/front/itinerary/list.html b/views/front/itinerary/list.html index 8baeadf..16ab390 100644 --- a/views/front/itinerary/list.html +++ b/views/front/itinerary/list.html @@ -51,7 +51,8 @@
  • Get more info
  • -
  • Help
  • + {add_thickbox()} +
  • Help
  • {/if}