[AP] Style Suite

XF2 Addons [AP] Style Suite 2.11.3
Allows users to customize the appearance of the username, custom title, profile, and postbit

  • Stop filter from appearing if a postbit style exists but has no background image set
  • Fix separator not being styled by Tooltip border color
  • Fix padding of image uploader in certain instances
  • Some internal consistency cleanups
  • Convert post style font size admin options into style properties
  • Change default value of Post style font size column from 0 -> 12
  • Only load Tooltip style JS when a username is present on the page
  • Create "Profile header height" numberbox
  • Some JS cleanups
  • Minify JS
  • Fix server error when trying to delete a user who does not have a Postbit or Username style
  • Simplify various permission checks in the User entity
  • Fix Cannot call method hasPostStyle on a non-object (NULL) when trying to load the Post style of a deleted user
  • Delete rows from style/profile block tables when a user deletes their account
  • Improve compatibility between handling of Postbit Filter layer and XF 2.2.13
  • Fix issue where "Postbit background filter" sliders were not checking the Postbit background permission
  • Improve compatibility with [AddonFlare] XF2 Awards System
  • Stop hardcoding "border-radius" property in Avatar Frame settings preview - it should now respect the "Avatar frame type" admin option
  • Allow limiting a user groups color selection
  • Remove "Maximum postbit background height (px)" admin option - it was only enforced in CSS and was causing unintended behavior with large messages
  • Fix issue where Post style font selection stopped working
  • Add position / size / repeat options to Profile BG images
  • Fix errors related to Postbit background position
  • [Cleanup] Combine some template modifications and apply them to more suitable templates
  • [Fix] ap-ss-postbitFilter class doesnt always fill the entire height of the postbit
  • [Feature] Add "Postbit background blur" option
  • [Fix] Long-standing issue where you couldn't tag users in Siropu Chat 2 if they had certain username effects applied
  • [Cleanup] Add a "Profile block settings" link to the visitor menu
  • [Fix] Addon-provided assets no longer soft-delete correctly
  • [Cleanup] Ignore a users avatar frame if the visitor has ignored that users style
  • [Fix] Profile button color does not update the preview, but the post-save preview works
  • [Cleanup] Migrate inline CSS out of profile preview template and into preview stylesheet
  • [Fix] Postbit background positions, size & repeat do not reflect in the post-save preview
  • [Fix] Certain images can get resized with odd dimensions
  • [Cleanup] Uploaders should have the current image filename as its value
  • [Fix] Uploaded username icon does not appear in post-save preview
  • [Cleanup] Create .less template for handling postbit classes instead of dumping them into the template modification - postbit CSS classes can now be modified without needing to enable development mode
  • [Feature] Create style properties for CSS box colors
  • [Feature] Replace Postbit background position radiorow with sliders
  • [Cleanup] Rebase Postbit URL background conversion job off Postbit entity
  • [Feature] Create style properties for filter slider colors
  • [Cleanup] Perform various validation checks with admin asset uploaders
  • Optimize method for checking if the visitor is ignoring a users styles
  • Fix Uncaught SyntaxError: missing : after property id javascript error
  • Use ternary operator for determining checked="checked" values in templates
  • Stop using template filters to clean up asset names since they can be renamed now
  • Always use xf:select and xf:eek:ption instead of generic HTML in templates
  • Use PHP to handle profile styles instead of requiring different templates for different themes
  • Like (+1)
Reactions: weird
  • Create macros for style setting templates to ensure Public & Admin controllers stay in sync
  • Rebase postbit settings admin controller
  • Create template helper for handling postbits
  • Auto-select "no-repeat" postbit option in templates
  • Remove old postbit gradient strength admin options
  • Create style properties for handling postbit gradients
Top Bottom