Support UI.X style compatibility issue + missing phrase

Blackhat

Licensed
Licensed
User Upgrade Duration
User Upgrade Pro
Credit System
Advanced User Profile
Joined
Dec 7, 2019
Messages
184
Reaction score
27
The credits value in message is missing when using UI.X style.

xs_cs_tax_type_fixe phrase should be corrected to xs_cs_tax_type_fixed, and phrase text from Fixe to Fixed
 
I hope you fix the compatibility issue for this style. It's the most popular XF style, used by the majority of sites. I just sent you a message and attached the UI.X style.
 
I hope you fix the compatibility issue for this style. It's the most popular XF style, used by the majority of sites. I just sent you a message and attached the UI.X style.
Sorry, but I can't install it on my localhost. Could you just send me a screenshot of what it looks like?
 
The issue is that you made the credits display after the location. Editing the regex to place it after <xf:if is="$extras.custom_fields"> will resolve the problem and make it compatible with most styles because some styles make changes to the message user info elements.

It would be better if you added the edits in a new template xs_cs_credit_postbit this makes it easier to change its location in the message_macros template by adding <xf:include template="xs_cs_credit_postbit" />
 
Last edited:
Back
Top Bottom