Jump to content

All Astronauts

Clients
  • Posts

    1,251
  • Joined

  • Last visited

  • Days Won

    8

Reputation Activity

  1. Thanks
    All Astronauts got a reaction from SJ77 in Kitchen Sink   
    It's still a thing actually. If you use KS to disable the MultiQuote button this will break. It's *not* a problem with KS and it's not a problem with User Posts in Topic. The problem is, pretty sure, the IPS javascript controller that works with the MultiQuote button. If I hide the MultiQuote button, that's fine. But if another button appears there in the first position, the controller throws the multiquote button back in. Or something like that.
    I'm looking at other ways of tackling this in the next few days to maybe better lock this down but honestly, unless all you are doing is adding a button to the usercontrols down there, everything else is a nightmare of 3rd party conflicts waiting to happen - and there isn't much room to work around them.
  2. Thanks
    All Astronauts got a reaction from andrewbiggs in Enhanced Joined Date   
    Unfortunately this is all buried in a Table Helper - meaning the $table object gets dumped to string and outputted. No good places exist to hook in and change it. Might be able to crap hack it by hooking into the DateTime method they use to format the timestamp and check if we are in the acp, members, etc... and then return what we want.
    I'll give it a poke sometime.
  3. Thanks
    All Astronauts got a reaction from JustHatched in Can't get developer mode on   
    <?php define( 'IN_DEV', TRUE ); That's it.
  4. Thanks
    All Astronauts got a reaction from Salty Dog in Who Viewed the Topic   
    No but I can add that in easily enough. 
  5. Like
    All Astronauts got a reaction from crmarks in Enhanced Joined Date   
    Sure. I've had more or less a month away from IPS things, doing office cleaning, culling the joint, getting lean, and waiting for a new monitor, but I'll be up and at everything again and then some in a day or two.
  6. Like
    All Astronauts got a reaction from Cyboman in Spacious ACP/Widgets   
    PM me some screens.
    And the Similar Web widget is done for until Similarweb brings them back - that's out of my hands. HTTPS noted.
  7. Like
    All Astronauts got a reaction from TheWorldNewsMedia.org in Who Viewed the Topic   
    @TheWorldNewsMedia.org
    Added to Kitchen Sink
    The next KS release whenever that drops.

    KS recreates the H2 element for topic views that was removed with 4.3 (strangely they actually removed this H2 element for topic view, everywhere else in the suite they did as they said they would do when they made these changes and just hid them with css)
    I just added the view count to the H2 I put back in. That work?
  8. Thanks
    All Astronauts reacted to AlexWright in Awesome Member Hovercards   
    Got it! And tested, works fine. Thanks again!
  9. Thanks
    All Astronauts got a reaction from Tripp★ in Awesome Member Hovercards   
    It's just the redirect I put in - before, when you saved, the page didn't reload so the displayed quote stayed the same until you refreshed. Prob just passing the wrong thing to the redirect method - two shakes, have this patched.
    EDIT: Done - dl again, etc...
  10. Like
    All Astronauts got a reaction from BomAle in Awesome Member Hovercards   
    Gave this some thought overnight.  I can pull those and make them available (within reason) and then have a blank template be toggled on/off for you to use to do what you want with those vars available there.
    Will be bumping this to $15 / $6 when I'm done ?
    Don't forget! If your users have animated coverphotos... well... ?

  11. Haha
    All Astronauts got a reaction from Tripp★ in Awesome Member Hovercards   
    Gave this some thought overnight.  I can pull those and make them available (within reason) and then have a blank template be toggled on/off for you to use to do what you want with those vars available there.
    Will be bumping this to $15 / $6 when I'm done ?
    Don't forget! If your users have animated coverphotos... well... ?

  12. Like
    All Astronauts got a reaction from Duken in Pages Category Images / Pages Searchable Text Fields   
    Pages Category Images
    Add an image to every IPS Pages database category for use in your templates!
     
     
    Pages Searchable Text Fields
    Flag text, text area, and editor fields in your Pages databases for inclusion in the search index!
     
    This is a combined support topic for both of these Pages mods.
  13. Like
    All Astronauts got a reaction from puntito in Group Colors on User Links   
    This plugin forces most user links throughout the Invision Community to display member group color/formatting.
    This applies in all places where the \IPS\Member object is used to produce links to a member.
    Your user name in the cover photo and also on profile hovercards (when you cursor over a username/photo and the mini profile appears) remain un-formatted and probably should remain that way as background images will nearly always conflict with the group formatted color and should remain white. See below.
    If you are wondering why some areas do not have formatted names and others do that is because there are many different ways the userlink is created throughout the suite. If the IPS\Member object is used the group color will be applied automatically. In EVERY other instance additional coding is required. Sometimes easy, other times not. 
    Search and Stream Results are particularly challenging as they actually involve language files with variable passed directly to the language construct. As is right now you will see Search and Stream Results do have group formatting applied but the trailing possessive does not - i.e. Fate's topic. There may be away around this but it will require new language bits and that means translations and so on...
    Version 12 is 4.3 compatible and FREE - find it attached below.
    Version 11 is the last compatible version for 4.2 and is also FREE - find it attached below. 
    Both version 11 and 12 are no longer supported! Version 13 and onward is paid and supported (as far as future Invision Community system changes will allow me)
    Currently the only difference between version 12 and version 13 is support for status replies is fixed in v13.
    At the time of this support topic creation the mod is beer/coffee priced. $7 with $4/year renewal. Just got to the point where the support requests (and patches for IPS changes) took too much time away from other things. 
    FREE Group Color on User Link 12 - 4.3 only.xml
    FREE Group Color on User Link 11 - 4.2 only.xml
  14. Thanks
    All Astronauts got a reaction from Josiah Wallingford in Kitchen Sink   
    @Josiah Wallingford The Create Menu on mobile (tablet and phone) stuff is in now, you'll see it in KS 24.
    BTW, one casualty of the sweep is changing the post menu bits (edit, quote, etc.) - you can still swap all those for Font Awesome button icons - all good - except for the first post in a topic where the edit menu option has to stay text - there is nothing there to grab to change it now. So it goes...
    Report post option also now finished out - leave where it is or drop it down into the post menu alongside edit, quote, etc. Can swap it out for a Font Awesome button icon as well.
    Again, that's KS 24, soon-ish. 
  15. Thanks
    All Astronauts got a reaction from Daniel F in Kitchen Sink   
    KS 23 Released!
    Swept through and minimized as much as could be minimized. That's more css targeting and less template over-writes. 
    One sacrifice is the option to move edit, quote, or report to the post menu's option dropdown on the bottom of the posts. And actually, the toggle to move the report post bit is still there but just hides the report post bit at the moment - forgot that but it's late here so I'll add the other half of that - to stick it in the bottom post menu  - tomorrow.
    Grief from places is the reason why. You can still change those bits down there to icons and customize the Font Awesome bits though. On the plus side I don't have to maintain that nonsense anymore (see earlier posts here in this support topic) - that means those fix bits for some 3rd-party apps are gone now - no longer needed.
    Screenshots, as usual, were wiped out in the Marketplace entry recently so a new batch is in there - just settings pics for now.
    Didn't look at the update pulse icon stuff yet but I think that needs a sweep soon. It still works fine of course but prob. needs cleaning.
  16. Thanks
    All Astronauts got a reaction from Josiah Wallingford in Kitchen Sink   
    KS 23 Released!
    Swept through and minimized as much as could be minimized. That's more css targeting and less template over-writes. 
    One sacrifice is the option to move edit, quote, or report to the post menu's option dropdown on the bottom of the posts. And actually, the toggle to move the report post bit is still there but just hides the report post bit at the moment - forgot that but it's late here so I'll add the other half of that - to stick it in the bottom post menu  - tomorrow.
    Grief from places is the reason why. You can still change those bits down there to icons and customize the Font Awesome bits though. On the plus side I don't have to maintain that nonsense anymore (see earlier posts here in this support topic) - that means those fix bits for some 3rd-party apps are gone now - no longer needed.
    Screenshots, as usual, were wiped out in the Marketplace entry recently so a new batch is in there - just settings pics for now.
    Didn't look at the update pulse icon stuff yet but I think that needs a sweep soon. It still works fine of course but prob. needs cleaning.
  17. Like
    All Astronauts got a reaction from Koper74 in Who Viewed the Topic   
    I was just using the provided Articles database as an example. This would apply to any Database.
  18. Like
    All Astronauts got a reaction from JussiS in Who Viewed the Topic   
    No.
    There will still be a below header block or a bottom page block, just like top and bottom widgets, but they won't be widgets anymore. But side bar (left or right side of page) widgets will be gone.
    I can sketch this out in the morning so people can better understand.
  19. Thanks
    All Astronauts got a reaction from steve00 in Store Products Widget   
    ?‍♂️
    4.0 Released!
    I literally just recreated the plugin, that's it. You'll need to delete the one you have and install this one. It's actually called Store Stuff now and I pushed the version up to 4.0 to just "sync" it with what's already come and gone.
  20. Like
    All Astronauts got a reaction from Metor in Kitchen Sink   
    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.
  21. Like
    All Astronauts got a reaction from DanLemX in Kitchen Sink   
    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.
  22. Like
    All Astronauts reacted to Shyuan in Group Colors on User Links   
    Apology. I did try to find out what's the difference, maybe I didn't look at the right thread.
    Thanks for your reply. ?
  23. Like
    All Astronauts got a reaction from Shyuan in Group Colors on User Links   
    Its right there in the description in this thread and the Marketplace listing.
    Yes, removed. Both the 4.2 and 4.3 versions are linked here in this topic and in the new Marketplace listing.
  24. Like
    All Astronauts got a reaction from 403 - Forbiddeen in Group Colors on User Links   
    This plugin forces most user links throughout the Invision Community to display member group color/formatting.
    This applies in all places where the \IPS\Member object is used to produce links to a member.
    Your user name in the cover photo and also on profile hovercards (when you cursor over a username/photo and the mini profile appears) remain un-formatted and probably should remain that way as background images will nearly always conflict with the group formatted color and should remain white. See below.
    If you are wondering why some areas do not have formatted names and others do that is because there are many different ways the userlink is created throughout the suite. If the IPS\Member object is used the group color will be applied automatically. In EVERY other instance additional coding is required. Sometimes easy, other times not. 
    Search and Stream Results are particularly challenging as they actually involve language files with variable passed directly to the language construct. As is right now you will see Search and Stream Results do have group formatting applied but the trailing possessive does not - i.e. Fate's topic. There may be away around this but it will require new language bits and that means translations and so on...
    Version 12 is 4.3 compatible and FREE - find it attached below.
    Version 11 is the last compatible version for 4.2 and is also FREE - find it attached below. 
    Both version 11 and 12 are no longer supported! Version 13 and onward is paid and supported (as far as future Invision Community system changes will allow me)
    Currently the only difference between version 12 and version 13 is support for status replies is fixed in v13.
    At the time of this support topic creation the mod is beer/coffee priced. $7 with $4/year renewal. Just got to the point where the support requests (and patches for IPS changes) took too much time away from other things. 
    FREE Group Color on User Link 12 - 4.3 only.xml
    FREE Group Color on User Link 11 - 4.2 only.xml
  25. Thanks
    All Astronauts got a reaction from Haygood in Group Colors on User Links   
    This plugin forces most user links throughout the Invision Community to display member group color/formatting.
    This applies in all places where the \IPS\Member object is used to produce links to a member.
    Your user name in the cover photo and also on profile hovercards (when you cursor over a username/photo and the mini profile appears) remain un-formatted and probably should remain that way as background images will nearly always conflict with the group formatted color and should remain white. See below.
    If you are wondering why some areas do not have formatted names and others do that is because there are many different ways the userlink is created throughout the suite. If the IPS\Member object is used the group color will be applied automatically. In EVERY other instance additional coding is required. Sometimes easy, other times not. 
    Search and Stream Results are particularly challenging as they actually involve language files with variable passed directly to the language construct. As is right now you will see Search and Stream Results do have group formatting applied but the trailing possessive does not - i.e. Fate's topic. There may be away around this but it will require new language bits and that means translations and so on...
    Version 12 is 4.3 compatible and FREE - find it attached below.
    Version 11 is the last compatible version for 4.2 and is also FREE - find it attached below. 
    Both version 11 and 12 are no longer supported! Version 13 and onward is paid and supported (as far as future Invision Community system changes will allow me)
    Currently the only difference between version 12 and version 13 is support for status replies is fixed in v13.
    At the time of this support topic creation the mod is beer/coffee priced. $7 with $4/year renewal. Just got to the point where the support requests (and patches for IPS changes) took too much time away from other things. 
    FREE Group Color on User Link 12 - 4.3 only.xml
    FREE Group Color on User Link 11 - 4.2 only.xml
×
×
  • Create New...