Removed "View Profile" links from list view.
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 3 Nov 2015 14:06:39 +0000 (09:06 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 3 Nov 2015 14:06:39 +0000 (09:06 -0500)
glm-member-db.php
views/front/members/list.html

index 1f402a3..327449f 100644 (file)
@@ -3,7 +3,7 @@
  * Plugin Name: GLM Members Database
  * Plugin URI: http://www.gaslightmedia.com/
  * Description: Gaslight Media Members Database.
- * Version: 1.0.39
+ * Version: 1.0.42
  * Author: Chuck Scott
  * Author URI: http://www.gaslightmedia.com/
  * License: GPL2
@@ -19,7 +19,7 @@
  * @package glmMembersDatabase
  * @author Chuck Scott <cscott@gaslightmedia.com>
  * @license http://www.gaslightmedia.com Gaslightmedia
- * @version 1.0.39
+ * @version 1.0.42
  */
 
 /*
@@ -33,7 +33,7 @@
  *  version when there's a change in the database!! Use the
  *  version nunmber of that release for the DB version.
  */
-define('GLM_MEMBERS_PLUGIN_VERSION', '1.0.39');
+define('GLM_MEMBERS_PLUGIN_VERSION', '1.0.42');
 define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.0.30');
 
 /*
index c5d4d5d..6964129 100644 (file)
                     <div class="glm-member-list-links"><br>
                                 {if $m.url && $settings.list_show_url}<a href="{$m.url}"{if $settings.list_show_url_newtarget} target="_blank"{/if}>Website</a>{/if}
                                 {if $m.email && $settings.list_show_email}<a href="mailto:{$m.email}">Email</a>{/if}
-<!--                                <a href="{$thisURL}?glm_action=detail&id={$m.member_pointer}">View Profile</a>-->
                         </div>
                          </div>
                 <div class="glm-member-list-description small-12 medium-4 left columns">
                         
                 {if $m.short_descr && $settings.list_show_short_descr}
-                {$m.short_descr|nl2br} <a href="{$thisURL}?glm_action=detail&id={$m.member_pointer}">... View Profile</a>
-
+                    {$m.short_descr|nl2br}
                 {elseif $m.descr && $settings.list_show_description}
-                {$m.descr|nl2br} class="test"><span>... View Profile</span>
+                    {$m.descr|nl2br}
                 {/if}
                         
                 {if $m.categories && $settings.list_show_categories}