Update the baraga theme
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 20 Jun 2018 18:20:32 +0000 (14:20 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 20 Jun 2018 18:20:32 +0000 (14:20 -0400)
Updating glm member list view for the more link.

glm-member-db/views/front/members/list.html
style.css

index 9f3c79c..5160634 100644 (file)
                     {apply_filters('glm-member-db-front-members-list-memberDescriptionTop', '', $member.member_pointer)}
                     {if $member.short_descr && $settings.list_show_short_descr}
                         {$member.short_descr|nl2br}
-                        {if $settings.list_show_detail_link}
+                        {if $settings.list_show_detail_link && !$member.has_no_profile.value}
                             <a href="{$siteBaseUrl}{$settings.canonical_member_page}/{$member.member_slug}/{if $settings.enable_multiple_profiles}{$member.id}/{/if}?entity_template={php}echo $GLOBALS['entity_page_slug'];{/php}">More</a>
                         {/if}
                     {/if}
index ecc010d..7184bd9 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: BaragaCounty
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for BaragaCounty
-Version: 1.0.19
+Version: 1.0.20
 */