Persona - Personalise Your Forum Identity

Persona - Personalise Your Forum Identity 1.2.0

No permission to download
What's Fixed

Username background and border not rendering in sidebar widgets.
When a user configured a background colour and/or border on their username, it displayed correctly in tooltips, the live preview, and post areas — but not in the "Members online" sidebar or similar inline-list contexts. The root cause was an override rule that explicitly stripped background, border, and padding from usernames inside .p-body-sidebar and .contentRow containers. The fix removes those stripping rules and applies display: inline-block; vertical-align: baseline instead, so background pills and borders render cleanly in comma-separated inline lists across all themes.

Background clipping on gradient + background-colour combinations. When a user had both a text gradient and a background-colour pill, the gradient's background-clip: text was applied to the outer wrapper as well as the inner span, clipping the pill to the text shape. The CSS generator now resets the outer element to background-clip: border-box when needed, keeping the pill visible behind the gradient text.

Upgrade Notes

Upload and install as normal. CSS is automatically regenerated for all users. No settings changes needed. Recommended update for all installations.
Fixed an issue where usernames and custom titles in the message sidebar could lose their center alignment when Persona features were active. This affected users with nameplates, badges, mood pills, or username effects (wave, bounce, glitch, typewriter) -- the added styling would shift names and titles off-center.

Changes:

Added centering fix for message sidebar user details when per-user Persona CSS is applied
Badge wrapper now uses centered flex layout
Mood pill indicator no longer shifts username alignment
Recommended update for all installations.
Back
Top