Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Profile Extender bug
![Nozumi](https://secure.gravatar.com/avatar/d26ef4182bfb9b5ad623c22dd3488336/?default=https%3A%2F%2Fvanillicon.com%2Fbbc51a539cd62ada1ffeaf768c185cca_100.png&rating=g&size=100)
for the profile extender addon, if i enter a custom textbox field named "Location", it will show up beside the users name in the discussions page, like so: "Nozumi Canada". ticking/unticking the "Show on Profiles" didn't do anything
i just want it to show up on the Profile page. how can i fix thix?
(if i add a textbox field named something else it does not show up, so im guessing the plugin automatically flags the word "Location" to show beside the users name, but i dont want this)
0
Comments
No, it is not a bug, it may not be what you want. But that is what it does.
Don't use Location Field and your problems will be solved. Call it anything else.
e.g.
http://www.thesaurus.com/browse/location
or use css to hide the class if your goal is purely visual.
.AuthorLocation on the discussion page.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
read the faq it will help you if you pay attention and read it.
http://vanillaforums.org/discussion/28420/faq/p1
start learning css and web developer tools, and you won't need to ask these questions.
http://vanillaforums.org/discussion/comment/219925/#Comment_219925
add this to your custom.css
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.