I have just launched a new social networking site and having a low number of members is a deterrence for some
I would like to remove the # of members for each individual that is posted on their profile page and the All Members listing on the members page
How do I accomplish that?
i have received the following suggestions - if anyone can assist further with the javascript code that would be needed that would be appreciated
thank you
The basic steps that you'll need to complete in order to accomplish this for the members page would be the following:
1. Use an if statement to ensure that this code only executes on the pages you'd like to execute upon by checking the document.URL object attribute
2. Narrow the search a bit by getting the identified element that's closest to the change you'd like to make with document.getElementById
3. Use a regular expression match or other string manipulator to acquire the specific portion of the element that you'd like to change and change it.
This will work on the Members page, and I am pretty sure if it won't have any effect on other pages... but if it does, some other "count" will not show up.
I received the following from support and it did the trick
To make this change to to Manage>Language Editor then search for the words in the sentence (ex. is member). Once you find the correct phrase, you can take is out and replace is with different wording (that doesn't include the number variable).