Jump to content

Safety1st

Clients
  • Posts

    216
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Safety1st reacted to Flitterkill in Kitchen Sink   
    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.
  2. Like
    Safety1st reacted to Tom Irons in Tip Author   
    I remember you saying something about the Russian currency symbol, can you elaborate on that a bit more? What exactly would you like to see?
  3. Like
    Safety1st reacted to Pete T in Who Was Online   
    ADMIN CP -> customization -> THEMES -> theme -> click </> -> CORE - GLOBAL - PLUGINS - WHOWASONLINE
    ok find <h3 class='ipsType_reset ipsWidget_title'> and replace with <h3 class='ipsType_reset ipsWidget_title ipsResponsive_hidePhone '> then find <div class='ipsWidget_inner {{if $orientation == 'vertical'}}ipsPad{{endif}}'> and replace with <div class='ipsWidget_inner {{if $orientation == 'vertical'}}ipsPad{{endif}} ipsResponsive_hidePhone'> and this will hide from phone.
  4. Like
    Safety1st reacted to Pete T in Who Was Online   
    well all you need do add css tag ipsResponsive_hidePhone this will hide only from phones but viewable to desktop and tables or can have it show only desktop and hidden mobile/tables using ipsResponsive_showDesktop so if let me know how like it and provide you custom changes.
  5. Like
    Safety1st reacted to Pete T in Who Was Online   
    you want hide widget when using phone ? if so that not hard.
  6. Like
    Safety1st reacted to Dogz in Kitchen Sink   
    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.
  7. Like
    Safety1st reacted to Flitterkill in Kitchen Sink   
    I can take a look. Also, maybe poke this guy to expand this a bit:
     
  8. Like
    Safety1st reacted to Fosters in Custom Notifications - Supporttopic   
    Thx, fixed for the next release.
    It's not missing, this part shouldn't be visible in the ACP.
     
  9. Like
    Safety1st reacted to Fosters in Custom Notifications - Supporttopic   
  10. Like
    Safety1st reacted to Adriano Faria in Invite System   
    It does to me.
    Just like you, I have other +/- 800 clients here on IPS and in custom jobs. As I can't treat anyone better than the other, it DOES matter to me.
    The same way INVITE SYSTEM is important to you, it isn't for other 700 people. On the other hand, 400 of those 700 had another resource that is important... and that's how things is.
  11. Like
    Safety1st reacted to Joel R in Pages SuperHelp support topic   
    @opentype Thanks for offering this into the Marketplace.  I'm about to get this up and running in less than 3 minutes; your instructions were very helpful.
    Note: If anybody is using the application "Advanced Tags & Prefixes" by @Ryan H., you will need to disable the application first in order to save SuperHelp's templates to the database.  Then after saving, enable the application.  This is a known problem with Advanced Tags & Prefixes.
    Another Note: This really does work better with a mix of sub-categories and records.  The layout is much better.  
    Questions:
    Category Images.  I'm able to get the record image to work on my articles, but not sure where I upload the category image??  I've looked through all tabs of the category settings, and do not see anything.  This would be your "Apple Watch" photo or the "2 Mac computers" in your Marketplace listing's screenshot.   Suggestions:
    Customize fa-icon per category.  I don't really use steps in my help database, so I've defaulted to the fa-information icon.  It can be kind of bland when it's the same fa-icon for every category.   Suggestions on wording: In the language for the Plugin settings, I'd like to suggest changes to the language string to make it more clear: Frontpage: Category Title / Description Alignment Frontpage: Subcategory Title / Description Alignment Listing: Category Title / Description Alignment.    
     
  12. Like
    Safety1st reacted to Flitterkill in Kitchen Sink   
    This will be specific to your theme or any alterations that you made.
    Since I allow you to move those bits around I have to allow for a "Default" setting and the IPS default is both of those bits, thats why they have re-appeared. If this isn't a theme-based change then just making sure KS is at the top of the plugin list should fix things.
    Either way, just add this to your custom.css
    .ipsBreadcrumb [data-action="markSiteRead"] { display:none; } That should remove that bit. If it doesn't just PM your site adress so I can look at the page directly and then I can give you the correct css.
    In a future KS update I will separate both of these elements out instead of treating them as a single entity. That way you mess with "mark site read" and "unread content" individually.
  13. Like
    Safety1st reacted to Ibragim Pupkevich in Tip Author   
    Hi buddy,
    Thanks for this plugin. Very simple and exactly what I was looking for for along time.
    The only critical bug I found - there is no option to remove donation link in User CP. If I remove link and just leave input field empty, it says "wrong URL" and doesn't want to save changes. So, means I can only change URL to some other URL, but I can't remove it.
  14. Like
    Safety1st reacted to Flitterkill in Kitchen Sink   
    Done (as in yes, it's done). Next update.
  15. Like
    Safety1st reacted to Flitterkill in Kitchen Sink   
    This was all actually fixed before but there are still some minor irregularities in how the CSS files are imported. What works while in-dev might not parse correctly when the plugin is imported elsewhere. This mainly occurs when you have if-then logic in the css file. 
    I moved a few things, made a few of those if-then checks a little bit syntactically tighter and that seemed to solve the problem/s.
  16. Like
    Safety1st reacted to Flitterkill in Kitchen Sink   
    Kitchen Sink 11.1 released!
    Etc., etc...
  17. Like
    Safety1st got a reaction from Foolboy in Kitchen Sink   
    I'm desperately need that feature. May be it's right time for a new version?
  18. Like
    Safety1st reacted to Flitterkill in Kitchen Sink   
    Note to remind me what is wanted. I've been distracted with Coffeescript and RocketChat Hubots lately. That and working on Spacious. Let's see how far I get tonight...
  19. Like
    Safety1st reacted to Adriano Faria in Topic Password Protection   
    I'll take a look in a couple of days. Tks.
  20. Like
    Safety1st reacted to Flitterkill in Kitchen Sink   
    Looks like something has changed with a recent version. At keast I think it did, 95% sure I wouldn't have missed this when I made this.
    Seems like it's hooked into a javascript controller now, which is adjusting the positioning on screen width. So, blah... gonna be a bit.
    EDIT: Nope, something else going on, still be a bit to fix...
  21. Like
    Safety1st reacted to Foolboy in Kitchen Sink   
    Hello,
    I recently bought your plugin a few days ago and currently playing witth it. I think it is very useful customization tools for any community admin. Thank you for developed this plugin. 
    I would like to report one bug I found on your plugin; I found that the option to enlarge member profile's cover picture is not working on mobile / tablet view. It is also produce a strange behavior when attepmted to view member's activity as well. Please see attached screenshot for more info. Thank you.


  22. Like
    Safety1st reacted to Flitterkill in Kitchen Sink   
    The next release will include a translatable field for the forum stats feature.
    When you turn on topic count as a forum stat, it returns the number of topics within a forum. The languge variable for that actually is a variable key itself. 
    {!# [1:topic][?:topics]} That code says if the number 1 is passed to this langauge key, then display the word "topic". Any other number (0, 29, 456, whatever) then display the word "topics"
    If you have more than one language installed, without this translatable field you are stuck with those English words. Or, you could translate them in the langauge file but it would be the same for all of your installed languages.
    IPS includes a translatable form helper to tackle this problem. In the next version of KS you'll see this:

    If you have just a single language installed, just leave the toggle off and it will be business as usual. If English isn't your single installed language just go and edit the langauge key in the usual spot. I've left the regular language key in place. When you do toggle this on KS will use separate translatable language key/s instead. 
    When you first enable this setting you must paste that language variable code into each of the language fields and then change the words topic and topics to what you need them to be in each respective language. And save of course. If you make a syntax error the word key will not work. The langauge key posted above and also right there in the description text in the plugin is correct. Just try again until you paste it in right.
  23. Like
    Safety1st reacted to OctoDev in (NB41) Topic Cover   
    Agree. $14.50 is quiet expensive, it barely has any customization features.
  24. Like
    Safety1st reacted to Flitterkill in Tip Author   
    @Tom Irons
    I patched him up.
    It's just the tip button display on the post. I have no idea why your selector isn't working with KS or if my thing is even the conflict.
    div[data-controller='core.front.core.comment'] > div.cPost_contentWrap.ipsPad > ul.ipsComment_controls.ipsClearfix[data-role='commentControls'] Should work. There are no conflcts with the selector on the page that I can see - everything is where it needs to be.
    No matter, I tweaked it, targeting just the comment controls and it works. No idea why it didn't work before but here we are.
    ul.ipsComment_controls.ipsClearfix[data-role='commentControls'] Maybe just a bad install or IPS wierdery. Might not be a bad idea to swap your selector out for the shorter version above to save any grief with other plugins doing things.
    EDIT: And don't forget to refresh/clear cache after installing and such.
  25. Like
    Safety1st reacted to Flitterkill in Kitchen Sink   
    Looks like the number of topics displayed in forum view is finally getting an official setting for 4.1.16 so I'll be yanking this out proactively in the next update (which will be out before we get 4.1.16 officially)
    If you need this setting there is a free plugin in the Marketplace that can tackle this for you to hold you over.
×
×
  • Create New...