← Back to feed

[🟡 Troubleshooting]BBCode and clickable links do not work consistently in profile fields

Permalink
Published: 2026-06-06 11:57:02
Discovered: 2026-06-06 14:01:31
Author: Tornevall
Hash: 2c39df14ab833a6581fd874a02616c0e514a63bb
https://forum.tornevall.net/forum/tornevall-networks/operations/1063450-bbcode-and-clickable-links-do-not-work-consistently-in-profile-fields
Description
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:
https?://[^\s
Content
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