[AP] Style Suite

[AP] Style Suite [Paid] 2.16.10

No permission to buy (€15.00)
I'll stop posting bug reports for now to give you a chance to catch up, I can ping you my site if you'd like.

The biggest issues in first 5 mins of a fresh install on XF2.3:
1. JS error making front end unusable practically.
2. No assets except fonts show up in ACP - they are still uploaded in your assets folder - by design maybe? - I'm using digitalpoint's Apps for Cloudflare (excellent addon for media offloading to CF R2). I've had this issue for years so looks like I have to re-key the locations again?
3. ozzmods badge conflict though not sure how often that will trigger.
 
Last edited:
1. JS error making front end unusable practically.
Noted, still no idea why it'd be failing but I'll take a look today.

2. No assets except fonts show up in ACP - they are still uploaded in your assets folder - by design maybe? - I'm using digitalpoint's Apps for Cloudflare (excellent addon for media offloading to CF R2). I've had this issue for years so looks like I have to re-key the locations again?
I remember you reporting this initially, I thought it had been fixed when I reworked assets to behave like avatars (using XF's abstracted filesystem) which I think was in style suite 2.10.0
All the assets are packaged with the addon:
  • fonts exist (before theyre imported) in /styles/apathy/StyleSuite/fonts
  • postbits, avatar frames, sparkles, and now username icons exist in /data/apathy/StyleSuite
I use the Cloudflare addon myself but nothing exotic like R2 hosting or amazon buckets etc. If the fonts are working then indeed it sounds like its a conflict issue with external CDNs.
I dunno why this would continue to exist, I'd have to double check but I'm certain there's no paths being hardcoded like a few years ago

3. ozzmods badge conflict though not sure how often that will trigger.
Doesnt look like a compat issue, but actually a typo
Error: Call to undefined method apathy\StyleSuite\Repository\UserStyleRepository::rebuildUserStyleCacheCache()

it should be rebuildUserStyleCache and not rebuildUserStyleCacheCache


So here's my list:
  • ap_ss_disable_animated_glows is not set up during the upgrade process
  • JS fails to load in yet-unknown circumstances
  • External CDN's seems to have issues detecting assets
  • Typo in app_setup event listener
I'll get issues #1 & #4 sorted before the end of the day. I'm not sure what to think about #2 & #3 right now since no one else has ever reported them
 
Noted, still no idea why it'd be failing but I'll take a look today.


I remember you reporting this initially, I thought it had been fixed when I reworked assets to behave like avatars (using XF's abstracted filesystem) which I think was in style suite 2.10.0
All the assets are packaged with the addon:
  • fonts exist (before theyre imported) in /styles/apathy/StyleSuite/fonts
  • postbits, avatar frames, sparkles, and now username icons exist in /data/apathy/StyleSuite
I use the Cloudflare addon myself but nothing exotic like R2 hosting or amazon buckets etc. If the fonts are working then indeed it sounds like its a conflict issue with external CDNs.
I dunno why this would continue to exist, I'd have to double check but I'm certain there's no paths being hardcoded like a few years ago


Doesnt look like a compat issue, but actually a typo
Error: Call to undefined method apathy\StyleSuite\Repository\UserStyleRepository::rebuildUserStyleCacheCache()

it should be rebuildUserStyleCache and not rebuildUserStyleCacheCache


So here's my list:
  • ap_ss_disable_animated_glows is not set up during the upgrade process
  • JS fails to load in yet-unknown circumstances
  • External CDN's seems to have issues detecting assets
  • Typo in app_setup event listener
I'll get issues #1 & #4 sorted before the end of the day. I'm not sure what to think about #2 & #3 right now since no one else has ever reported them

Thanks, the js is really the big issue for me now so appreciate if you can have a look when you are able.
 
Thanks, the js is really the big issue for me now so appreciate if you can have a look when you are able.
I did an upgrade on Fortree and a fresh install on my staging site, the JS seems to be working fine for me, but let me know if it still persists.
 
I did an upgrade on Fortree and a fresh install on my staging site, the JS seems to be working fine for me, but let me know if it still persists.

Still broken for me sadly, I messaged you over on your site with details.
 
Is there any way to avoid reverting avatar frames to square? Perhaps an option to keep round/circlular default avatars?
 
Is there any way to avoid reverting avatar frames to square? Perhaps an option to keep round/circlular default avatars?
There should be an "Avatar frame" type setting in the addons options that switches between round/square

hi, why im getting this error when editing a user?


Please enter a valid value.
I'd need to see screenshots of the affected users style settings, unfortunately I dont believe theres a way to get those error messages to be more verbose (e.g. tell us which setting has the wrong value)
 
@apathy is this add-on supports custom CSS on user account? For example I want to hide navbar so use this code:

CSS:
.p-nav-inner {
    display: none;
}

Is it available or not? Can you make it?
 
@apathy is this add-on supports custom CSS on user account? For example I want to hide navbar so use this code:

CSS:
.p-nav-inner {
    display: none;
}

Is it available or not? Can you make it?
This would have worked a few updates ago but I've since reworked how CSS validation works. I can try over the next few updates to allow advanced CSS for profile styles.
 
@apathy

Suggestion, add assets for round avatars i.e. frames etc.
I will if I have time but no promises, I'm hoping to get through the rest of the addons roadmap this year if I can.
I had a look however and there's a couple that were made a few years ago but I guess were never bundled for one reason or another

I'll include these in the next update, even if theres not a counterpart for every square frame its better than nothing. Feel free to use them on your site in the meantime.

EDIT: attached got converted to webp, here's some links to png





 

Attachments

  • frame_flames_post.webp
    frame_flames_post.webp
    2.4 KB · Views: 7
  • frame_gradient1_post.webp
    frame_gradient1_post.webp
    2.1 KB · Views: 5
  • frame_lightning_post.webp
    frame_lightning_post.webp
    2.1 KB · Views: 6
  • frame_neon_post.webp
    frame_neon_post.webp
    3.7 KB · Views: 7
  • frame_tricolour_post.webp
    frame_tricolour_post.webp
    2 KB · Views: 7
I will if I have time but no promises, I'm hoping to get through the rest of the addons roadmap this year if I can.
I had a look however and there's a couple that were made a few years ago but I guess were never bundled for one reason or another

I'll include these in the next update, even if theres not a counterpart for every square frame its better than nothing. Feel free to use them on your site in the meantime.

EDIT: attached got converted to webp, here's some links to png






Brill, thanks
 
Back
Top Bottom