Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
March 2, 20187 yr On 3/1/2018 at 8:51 PM, All Astronauts said: Did you or someone change the animation speeds to be slow? KS - Global then scroll down No. Setting is: 0,17 0,17 0,50 0,50 Problem on Iphone 6 Plus. https://lanos.com.ua/forum/ Edited March 2, 20187 yr by Alexaner Pachkovsky
March 6, 20187 yr Hello, Not sure if this has been mentioned yet, but my Plugin continually resets all custom values every time that: A new plugin is installed. A new plugin is uninstalled. An update is applied to IPB I'm kind of getting annoyed that I have to re-apply the settings each time when any of the above happens. Do you have an idea what might cause this kind of behavior? Thanks
March 6, 20187 yr None, other than a few versions back this was a known problem with IPS settings (should be resolved). The plugin just uses the standard IPS save form settings routine; I do nothing out of the ordinary anywhere in that regard. Current version (IPS and KS)? Though, if you haven't already, uninstall KS, hit the support tool to clear caches, then install again and see if it clears up.
March 9, 20187 yr On 3/2/2018 at 6:15 AM, Alexaner Pachkovsky said: No. Setting is: 0,17 0,17 0,50 0,50 Problem on Iphone 6 Plus. https://lanos.com.ua/forum/ When I set "Fast Animation Speed = 0.00", the problem disappears.
March 9, 20187 yr It seems to be an issue specific to iPhone 6 Plus. And the setting in question is a single css value. Strange. Be a lot easier if I had an iPhone 6 around...
March 13, 20187 yr Hi @All Astronauts I've bought Kitchen Sink mainly to move the "Mark Site Link" to the user menu, and that's fine. Now, is there a way of achieving that without touching the streams I have in the breadcrumb? You see, I had removed "Mark Site Read" completely already, and there I have 3 other streams instead. So basically is there a way to make your script do the work in the user menu but not interfering with the current links in the breadcrumb. I looked among the templates to see if there was one replacing the breadcrumb template but didn't find one.
March 20, 20186 yr On 3/13/2018 at 1:53 PM, All Astronauts said: I thought I had that fixed loong ago, I'll take a look when I get back in. Thx. Hi AA; have you had a chance to look at this?
March 21, 20186 yr Yeah, just now. For convenience I did this by pulling most of the structure there. To clean it up I'll need to break open one of the KS settings into two separate ones now, and then account for it in the code/css. This will kick out with the 4.3 compatible release. Edited March 21, 20186 yr by All Astronauts
March 21, 20186 yr Okay, thanks. I hope it will be still compatible with 4.2 because not everyone is keen to jump straight into the brand new big releases, not at least until they are massively tested, etc. So, a fair bit of time can pass all considered.
March 21, 20186 yr Should be, or rather, I don't plan on introducing anything new in the first release for 4.3 so unless its a compatibility thing. Maybe I can tackle this today and just push something out for you before I flip the dev environment over to 4.3
March 25, 20186 yr Current KS appears to be all good for 4.3. Maybe minor blip or two somewhere but nothing to stop you from using it.
March 30, 20186 yr Question: is there a reason that some of the items re included in the Cog Wheel when KS is enabled and some are not (and don't even show at all in some cases)? I would have thought that everything available would be pulled into the Cog Wheel...
March 30, 20186 yr Author That options menu Cog Wheel stuff is a nightmare to deal with (I'd have to write a paragraph or two to explain it...) involving permissions checks that have to be added and 3rd-party application hooks into this area being over-written by KS and no easy way around it. I've made a few specific app fixes but honestly it's more trouble than it's worth (and none of them move things into the options/cogwheel bit - they make sure they are stuck in there at the bottom.) I'm strongly considering pulling some things out of the KS plugin and sticking them in an application to tackle some of these problems. In this case it would literally be just a single hook for this forum post menu bit, and you would have to drag the application to right after the Forums app in the app list. That way, it would let you move the edit and quote buttons into the options menu, and change it into cog wheel if you like, but would cause zero conflicts with any other 3rd party stuff. No 3rd party stuff would appear in the options menu though, there is no real way to handle that at all, at least on my end.
May 9, 20186 yr New in KS 21: Fully 4.3 compatible! Reworked Javascript bits, ditched a library no longer needed. Patches setting search results order setter for 4.3. Misc. whatevers.
May 13, 20186 yr could you add an option to show the amount of replies and views inside the topic underneath the title or something. I would buy this addon then. thank you.
May 20, 20186 yr I need to change the font color of the forum category descriptions. Could you add this feature into kitchen sink or tell me what css to use? I am trying this css with no luck. .ks_catDescs { font-color:#ffffff; }
May 20, 20186 yr How odd... They have a full editor up for that field, which is why I have to warn about the clown car aspect of this if you include images and so on, but there is no font color on the editor. If you feel like it, submit a support request and ask why the the color options aren't available on that editor. A cursory look at the code seems to show it should just pull whatever buttons you have up on the editor everywhere. EDIT: This is all editors in the ACP. Hmmm, dare I waste more time looking... That said, so close... .ks_catDescs p { color: red; } Just need a space and a p Edited May 20, 20186 yr by All Astronauts
May 22, 20186 yr On 5/20/2018 at 4:33 PM, All Astronauts said: That said, so close... .ks_catDescs p { color: red; } Just need a space and a p 1 That is not working either. I also tried copy/pasting your code just in case I missed something. Just to be clear, this is what I am trying to change:
May 23, 20186 yr Kitchen Sink 22 Released! Format internal embeds - author header, image block, add border. Searchlight patched up for a specific FURL conflict, totally rewritten, and now can be toggled on/off in settings. CSS file renamed to aa_ks.css pushing it to the first postion (or close to it) in your COMPILED custom css.