From e4b8c9a63d9e262e3e1fd1ba7d3180d60de59b68 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 12 Dec 2018 08:45:40 -0500 Subject: [PATCH] Adding help page for trip planner Using the wordpress thickbox function add_thickbox from template. Setting up the helpme html page. --- models/front/itinerary/list.php | 1 + templates/helpme.html | 44 +++++++++++++++++++++++++++++++++ views/front/itinerary/list.html | 3 ++- 3 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 templates/helpme.html 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} -- 2.17.1