Commented out live camera tab in member info edit page till further review.
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 19 Sep 2016 16:50:14 +0000 (12:50 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 19 Sep 2016 16:50:14 +0000 (12:50 -0400)
config/plugin.ini
views/admin/member/memberInfo.html

index 3debdcf..24dec22 100644 (file)
@@ -324,7 +324,7 @@ video_type_numb['Vimeo'] = 2
 
 ; Live Cam Types
 live_cam_type[1] = 'Image'
-live_cam_type[2] = 'Stream'
+;live_cam_type[2] = 'Stream'
 
 live_cam_type_numb['Image'] = 1
-live_cam_type_numb['Stream'] = 2
+;live_cam_type_numb['Stream'] = 2
index 18f409c..a22a5c9 100644 (file)
@@ -98,7 +98,7 @@
         <a id="glm-member-info-cat" data-show-table="glm-table-cat" class="glm-member-info-tab nav-tab">Categories & Amenities</a>
         <a id="glm-member-info-images" data-show-table="glm-table-images" class="glm-member-info-tab nav-tab">Images</a>
         <a id="glm-member-info-video" data-show-table="glm-table-video" class="glm-member-info-tab nav-tab">Video</a>
-        <a id="glm-member-info-live-cam" data-show-table="glm-table-live-cam" class="glm-member-info-tab nav-tab">Live Cam</a>
+<!-- Dissabled till tested    <a id="glm-member-info-live-cam" data-show-table="glm-table-live-cam" class="glm-member-info-tab nav-tab">Live Cam</a>  -->
 <!-- Not using credit cards currently        <a id="glm-member-info-ccards" data-show-table="glm-table-ccards" class="glm-member-info-tab nav-tab">Credit Cards</a>  -->
         {if $memberUpdated}<span class="glm-notice glm-flash-updated glm-right">{$terms.term_member_cap} Profile Updated</span>{/if}
         {if $memberUpdateError}<span class="glm-error glm-flash-updated glm-right">{$terms.term_member_cap} Profile Update Error</span>{/if}