Trying to remove the "View All" link that appears under my Member thumbnail images on the Homepage.
Any advice on where to find/edit/remove this link?
Thanks.
Trying to remove the "View All" link that appears under my Member thumbnail images on the Homepage. Any advice on where to find/edit/remove this link? Thanks. |
templates/base/bxbaseindex.php function getBlockCode_Members() comment line: $aDBBottomMenu[ _t('_View All') ] = array( 'href' => $sBMViewAllLink, 'dynamic' => false, 'class' => 'viewAllMembers' ); so it looks like: //$aDBBottomMenu[ _t('_View All') ] = array( 'href' => $sBMViewAllLink, 'dynamic' => false, 'class' => 'viewAllMembers' ); I have video tutorials to help you mrpowless.com |
mrprowess,
do you know how to change the link page that the "view All" link goes to. I am trying to delete the male and female and the age and country and replace it with city.
Any help would be appreciated
citysteak.com |
The view all post was perfect and it works great thanks citysteak.com |