At the bottom of the members block there is "view all (#)"
I would like to remove the number part.
Anyone have any ideas?
Could't find the file with FF bug (probably didn't look hard enough)
Thanks,
Derrick
At the bottom of the members block there is "view all (#)" I would like to remove the number part. Anyone have any ideas? Could't find the file with FF bug (probably didn't look hard enough) Thanks, Derrick Back to pulling my hair out! (ouch, ouch,ouch) |
Open the : templates\base\paginate.html 1. find and delete this string: __total__ PS: If possible do not write me personally, please try to ask on the forum first |
sorry Sasha, that didn't work. I removed __total__ and cleared all cache in admin and it still comes up, any thoughts? Oh, and this helps, it is 7.0.0. Back to pulling my hair out! (ouch, ouch,ouch) |
sorry Sasha, that didn't work. I removed __total__ and cleared all cache in admin and it still comes up, any thoughts? Oh, and this helps, it is 7.0.0. O sorry back you changes! Try apply this suggestion: 1. Open the templates\base\paginate.html 2. Find and remove these code lines: <bx_if:view_all> 3. Clear all caches templates\base\paginate.html PS: If possible do not write me personally, please try to ask on the forum first |
well, that kinda worked,He,He, It removed the whole line including the view all. I would like to keep the view all, just remove the count. I only have 100 members on the site, and I think it would be best to hide that!LOL any thoughts? Getting closer though! Back to pulling my hair out! (ouch, ouch,ouch) |
well, that kinda worked,He,He, It removed the whole line including the view all. I would like to keep the view all, just remove the count. I only have 100 members on the site, and I think it would be best to hide that!LOL any thoughts? Getting closer though! OK last suggestion for you: 1. Turn all changes back 2. Open the inc\classes\BxDolPaginate.php 3. find this code line : 'lnk_content' => $sViewAllCpt . ' (' . $this->_iCount . ')' and replace with : 'lnk_content' => $sViewAllCpt 4. Clear all caches PS: If possible do not write me personally, please try to ask on the forum first |
Oh, you are good!!!!! Thanks! That did it and it was a good trick earlier to remove the view all too. I will keep that in my records for later!
Derrick Back to pulling my hair out! (ouch, ouch,ouch) |
Oh, you are good!!!!! Thanks! That did it and it was a good trick earlier to remove the view all too. I will keep that in my records for later!
Derrick You are welcome! PS: If possible do not write me personally, please try to ask on the forum first |
Thanx SashaE Free the Dolphin... |
Hi,
I have 7.1 and I tried this.. Couldnt get it to work.. can you assist? |
hi all
Remove member count(number) - only user side for view? but admin view that. how? pls |