romove member count?

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)
Quote · 7 Feb 2011

Open the : templates\base\paginate.html

1. find and delete this string: __total__
2. clean all caches

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 7 Feb 2011

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)
Quote · 7 Feb 2011

 

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>
<div class="view_all" style="background-image:url(__img_src__)">
<a href="__lnk_url__" title="__lnk_title__">__lnk_content__</a>
</div>
</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
Quote · 7 Feb 2011

well, that kinda worked,He,He,Laughing

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)
Quote · 7 Feb 2011

 

well, that kinda worked,He,He,Laughing

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
Quote · 7 Feb 2011

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)
Quote · 7 Feb 2011

 

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
Quote · 7 Feb 2011

Thanx SashaE

Free the Dolphin...
Quote · 16 Nov 2011

Hi,

 

I have 7.1 and I tried this.. Couldnt get it to work.. can you assist?

Quote · 18 Oct 2014

hi all

 

Remove member count(number) - only user side for view? but admin view that. how? pls

Quote · 16 Oct 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.