From: Laury GvR Date: Tue, 16 Aug 2016 20:42:47 +0000 (-0400) Subject: Hopefully fixed the packages link for member list X-Git-Tag: v1.1.11^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=73f3e8e2e9528078e89068455ba09d11c41ab614;p=WP-Plugins%2Fglm-member-db-packaging.git Hopefully fixed the packages link for member list Changed the variable in the front views for the list and detail links to packaging, so that the right member slug is used. --- diff --git a/views/front/packaging/detail.html b/views/front/packaging/detail.html index 0218481..b2def21 100644 --- a/views/front/packaging/detail.html +++ b/views/front/packaging/detail.html @@ -24,9 +24,7 @@
{if $settings.package_detail_show_image && $package.image} -
- -
+ {else if $settings.package_detail_show_member_image && $package.member.logo} {/if} diff --git a/views/front/packaging/packagesLinkForMemberList.html b/views/front/packaging/packagesLinkForMemberList.html index 94c35d5..ffb2a67 100644 --- a/views/front/packaging/packagesLinkForMemberList.html +++ b/views/front/packaging/packagesLinkForMemberList.html @@ -1,7 +1,7 @@ {if $havePackages && $packages && $settings.list_show_packages_link} {foreach $packages as $p} {if $p@iteration == 1} - Packages & Deals + Packages & Deals {/if} {/foreach} {/if} \ No newline at end of file