• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Fixed Hardcoded color

Kirby

Member
Showcase
UBS
UBS Version
2.3.8
XenForo Version
2.3.6
PHP Version
8.3.20
Database & Version
MariaDB 10.11.11
Are there any errors being throw?
No
The following templates set an hardcoded inline style color: red

Code:
xa_ubs_blog_entry_list_macros
xa_ubs_blog_entry_wrapper_macros
xa_ubs_blog_list_macros
xa_ubs_blog_wrapper_macros

Depending on the style this might not work well.

Ideally there probably should not be any inline style or at least a style property should be used.
 
This has been resolved in UBS 2.3.9

I've added 3 new classes ubs-draft, ubs-private and ubs-awaiting to the xa_ubs.less template. Also using a couple core xf style properties instead of hard coding Red and Orange colors.

Selection_950.png

Selection_842.pngSelection_843.pngSelection_844.png
 
Back
Top