Jump to content

Flitterkill

Friends
  • Posts

    1,402
  • Joined

  • Last visited

  • Days Won

    4

 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 Flitterkill

  1. Sorry, won't happen. At least not with KS. Part of the philosophy behind IPS 4x is that everything generated by a member is considered "content". In the core.members database, there is a column for member_posts. Although it sounds like it is just for forum posts it is not. It is for all content be it forum posts, topic started, download submitted, gallery images submitted, etc. That's what is being called and displayed when you see a user's content count. Can you break out a user's forum posts count separately? Of course. But, you have to actually do database work and probably a bunch of separate hooks to get and store just that information. It's not that hard - if all you wanted was forum topics started and forum posts made you would just hook onto the submit bit and then count and store from there. More messy when you try to keep accurate stats as you have to hook onto the delete bits as well. I suppose you could find where the content count is being calculated and hook there, targeting whether the call is coming from forums or not and writing/deleting based on that. Might make this a lot more manageable. If you want some more term confusion.... Where it says 1,075 posts? That's actually content count, not just forum posts. On this site that will include my files in the marketplace, all my topics started and forum posts, probably all my bug reports and responses there as well. Posts = Content and vice versa. So yeah, if you want that stat back on its own it will be some work to accomplish.
  2. Ohhh... I think I get it now. I'll add it the list of things to look at and see if it is anything I can handle easily.
  3. @maidos I don't think I follow exactly. Example? Where in the suite?
  4. KS 5 released: More robuster (fixed) Can Edit First Posts code. Report Post link in posts now a toggle to place in Options menu. Probably works. Yell at me if it doesn't.
  5. Meh, long day. Anyways, the edit first posts code is still a bit wonky. Thanks to @Bill Edwards for pointing out a few flaws. I *think* I have them straightened out now, however, I never for a moment took into account the jQuery mod utility for when you are in forum view looking at a table of topics. You can click and hold on a title to live edit the title. With KS active (at all no matter first posts settings) this function breaks. At least as far as I can tell. This is a function of me trashing the initial edit first posts code and going a more brute force direction. No matter, I haven't looked to see what I am breaking with that so it has to wait a bit to get fixed (crosses fingers he can...) KS 5 out either later tonight or in the morning to fix these things. Also includes a full toggle option to move or not move the reports link in a post to the options menu (right now it just moves it). Won't get a chance to address conflicts with other plugins that link into the posts menu area just yet. Soon. EDIT: It's ready to go. The click/hold thing is vexing. It's working in-dev, but not live. Either way, gonna sleep on this and then post it up in the morning. Figure after 10am Eastern USA. Sleep... EDIT: After you install the new version (when released), if you get an error page when viewing a forum (topics list) just refresh to clear your cache of the old plugin code. Also, confirmed, if you have something that links into the quote, edit, options menu area of a post, make sure you drag that plugin (like change author) BELOW Kitchen Sink in the plugin list. I grab a lot of that area down there so anything that links into that needs to come afterwards in the plugin list to hook in correctly. EDIT PART 2: Actually, click/hold does work... if you remember to.. you know... use an admin account. Too tired to trust myself lol.
  6. 1) Are you meaning to respond to a different plugin? I might have taken over display name changes from Adriano but that functionality isn't a part of KS. 2) Not a bad idea, not sure if that's a plugin for someone else to write or stick it in KS... For everyone: Still some minor problems with the edit first posts stuff. Oh, it works; works well. It's just that the theme hook on those menu elements probably needs to be tighter. If you have the plugin enabled, but nothing configured, it seems that mods trying to edit a first post just get the post content to edit, not the title or tags. Also if you have any other hooks that try to insert stuff into that line it may not work as right now I sort of take it all over. As for the bug, I'm pretty sure I know why so that's on the fixing agenda for today. Also, the ajax live editing of topic titles when in forum view (click and hold to edit). Seems to be broken with this enabled. I'm hoping it's the thing I think is wrong, if not, its probably a mess to fix involving the ajax controller itself. It might not be worth my time to fix it, but I have to look and see first.
  7. Your theme has changed around some of the template elements. Set me up with ACP access so I can take a better look but I think (think..) it's an easy tweak.
  8. KS 4 released: More robust (fixed) Can Edit First Posts code. Security update download icons now have a color option.
  9. KS4 is a few minutes out for release. If you like PM me ACP access and I can install directly.
  10. That other stuff shouldn't be happening. Mind if I take a quick look? Just pm me ACP access. I'm suspecting there is a problem with the IPS installer for plugins in certain situations causing varying levels of chaos; like to see so server vars and the error logs directly.
  11. Actually it seems to be goofiness all around, my part mostly. Wondering how this worked in the first place. Give me some more time to poke this and make it more robust.
  12. Looking now. I need your version though. EDIT: Appears the code to load the topic id into loadandcheck perms has changed in 13. If it hasn't changed something else in the call structure has. Give me a bit to work this through.
  13. FYI, the changes in the file amount to two (count them!) css class additions. If for some reason updating crashes your system, it's not this. At least not in the directly responsible way. I'm not convinced the IPS plugin update (or install) system is as robust as it needs to be yet. If you do have problems, when you get a chance, screen shot the php-info junk you can get to in the support area in your ACP. Just the six lines starting with max_execution_time are needed (for now). Already harvested Joel's. EDIT: Specifically, the KS language file is big. 135 lines, which, honestly isn't that big at all - it's just comma separated lines of text, but there is something up with the import of the file into the database. For the vast majority of plugins this would never come up as a problem - none of them have language files this big. My bet, for those who might run into trouble installing (or updating too), are people with max_execution_time of 30, 60 if you have a lot of other plugins installed (12 or more). Probably submitting this to the bug tracker (or contributor forum for discussion) once I get some more data.
  14. KS 3 released: Fixes font and link color on IPS update description popup when using the pulse icon updates option. Oh, and I fixed the screenshots adding two non-developmental lightbox images. Derp. BTW, there is a bug with Downloads here. Any image attachments in file reviews also get attached to the file description editor, so those all get pasted on afterwards once you make an change
  15. Something on your end. It installs fine on a clean 4.1.13.1 installation. You can pm me acp access and I can take a look in the morning.
  16. That would be a nightmare to handle. Right now the search element is embedded within the navbar and floated right. You can swap the positions of the menu and the search (search on left, menu on right) easily enough but after that it's pretty much madness and way beyond this plugin. KS 2 released: Bigger Mark Site as Read and Default Stream icons option (also added in missing title element on Default Streams) Apply button classes to Start New Topic, Question, Moderator Options links if they are optioned over to buttons.
  17. Done. Won't be pushing them to the userbar though. Too much clown car. KS2 tomorrow sometime.
  18. Link to site pls.. I just threw on an ips button something or other, didn't purposely match the forum view button but can do but want to look at yours to be sure. The breadcrumb stuff. Messing line height junk going on (it's fight between the right side and the left side) but I'll see if I can't work around it. EDIT: Nevermind - it's just ipsButton_primary vs ipsButton_important. Mainly a choice (if you make the start new topic link a button) between having it identical in color to the reply button or different. I can probably option this too.
  19. @Joel R Mark Forum as Read icon swap: Already on the list, just one of those things where I said "later". As for the first option. Embiggen them. Doable, Can't tell if you want them embiggened on the breadcrumb line or want them moved into the userbar. Both doable. Might make things funky on the breadcrumb line but can cross that bridge when I get to it.
  20. Thx @Adriano Faria, with getting my other thing out the door today just too much going on to tackle everything at once. Less work for me is always a nice thing. BTW, as promised you've been comped Kitchen Sink.
  21. Head this one off at the pass. Default theme, forum view, with both topic stats, sidebar enabled, browser window shrunk to just before responsive kicks in: Both stats are still side by side. If they stack for you, check your theme css and custom css. Something has been changed.
  22. I only got these from Adriano a week ago or so. As I get around to them I update them but unless something needs to be done I won't be going through all the plugins one by one just to update auth info. Way too much other stuff to do. Taking a quick look now. Try not requiring the full birthday date (second toggle off) and see what happens. EDIT: Seems to work with that setting off. I think I see what is going on and I'll give that a try. If that isn't it this will have to wait for a while.
  23. Thx. The lightbox can probably be done better but this will get things going. Ran into some transparency settings problems so had to just stop for now and go with "more white" "more dark". Another thing on the list...
  24. Kitchen Sink All the things you want changed or restored in one single plugin! Everything including as they say... Restores topic stats! Topic authors can always edit first posts! Customize the breadcrumb! Remove the Create menu! Better IPS update notifications! Change the lightbox! More! Why? There are many small things with the IPS suite that need to be customize-able or restored from the 3x series. I could write a bajillion single-use plugins or I can put some effort into it, pile them all into one plugin, and make a few bucks for the work (and she is wrapping up her second cancer in three years so yes, money good...) So this includes...? Global: Customize the breadcrumb! Remove the last element, swap out the home icon, etc. Control appearance of Mark Site Read and Unread Content (just words, just icons, or move them out of the breadcrumb to the user menu). Square up the appearance of the search entry area. Customize the light box! Full screen effect? White instead of black? Yes! Userbar: Disable the Create menu. Replace the Create menu appearance with just a FontAwesome icon. I recommend fa-pencil. Remove all horizontal separators in the userbar. Change the member menu dropdown link. Leave it as the default avatar and member name, just member name, or just avatar. Calendar: When you scroll down, the view title (day, month, week, etc.) is pinned to the very top edge of the browser. Adds padding to make it look much better. Square up those calendar and event tags from those rounded monstrosities. Make the cover photo header area for events much bigger (larger event title font too). Forums and Topics: Restores the 3x series topic count statistic on forum index views. Yes, it's back! Can choose to display post count, topic count or both on forum index views. Add a locked icon badge in front of topic titles in topic view when a topic is locked (similar to pinned and featured posts). Change start new topic, moderator option, etc. links in topic view to appear as buttons instead of text links. Disable reply to topic button if you like (no one really uses it anymore...) Fully customize-able new posts separator in topic view. Set some basic info in custom.css and then use the full editor here to add content! Change number of topics listed per page on forum view (same as one of my free plugins). First posts: Allow all topic authors to edit their first posts regardless of any edit time restrictions in the ACP. You can even configure this on a per-forum basis! Post view: A bunch of structural options. Hide the multi-quote button. Move the quote and/or edit buttons under the options menu. Change the options menu to a single gear icon. IPS Upgrades: For admins with permissions to view upgrade announcements this replaces the full page width upgrade announcement header with a pulsing download icon in the userbar. Clicking it displays a popup with the complete upgrade information. (The pulse is sped up for the gif. It's slower on normal upgrades; security upgrades will pulse faster but not this fast (and they pulse red!) I've probably forgotten some stuff. And there is more to come too! Questions Can I ask for something to be changed or included? Yes, absolutely! That's kind of the whole point of this. There are some basic rules though. If I think it is too involved, or I think that once I start it that it would be better off as it's own plugin I'll pass. Just ask in the support topic and we'll go from there. I decide in the end, you may or may not like my decisions... What if IPS changes something and... If they add something into the suite that I fixed/added here then it will probably be removed from Kitchen Sink. No need to duplicate functionality. If something in this plugin breaks due to a change in the IPS Suite I'll of course try to fix it if it is fixable. Or I might remove it until it can be fixed; I expect things to change over the years - you should too. Seems to be forums heavy... Yep. I can only target what I'm most familiar with. If you need something with the other applications speak up! The focus of this plugin is on the Core, Calendar, and Forums. I can fold in some stuff from the other apps if they are small things but otherwise I've got something else in the works for Gallery, Commerce, and Downloads (yes, another all in one...probably). Anything on the ACP side? No but... Spacious ACP! Get that! Especially since I'm due to rewrite it and it will include a Kitchen Sink-like plugin to tackle any ACP things that need to be done! This <feature> isn't working on my site! If you have custom.css that conflicts, or your custom theme has moved elements around, and so on, there is not a lot I can do. I can give you some help in the support topic but the further you (or theme authors) move away from the default IPS structure the harder it will be for plugins to work. Most of Kitchen Sink should work for everyone. I do not support modified themes but I'll lend a hand as I can time permitting. This plugin is FULLY tested on a fresh 4.1.12.1 installation of the IPS suite with no other plugins loaded and no custom.css. What's next? If I don't release Kitchen Sink now I would never release it as I would always be waiting to add "just one more thing..." But yes, there is stuff already marked for inclusion. I recently took over a ton of Adriano's free work. Most (all?) will remain free but updates and new features are likely to be folded into here or the revised Spacious ACP. Cost $10 to buy, $5 every six months. That's $8.50 and $4 to me after IPS fees. Regular renewals keep me perky enough to want to support this wonderful monster. Your renewals get you support, bug fixes, and new features too! You don't have to renew of course but if you lapse too long I might make you just buy it outright again. Terms One buy, one site. Feel free to use on your test site if you have one of course. If you lapse on renewals so long that I tell you to buy it again that does NOT mean you now have licenses to two separate copies. Thank You!
×
×
  • Create New...