Search Result

Collapse
2 results in 0.0047 seconds.
Keywords
Members
Tags
  •  

  • BBCode and clickable links do not work consistently in profile fields

    BBCode seems to work in regular forum posts, but not in some user profile fields. The issue is most likely related to how vBulletin handles profilefields, where some fields appear to be treated as plain text and therefore do not render BBCode or automatically convert URLs into clickable links.

    This also affects the "Web" field, where links are not made clickable.

    Signatures seem to work better, but some older signatures may have been affected by a previous database conversion. That conversion also caused character encoding issues earlier, including å, ä and ö being removed from parts of the forum content.

    A possible fallback could be to detect plain-text URLs with a regex, for example:
    Code:
    https?://[^\s<]+
    ... and convert them into clickable links where appropriate.
    See more | Go to post

  • Teckensnittens storlek i forumet

    Vi har justerat teckenstorleken i forumet baserat på önskemål från våra användare. Vi förstår att den nya storleken kanske inte passar alla, så vi arbetar på att möjliggöra anpassning på profilnivå. I profilerna finns en inställning för fontstorlek, som ännu inte fungerar helt, men vi förbereder den så att varje användare kan justera sin egen storlek....
    See more | Go to post
Working...