Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 14, 20214 yr 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.
January 14, 20214 yr This is not the behavior in the default theme on our install. Do you have a customization that might be doing this? Showing the Member ID is not default behavior. Perhaps some third-party plugin is responsible?
January 14, 20214 yr 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. That's controlled by the Profile Fields "Display format for profile" setting ( ACP => Members => Profile )
January 14, 20214 yr Author 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.
January 14, 20214 yr 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 January 14, 20214 yr by Genestoy
January 15, 20214 yr Author 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.