When listing the 'sites' on the home page the block used is 'Latest_posts' (_bx_blog_Latest_posts) would anyone know how to remove the 'view all' bit in the grey line at the bottom of this block?
Thanks
When listing the 'sites' on the home page the block used is 'Latest_posts' (_bx_blog_Latest_posts) would anyone know how to remove the 'view all' bit in the grey line at the bottom of this block? Thanks |
Hello Undortunately there is no possibility to do it via admin panel, but if you are familiar with PHP programming and Dolphin structure you may create a custom mod to hide 'View All' from pagination line in this block only. You need to take a look at modules/boonex/blogs/classes/BxBlogsModule.php file -> serviceBlogsIndexPage function and BxBlogsSearchUnit.php file -> showPagination2 function. P.S. If you want I can help you to create the mod. Just contact me via internal mail box. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |