Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 11, 20159 yr I am displaying Location and for some users there isn't a colon, nor a space after the word Location, it's all bunched together.Here you can see the first user is OK, but the second user isn't.
March 11, 20159 yr Is this in the topic post screen where you see posts, custom fields, etc...?A lot of those custom fields have a span with a class for the title and then a different one for the data. What I did was just put a margin-left on the data class.
March 11, 20159 yr Author Yes, it's the topic, I posted an image, but while it's in the editor, it doesn't always post. Errr. You can see these are all different.
March 11, 20159 yr That's interesting, was not expecting that...Is this a custom profile field that you just added to show up or did you edit the template?
March 11, 20159 yr Are things the same in ver 4 as they are in ver 3? I'm not running ver 4 yet. In 3 it's just a matter of adding a space. Here's the code I use for the custom field: <span class='ft'>{title}: </span><span class='fc'>{content}</span><br /><br />
March 12, 20159 yr Author Are things the same in ver 4 as they are in ver 3? I'm not running ver 4 yet. In 3 it's just a matter of adding a space. Here's the code I use for the custom field:<span class='ft'>{title}: </span><span class='fc'>{content}</span><br /><br /> Thank you, it seems that the people it looked correct fo had corrected it manually by adding the colon and the space.
March 12, 20159 yr Thank you, it seems that the people it looked correct fo had corrected it manually by adding the colon and the space. Ah, end users make everything confusing lol
Archived
This topic is now archived and is closed to further replies.