I would try:I've upgraded from 2.2 to 2.3 but unfortunately having this error and site breaking:
I'm guessing it's that extra parenthesis in somebodies color.
Is there anything I can do that wouldn't require a reinstall or total wipe?
$config['enableListeners'] = false;
to src/config.phpapp.less
template modification in Appearance -> Template modifications
- Fix issue where a styled tooltip only appears when hovering an avatar, but not a username
- Fix tooltip font color not applying
- Group permissions by user style type rather than just have them all in one group
- Validate URLs when saving assets & user styles
- Fix missing "avatar frame" phrase in usergroup editor
- Fix
Undefined array key "avatar_frame"
- Fix various issues regarding custom title/username icons & their preview
- Assets: Create "Additional CSS...
Try increase the length of the border_color column in the xf_ap_ss_profile_style table through Phpmyadmin or with raw sqlIt wouldn't let me update:
What can I do?
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /src/XF/Db/AbstractStatement.php on line 106
I got another error while upgrading:
Code:Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /src/XF/Db/AbstractStatement.php on line 106
512 MB should be plenty512 MB
I reinstalled 2.13.9 and it completed without errors.
I sent you a friend request.512 MB should be plenty
I dont see anything that should cause the addon to use anything close to that kind of memory, in the two relevant upgrade steps we're just renaming columns, updating relevant users' rows, and finally rebuilding the user style caches (which happens every time a user style is saved anyway).
btw you can feel free to start messaging me on discord: apathyff
I was unable to rebuild the users styles cache after disabling the addons with the configI would try:
- Add
$config['enableListeners'] = false;
to src/config.php- Disable the
app.less
template modification in Appearance -> Template modifications- Rebuild all user style caches in Tools -> Rebuild caches
- Re-enable the template modification
- Remove the line from src/config.php
For now not sure what to say but add me on discord and we can try figure it out: apathyffI was unable to rebuild the users styles cache after disabling the addons with the config
Good catch, I can see this easily in my test environment. I'll have a hotfix out tomorrow that sorts it.There is distortion in the Custom user title position on mobile screens.
- Fix
Only variables should be passed by reference
in User::getAvatarFrame()- Fix
Undefined array key "apSsDisableTooltipStyles"
- Fix issue where custom titles were centered on mobile
- Check that both colors in a user styles $color column are set before trying to apply a linear-gradient
- Dont cache non-cacheable user styles in setup::rebuildCaches()
Hey, I dropped XF2.2 support in style suite 2.12.0, so the 2.11.X branch is the last XF2.2 versions. You should still be able to download them with a license but I won't be offering support.@apathy
Is there a demo site where I can get an impression of this add-on?
2. Is there a version compatible with 2.2?
Do you mean adding icons to the "stats" like messages, join date etc? I can look into it when I have timeNice addon & easy to control! Would be nice to add extra options on postbit to change text to custom animated icons & fontawesome.
also if you could add this font, thanks!
Just want to thank you again for the fast support and super helpful responses. You are the best, forreal. Got everything working perfectly.For now not sure what to say but add me on discord and we can try figure it out
Hey, I've just taken a look and I'm not sure its feasible to fix from within the addon itself. Unless I'm mistaken the regex allowed for template modifications is a bit limited and doesn't really allow for the fix I came up with.DIY simple sticky postbit
- BassMan
- bassman customizexf.com cxf sticky postbit
- XenForo tips & guides [2.x]
it exhibits incompatibility with sticky postbit.
<section class="message-user"
{{ ($includeMicrodata && $itemProp) ? 'itemprop="' . $itemProp . '"' : '' }}
{{ $includeMicrodata ? 'itemscope itemtype="https://schema.org/Person"' : '' }}
{{ ($includeMicrodata && $user) ? 'itemid="' . link('canonical:members', $user) . '"' : '' }}>
<section class="message-user"
{{ ($includeMicrodata && $itemProp) ? 'itemprop="' . $itemProp . '"' : '' }}
{{ $includeMicrodata ? 'itemscope itemtype="https://schema.org/Person"' : '' }}
{{ ($includeMicrodata && $user) ? 'itemid="' . link('canonical:members', $user) . '"' : '' }}>
<div class="stickyPostbitFix">
<span class="message-userArrow"></span>
<span class="message-userArrow"></span>
</div>
<span>
/* [cXF] Sticky Postbit */
@media (min-width: @xf-responsiveMedium) {
.stickyPostbitFix {
position: sticky;
top: 37px;
.message-userArrow {
right: -11px;
}
}
}
/**********/
We use essential cookies to make this site work, and optional cookies to enhance your experience.