How would I remove "view all" link under featured member block on homepage?
How would I remove "view all" link under featured member block on homepage? |
Hello you can do that just go to your cpanel 1 open file /public_html/templates/base/paginate.html 2 delete this lines dont forget clean your cache
<bx_if:view_all> <div class="view_all bx-def-margin-left-auto"> <a href="__lnk_url__" title="__lnk_title__">__lnk_content__</a> </div> </bx_if:view_all>
Sorry For My English Plz see Attachments |
Thank You Very much. I want people to think I have more members so I don't want them to see how many members I have on the front page so more people will sign up. |
Please note that if you make the above change you will remove 'view all' functionality site-wide (not just for Featured member block) Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
I should be fine as long as I still have the arrows. Unless there is a way to remove view all from only the featured members block on homepage. |
thanks for sharing this 8)
Hello you can do that just go to your cpanel 1 open file /public_html/templates/base/paginate.html 2 delete this lines dont forget clean your cache
<bx_if:view_all> <div class="view_all bx-def-margin-left-auto"> <a href="__lnk_url__" title="__lnk_title__">__lnk_content__</a> </div> </bx_if:view_all>
Sorry For My English Plz see Attachments
|