From 5f558992604820a3bd8642aea04be45b0a7b320a Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Tue, 3 Nov 2015 09:06:39 -0500 Subject: [PATCH] Removed "View Profile" links from list view. --- glm-member-db.php | 6 +++--- views/front/members/list.html | 6 ++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/glm-member-db.php b/glm-member-db.php index 1f402a31..327449f0 100644 --- a/glm-member-db.php +++ b/glm-member-db.php @@ -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 * @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'); /* diff --git a/views/front/members/list.html b/views/front/members/list.html index c5d4d5d2..6964129a 100644 --- a/views/front/members/list.html +++ b/views/front/members/list.html @@ -116,16 +116,14 @@
{if $m.short_descr && $settings.list_show_short_descr} - {$m.short_descr|nl2br} ... View Profile - + {$m.short_descr|nl2br} {elseif $m.descr && $settings.list_show_description} - {$m.descr|nl2br} class="test">... View Profile + {$m.descr|nl2br} {/if} {if $m.categories && $settings.list_show_categories} -- 2.17.1