Jump to content

How to fix Member Location listing from bad text formatting?


usmf
Go to solution Solved by Genestoy,

Recommended Posts

I don't want to edit something that should not be edited, but so far no fixes in the custom files are working. The Location line on all members info display area on a post is missing the space between the "Location:" and the filled in place. Photo attached shows the issue. Is there a way to fix this, please?

Thanks.

Forum Location Issue.JPG

Link to comment
Share on other sites

2 hours ago, usmf said:

I don't want to edit something that should not be edited, but so far no fixes in the custom files are working. The Location line on all members info display area on a post is missing the space between the "Location:" and the filled in place. Photo attached shows the issue. Is there a way to fix this, please?

Thanks.

Forum Location Issue.JPG

That's controlled by the Profile Fields "Display format for profile" setting ( ACP => Members => Profile )

Link to comment
Share on other sites

3 hours ago, Daniel F said:

That's controlled by the Profile Fields "Display format for profile" setting ( ACP => Members => Profile )

I've gone in there, but I don't seen where I am allowed to add the needed space after the colon. Field Name shows the "location", but I can't find the setting for the colon -- and it's a space needed after that.

Link to comment
Share on other sites

  • Solution

ACP> Members> Profile> Click Location> Location> Edit

In the "Custom topic formatting" in the profiles place this code and notice the space before the "content"

<div align="center"><strong>{$title}:</strong> {$content}</div>

And be sure the "Display format for topics" above that is set to "Use custom formatting"

Edited by Genestoy
Link to comment
Share on other sites

23 hours ago, Genestoy said:

ACP> Members> Profile> Click Location> Location> Edit

In the "Custom topic formatting" in the profiles place this code and notice the space before the "content"


<div align="center"><strong>{$title}:</strong> {$content}</div>

And be sure the "Display format for topics" above that is set to "Use custom formatting"

Thank you so much. That was perfect. Fixes a small issue that has been bugging me for a long while. Really appreciate the help.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...