Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
usmf Posted January 14, 2021 Posted January 14, 2021 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.
CoffeeCake Posted January 14, 2021 Posted January 14, 2021 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?
Daniel F Posted January 14, 2021 Posted January 14, 2021 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 )
usmf Posted January 14, 2021 Author Posted January 14, 2021 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.
Solution Genestoy Posted January 14, 2021 Solution Posted January 14, 2021 (edited) 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, 2021 by Genestoy
usmf Posted January 15, 2021 Author Posted January 15, 2021 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.
Recommended Posts