Jump to content

All Astronauts

Clients
  • Posts

    1,231
  • Joined

  • Last visited

  • Days Won

    8

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by All Astronauts

  1. @Daniel F remind me (others) again - PHP8 isn't officially supported for Invision Community yet right?
  2. Wind hasn't knocked me offline (power/net) overnight (cross various appendages for the rest of the day...) and 20.4.1 was just approved. 20.4.1 Released! R.I.P. Alexa Web Rankings May 1st, 2022. Dashboard widget remains but the task to retrieve rankings is now set to stop updating on the day before. A future version of Spacious ACP will remove the widget and allow you to export the data if you like. FIX! ACP IPS patch alert pop-up now dark-mode compliant FIX! ACP IPS patch alert button will now no longer show immediately post-upgrade (previously would remain displayed until the Spacious patches task ran 12 hours later) NEW! Option to make the ACP IPS patch alert button red. FIX! Custom logos on login page now actually, for reals, scale correctly . Minor CSS and language file changes.
  3. @OptimusBain So we finally got a patch and I confirmed the patch button works (which you already did) AND I kludged up a bit to kill the patch button post-upgrade. Before it would go away when my patch checker task ran (every 12 hours or so) but this will make it go away immediately. I also added a quick toggle to make the patch button red; later I'll let you customize it. Some want the patch button to scream at them, others just want to see it so rather not force this. Also I noticed from your screen shot that the patches pop-up wasn't fully dark-mode compliant. Tis' now. It's what? The 14th? I'll let this stew for another day or so and push this out to Daniel and the mob for review Thursday night or whatever. EDIT: Ooohhh yeah... Another thing. Alexa we hardly knew yah. If you've been a fan of looking at your site rankings well I hate to break it to you but Amazon is putting the O.G. Alexa out to pasture May 1st, 2022. I have already installed a kill-switch on the task that retrieves these rankings - basically once it's May 1st, 2022 the task won't do anything. Do you all want your data? At some vague time in the future I can let you pull a CSV or whatever of it. I guess. Regardless at some really far away vague point in time this will get removed from Spacious. Ignore the the obvious sharp spike/s on the rightish-side. The downtrend is correct, the weird spiking is probably my dev machine offline for a few days or I was in the middle of doing something. Otherwise... You are looking at this IPS community's global and USA rankings since November of 2018 until now - so just over four years worth graphed - I use this site while indev locally instead of any of my own. Ahh memories...
  4. Eh, I figured it out. Making a few other tweaks to the preview bit in the acp (I tested with a tall image and so on). Real fix in the next update.
  5. Unless you have a massively large site and a horribly underpowered server, re-indexing is pretty much nothing. Got a site where search matters a ton, re-indexing is common due to changes in certain redacted things, so I keep tabs on times to do such. 150,000 forum posts? Maybe 5 minutes. Maybe. Can't imagine what could go wrong with ES - if you have it installed correctly it just works? Just removing certain filters from the quicksearch drop down? Just that? That is probably no big deal.
  6. Apologies for taking so long, I was watching an accident of a football game, simultaneously entertaining and horrible at the same time. Add this to your custom.css #elSearch_main .ipsStreamItem_contentBlock:not( .ipsBox ) { box-shadow: var(--box--boxShadow); background: rgb( var(--theme-area_background_reset) ); } You'll need to insert this on all your themes until I yank the SSSR css in an update. As for your request. Do-able but also tricky depending on which way you approach it. You could null out the material getting into the search index at all pretty easily - it would require you to rebuild the search index on every change regarding what you want in the index. If you wanted to still have everything indexed but limit the results available that gets brutal real fast. I wouldn't want anything to do with that. Also you have the various search filters both in the quicksearch dropdown and the advanced search page - and that stuff would need dealing with. Blah. I do have some stuff incoming for SSSR - mostly Social Search stuff moving over. It's only partially done, maybe by Xmas?
  7. FYI all this is PHP 8 related; specifically with an IPS output plugin shortcut. Stick with PHP 7+ for now. No idea if IPS will resolve the plugin problem or I'll have to route around this.
  8. On PHP 8 the opacity option for the HexToRGB plugin is failing: if ( isset( \IPS\Theme::i()->settings[ $opacity ] ) ) { $opacity = \IPS\Theme::i()->settings[ $opacity ]; } /* If a regular setting key has been passed in, then use that as the opacity */ if ( isset( \IPS\Settings::i()->$opacity ) ) { $opacity = \IPS\Settings::i()->$opacity; } If you pass through a standard setting (not theme setting), on the theme setting check you'll get crashes with an undeclared constant: Undefined constant "IPS\Theme\my_transparency_setting" This may, or may not, have been happening IN_DEV for years, but it's now in production on PHP 8 as well (reported the IN_DEV hitch YEARS ago, was told working, and have been routing around it with an IN_DEV plugin since then that just makes the check for the setting opacity first and then just does the numerical conversion there before passing to the output plugin)
  9. PM me an acp account name and pw, I'll pop in and look.
  10. Can you go to the ACP, AA tab, Spacious ACP - Customization - Login Page tab, then make sure the below circle setting has something there, then save. This setting has been in Spacious forever and ever and it seems like when it installed it didn't take? Do that or perhaps first use the support tool to clear caches to force the IPS settings stuff to reset
  11. 20.3 has been out for awhile now - its 20.4 you should be looking out for. I ran into some chop with a possibly (probably?) broken IPS error exception thingy. I just had to change the error catch to something that would be actually caught otherwise this update would break if you did not have any Elasticsearch installed/called so the update was nulled. It was re-submitted just now.
  12. Android 9, latest Chrome (mobile of course). All good.
  13. @Joey_M You're in luck, @Daniel F caught me spacing out on ES servers not all being localhosts so the update was pulled and resubmitted to patch. This also includes a patch for some Linux user accounts not having proper permissions to do some things in regards to the System Overview stuff. And since I was re-submitting, I got your fixes in too. NEW! Added ElasticSearch tab to the System Overview Dashboard widget NEW! Finally made the the Content Trends Dashboard widget configurable on days. FIX! Rare Linux user account permissions problem accessing some system stats. Should be patched... FIX! Custom logos on login page now scale correctly on mobile. IPS CSS over-ridden to allow full color logos on dark mode.
  14. They're clearing the approval queue before the holidays! File approved!
  15. The custom logo on the login page is max-height 150px with the width forced to auto so it should??? scale. I'll test locally with some outsized ratio images. The CSS is because I believe I never considered someone would want a full-colored logo for the login box. My bad. Here's some vague copyright violatin' examples (though transformative so let's just call it slightly transgressive - I should just do this on my sites in general to freak people out 🙂 ) Before: After Next version down the line this stuff will be patched/enhanced. Thx. EDIT: I see the logo width problem on mobile - that one is mine. The CSS you pasted? That's actually IPS CSS but I'll have to work around that for the logos; no biggie.
  16. Version 2.1 Submitted! NEW! Zalgo text eliminator! NEW! Usermenu options to remove separators, section titles, and the achievements block. FIX! CSS tweaks for the KS status update widget display options, mobile views. FIX! CSS tweaks to the inline-image forum posts option to tackle wide images. A couple fixes, a couple new options. Is Zalgo-annoyance still a thing? Well this will fix it up! Disabled by default. Enable Level One if you want to wipe it out. Enable Level Two if you have languages with accent graves and so on and so forth. The levels you can think of as the stack levels for the characters. Level one is JUST plain English single level characters. Level two and now you have the accent marks and so on, BUT ONLY ONE LEVEL OF IT! Any other languages that stack more of it are out of luck on this. That should give you an idea of what's happening here. Same paste of the top ZALGO bit, followed by what level one does (all gone) vs level two (mostly gone). This is a hard parser - not a JS thing. Same thing like the naughty word filter. That's it for now. Enjoy your Black Fridaying. This new version available when its available - holidays may delay file approval and so on etc. Spacious ACP has a $5 drop for BF and an update on approval, and I'm giving Viewers a drop right now as well.
  17. Haven't seen a patch for IPS stuff in awhile so that's still on hold. If they keep up with the monthly releases (which remains to be seen, it's changed before... - strong vote for quarterlies here), the necessity of the patch alert button is lessor. Still, just waitin' for a patch to show up. Anyways... Version 20.4 Submitted! NEW! Added ElasticSearch tab to the System Overview Dashboard widget NEW! Finally made the the Content Trends Dashboard widget configurable on days. Nothing really, just pings your ES instance and gives you what what. Purposely NOT getting the health results: when you have a single node its always alert status yellow and this will be common for single Invision Community installs and I don't wanna be explaining alert levels and such right now. Later though, yes, its on my radar - its really nothing to stick in but IPS might beat me to it first on the support page where it kinda makes sense. Mostly this is just a quick way to make sure you are alright with IPS requirements - the latest Invision Community in beta right now has the minimum version bumped to 7.2 (which is still like 2019-era ES). Anyways, there's that and the Content Trends Dashboard widget now has configurable days look back. Most of you should be just getting past 30, 40, 50 days or whatever now so maybe you want to truncate that. Me, I'm letting it rip on my sites. Secret BF drop in price of $5. Viewers will get a drop too, as will KS (which also has a small update pending). This update available when you see it approved of course. Something something holidays and so on etc. as far as time-lines on that go.
  18. Granted you are talking about OpenSearch as a service add-on - I assume for CIC stuff (or a generalized service add-on for anyone) - but flipping the search internals from the existing ES over to OpenSearch in general would probably be fine for self-hosters as well. Just don't, you know, remove ES and make OpenSearch a paid upgrade/service for everyone 🙂
  19. It should ghost it, at least it did. They may have changed the patch alert json with recent updates or I broke it with the last update of my own. No matter, will look, though might need a patch to be released by ips to confirm Thanks
  20. Years of this. Usually goes along the lines of install plugin, whatever, process completes, no hooks, or no css or ???. Check system logs, see S3 time outs or write fails or, yeah yeah he remembers, hitting S3 write rate limits. So, rinse repeat, until after an install or upgrade (those too of course) I see no system log errors, then I know its fine. NOTE: Have not installed anything on CIC in maybe six months? And no I cannot remember the exact last time this occurred, but has been common for years (way way back). I've always chalked it up to some upstream shenanigans and not an IPS problem per-se. Not sure what you can do other than throw some verification steps after each "process" in the install routine. Tell ya what, the next time this occurs I'll make a note to copypasta the system logs and so on and so forth and loop you in.
  21. That's gonna be some weirdness on your end. $lang = array( '__app_pci' => "Pages Category Images", 'pciFormTab' => "Category Image", 'category_pcimage' => "Category Image", 'pciInfos' => "You can use this image anywhere the category variable is available to you in Pages templates. Please see the description for this plugin in the Marketplace or visit the support topic for more details.", 'filestorage__pci_PagesCatImages' => "Pages Category Images", 'pci_refreshdatastore' => 'Refresh Pages Category Images Caches', 'pci_refreshdatastore_refreshed' => 'PCI Datastore Cache Refreshed', ); Been there forever. Two cents: Sometimes when installing apps and plugins, if whatever is having time out problems or sync problems (see this a lot on CIC) the install finishes but not correctly (for non-MP installs on CIC I check for S3 file write timeouts in the system logs, if I see them, I know the plugin/app failed the install and repeat until I see that clear) Normally I'd say uninstall and reinstall but you lose your cat images that way so that's a no go. I think you'll have to live with it until a new release is out and hopefully the upgrade catches the existing language string and correctly adds it. Now when that update occurs??? Any suggestions?
  22. That's exactly what Sound Board has done for a year. Feel free to look over the MP description. Since you are here... With us no longer able to submit tickets, can you kill purchases on this please?
×
×
  • Create New...