OctoDev Posted December 24, 2016 Posted December 24, 2016 On 23.12.2016 at 10:17 PM, Flitterkill said: Did what? what i just sent you 3-4 screenshots of
Sergey_SV Posted December 27, 2016 Posted December 27, 2016 Hi @Flitterkill could you pls help with several topics have found the incompatibility of 2 plugins KS and can you pls have a look? it seems to be similar to one of the previous cases in this topic (details in the link) 2. Could not find the language entry for "Last reply" for the topic view, added by KS. Is it possible to translate?
Flitterkill Posted December 27, 2016 Author Posted December 27, 2016 (edited) @Sergey_SV Is KS the first plugin in the list of plugins in the acp? It pretty much has to be right now otherwise it will over-write any other plugins that modify that area. For the other bit I'd have to add that in, or, let me look and see if that already exists in IPS and I can use that then. EDIT: Of course there is an IPS language bit for that already. I'll make that change. Edited December 27, 2016 by Flitterkill
Donkerrood Posted January 19, 2017 Posted January 19, 2017 In the activity stream: If you've read a topic, and click the title, it will bring you to the first post instead of the last. Is that something you could add? I know that you can change the setting in the ACP streams for unread topics, but then for read topics, the behaviour is wrong.
Flitterkill Posted January 19, 2017 Author Posted January 19, 2017 I can take a look. Also, maybe poke this guy to expand this a bit: Safety1st 1
Dogz Posted January 28, 2017 Posted January 28, 2017 Great plugin! I have an issue though. If I move the 'Report' link and 'Edit' link to the options menu (I am using the gear icon), the gear icon only shows if the member has permission to edit the post. I need everyone to be able to report posts, but with the above settings, the report link only is available if the member can edit the post. No major drama as I have moved the 'report post' back to where it was but it would be good to place it under the options menu. Safety1st 1
Joel R Posted January 29, 2017 Posted January 29, 2017 Suggestion For forum attachments, can you offer an option to make thumbnail images as inline attachments (eg. 5 to a row, instead of 1 per row) sudo 1
Flitterkill Posted January 29, 2017 Author Posted January 29, 2017 13 minutes ago, Joel R said: Suggestion For forum attachments, can you offer an option to make thumbnail images as inline attachments (eg. 5 to a row, instead of 1 per row) Can you show me what it is exactly? Not sure I follow...
Joel R Posted January 29, 2017 Posted January 29, 2017 (edited) 9 minutes ago, Flitterkill said: Can you show me what it is exactly? Not sure I follow... Yeah sure, something like this: It would be even better if there were options to display / not display file information. One thing I just realized, however, is that how you treat attachments at bottom of the post should be different than attachments inline with text. Edited January 29, 2017 by Joel R
Flitterkill Posted January 29, 2017 Author Posted January 29, 2017 (edited) FYI all there is a bug with the upcoming 4.1.18 release and Kitchen Sink when viewing a topic. Tracking it down now. EDIT: The error given is just a generic template parse error saying there is an extra } somewhere. It's seems to be on topic view and I'm betting its all the new editable prefix/tags/topic title stuff as those areas in the templates have changed a ton with the new code. So, basically don't update to the 4.1.18 release when it comes out unless I have this patched up. EDIT #2: Appears to be an IPS hook incompatibility on that template with 18.3 beta Edited January 29, 2017 by Flitterkill
Flitterkill Posted January 30, 2017 Author Posted January 30, 2017 (edited) @Mark fixed the template bug this morning prior to the official release of 4.1.18 so everything should be good to go. Let me know if there are any bugs that crop up or missing features, especially in the top section of topics as a lot has changed there recently. Edited January 30, 2017 by Flitterkill Joel R 1
VR6Pete Posted January 30, 2017 Posted January 30, 2017 3 hours ago, Flitterkill said: @Mark fixed the template bug this morning prior to the official release of 4.1.18 so everything should be good to go. Let me know if there are any bugs that crop up or missing features, especially in the top section of topics as a lot has changed there recently. Quite a few plugins I note is suffering this bug where you can't view forum topic. Will IPB be publishing a support article on how this can be fixed? I've had to disable a few plugins until they have been updated. Thanks pete
Flitterkill Posted January 30, 2017 Author Posted January 30, 2017 It should be working now. It was bugged in the 4.1.18 BETA 3, but Mark fixed the bug this morning prior to the official final release of 4.18 If you had the beta installed upgrade to the final release now. And even though all the caches and datastore stuff should be reset might not be a bad idea to hit the support tool to clear everything again. SammyS and Safety1st 2
DangerDick Posted February 13, 2017 Posted February 13, 2017 @Flitterkill I can't seem to get the function to remove the 'Mark forum as read' to work
MadMaxMangos Posted February 17, 2017 Posted February 17, 2017 (edited) Can I use this to say remove the breadcrumb bar entirely from our home page which uses pages ? Edited February 17, 2017 by Mark Streeton
Pedro Ibáñez Posted March 30, 2017 Posted March 30, 2017 Hi everybody, what a great plugin!!! Two questions please. Where in CSS can I adjust the height of the follow button to be like others from my theme? Where to in CSS to chage option button colors? And sorry I just looked for ligthbox feature and don't find documentation... What is this feature, where is enableb/disabled...? Thanks a lot!
Flitterkill Posted March 30, 2017 Author Posted March 30, 2017 Lightbox: Just changes the lightbox appearance everywhere. Configure it as you want. Options Button: .ksOptionsGear { font-size: 24px; color: #e0e0e0; transition: color .5s ease; } .ksOptionsGear:hover { color: black; } Change as needed. Follow: Change as needed but be warned the follow button is a complicated... div.ipsFollow.ipsButton.ipsButton_light.ipsButton_verySmall { font-size: 13px; line-height: 34px; padding: 0 15px; background: #f6f6f6; transition: background 0.3s; } .ipsFollow .ipsCommentCount { margin: 0 0px 0 0; background: none; color: #FFFFFF; text-shadow: none !important; line-height: 18px; font-size: 16px; font-weight: bold; border-radius: 0px 2px 2px 0px; top: 1px; } Might be some others as well...
Pedro Ibáñez Posted March 31, 2017 Posted March 31, 2017 (edited) Hi FlitterKill, 3 hours ago, Flitterkill said: Lightbox: Just changes the lightbox appearance everywhere. Configure it as you want. Yes sorry, what I wanted to know is what is Lightbox? 3 hours ago, Flitterkill said: Follow: Change as needed but be warned the follow button is a complicated... I tryed make changes into KS CSS but don't do nothing. Also deleted all Follow Button section in KS CSS and does nothing. After I tryed to make a change in custom.css and seems to work with the Follow button box height. (I don't know if it's the correct way)... Now Follow button box height is the same as the boxt next to but I can't center the text.. And other thing please It will be possible to include in KS the disable new topic button inside a topic. Because it's another no sense option from IPS4 to put this button when you are inside a topic... Much thanks! Edited March 31, 2017 by Pedro Ibáñez
Flitterkill Posted March 31, 2017 Author Posted March 31, 2017 When you click an image in a forum post. If the image is large, it has been shrunk to fit in the post. So you click it and a lightbox pops up. Click your screenshots you posted here in this topic. That's the lightbox. I can look at your site tomorrow to see the follow button stuff.
Recommended Posts