You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
[AP] Style Suite
2.16.16
No permission to buy (€15.00)
- Restore uploaded postbit images
- Fix
Unknown getter ap_postbit_style
- Stop rebuilding the Theme cache each time an asset attribute (hidden/special) is set, instead do it once at the end of the process
- Convert Username blob column to entity
- Allow using BbCode tags for a default post style
- Fix
Attempted to convert NULL to string/binary [background]
- Fix postbit text color not showing in posts
- Rework postbit & username icon uploads to behave like profile banners
- Fix upgrade issue related to users with postbit background image URLs longer than 90 characters.
If you did not encounter issues upgrading to 2.8.0, or do not have the "Postbit Image URL" option set, you can skip this version.
- Some postbit schema changes
- Create admin option for round or square frames
- Create radio buttons for profile BG repeat
- Create radio buttons for profile BG: Color or image
- Allow customizing of scrollbars in profiles & groups
- Add color gradient effects for usernames / titles
- Create box "position" option
- Fix
Call to undefined method getParam() when editing a Social Group
- Fix issue regarding fresh installs & uninstalls, and also upgrades if one has [tl] Social Groups installed
- Cleanup Setup.php
- Stop using
assertViewableGroup() and use $parent->getParam() in Truonglv\Groups\Pub\Controller\Group
- use
bulkSet() in actionIgnoreStyle()
- Create "custom profile blocks" feature - ensure you set the correct permission!
- Add
!important flag to users bold setting
- Create style property for disabling profile styles per-theme
- Allow controlling of postbit BG opacity, brightness, contrast
- Fix custom post styles not applying to conversations
- Improve logic of
isIgnoringStyle()
- Remove deprecated
findProfileStyle()
- Fix "Preset" radio button not auto-selecting when choosing an option from the preset dropdown in Admin controller
- Only
verifyColors() or verifyCss() if the relevant input is not empty
- Use
$app->em()->find() instead of $finder in Listener::criteriaUser() "has_pr_style"
- Remove unused
XF\Pub\Controller\Member::actionView() extension
- Create function for determining hidden / special values of postbits & frames in public controller
- Optimize handling of color verification slightly
- Clean up deprecated Admin permissions
- Create Post style admin options
- Allow users to create a default style for their post message text
- Fix longstanding bug where viewing a chatters profile with Siropu Chat 2 would cause the whole page to be reskinned
- Fix
[E_NOTICE] Trying to access array offset on value of type null when viewing a profile of a member with no custom style
- Replace "css" textboxes with "less" boxes in templates
- Clean up redundant phrases
- Allow soft-deleting of default assets
- 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:option instead of generic HTML in templates
- Use PHP to handle profile styles instead of requiring different templates for different themes