Jump to content

sound

Clients
  • Posts

    1,377
  • Joined

Reputation Activity

  1. Like
    sound got a reaction from sobrenome in HumpDay: Similar Content, ActivityStreams uses Elasticsearch   
    @Mattam using aws elasticsearch engine service
    they have started their own 'fork' of elasticsearch this year called opensearch as elasticsearch is no longer open source
    is this update to the latest version of elasticsearch going to cause any issues for aws users going forwards?
  2. Thanks
    sound reacted to Matt in HumpDay: Similar Content, ActivityStreams uses Elasticsearch   
    No, Opensearch uses the last ES open source version which was 7.10. I would't expect things to change dramatically until ES moves to v8 as their stable branch.

    We will cross that bridge if/when we get to it. 😄 

    Worth nothing, that if we offer an ES service ourselves, it'll likely be Opensearch we use.
  3. Like
    sound got a reaction from Marc Stridgen in Storage Settings wiped out - site crashed   
    still a mystery why it happened 
    there was a third party app which had some storage extension errors but can't say if that was the cause
    resolved it by simply changing my storage settings set up so if it happened again it would not have the same effect on the site
    eg now use the first setting for themes etc
  4. Like
    sound reacted to Michael.J in New Purchase PM (Support)   
    Sorry I wasn't notified or any issue with the update, will submit again and hopefully IPS approve quickly.
  5. Like
    sound got a reaction from Jalal arefen in nexus suggestions - a couple basic ones   
    couple of basic suggestions
     
    1.  add a view counter to product items - for obvious reasons
    2.  when cloning/copying a product item - set the   $primaryTable['p_store'] = 0; so that the new unedited clone/copy doesn't show immediately in the store
     
  6. Like
    sound got a reaction from IPCommerceFan in nexus suggestions - a couple basic ones   
    couple of basic suggestions
     
    1.  add a view counter to product items - for obvious reasons
    2.  when cloning/copying a product item - set the   $primaryTable['p_store'] = 0; so that the new unedited clone/copy doesn't show immediately in the store
     
  7. Agree
    sound got a reaction from ZLTRGO in nexus suggestions - a couple basic ones   
    a few more suggestions, less basic but all currently available on other invision apps so should be doable
    and some that in 2021 should imo be part of the feature already
     
    3. custom (proper) fields - so can add upcs, brand, color, condition etc etc to each item listing
    4. Product image thumbnails generated - I paid for a plugin to do such but would be better if it was an invision feature
    5. Tags feature - opens up all sorts of listings
    6.  Comments options added to the product items
    7. Select amount of items per page 
    more later
  8. Like
    sound reacted to Sonya* in Database relations fields to plugins and apps   
    I have added a custom field "Node" (see system/Helpers/Form/Node.php) to the types of custom fields in database, where every content node within IPS can be referenced. It works, it is just a small plugin that extends field types of Pages. 
  9. Thanks
    sound reacted to Marc Stridgen in Calendar Event Reviews not showing in activity feeds ?   
    I have just tested this on my end, and not seeing any issues with this. You would be best to report to the owner of that site if its not your site. If it is, of course let us know and provide an example we can take a look at.

  10. Agree
    sound reacted to Adlago in Registers an unload listener   
    Hello, IPS team, are you planning a solution for this?
  11. Like
    sound got a reaction from stoo2000 in Trader Feedback System   
    any plans to integrate the feedback app with the 'achievements ' feature
    think it be a great fit!
  12. Thanks
    sound reacted to Nathan Explosion in (NE) Show post image in Activity Streams/Search Results   
    The above issue is now resolved and v1.0.2 of the application is now available for installation from the Marketplace.
    Now that this is issue is resolved v1.1.0 will be worked on next and will have the following in it:
    A little tweak in it to assist with the following situation: First post in a topic has an image Activity Stream is configured to "Show content items only" Entry for the topic, which shows the last reply, doesn't display an image as the last reply doesn't contain an image The tweak I am putting in will allow you to choose to show the image from the first post, or an image from the latest post to contain an image. Issue mentioned can be 'avoided' by using the "Show content items, review and comments" setting instead as that displays an entry for each post from a topic. The linked image used in the stream/search results will be he stored thumbnail of the image, and not the image itself (required a little trickery to figure this one out, as the thumbnail is not available by default) Addition of some extra CSS selectors. An issue reported via PM will be looked into:
     
  13. Like
    sound got a reaction from Nathan Explosion in (NE) Show post image in Activity Streams/Search Results   
    ok
    let me know when it has been approved
    thanks
  14. Thanks
    sound reacted to HeadStand in Newsletters   
    If you explicitly sign up for a newsletter you should get it even if you turned off mail.
    Looks like I hard-coded it 🤦‍♀️ Why did I do that? Good question. 😬
    You can edit this in the template. newsletters -> global -> content -> core.
  15. Agree
    sound reacted to Miss_B in post_key column in   
    You can read it below.
     
  16. Like
    sound got a reaction from sobrenome in Mail Bouncer - Automated Bounce Management   
    the reported recent gmail problems seems to be causing the app to block members accounts with gmail addresses 
    any other way to manually unblock ?
     
  17. Like
    sound got a reaction from sobrenome in Mail Bouncer - Automated Bounce Management   
    as someone has already posted
     
    is it possible to get this app upgraded asp or at the very least a hack to get manually unblocking working
    as due to the recent google gmail issue have had to switch this app off  till can unblock all the blocked gmail members
    thanks
  18. Sad
    sound got a reaction from SJ77 in Mail Bouncer - Automated Bounce Management   
    the reported recent gmail problems seems to be causing the app to block members accounts with gmail addresses 
    any other way to manually unblock ?
     
  19. Like
    sound got a reaction from sobrenome in 'my attachments' on profile drop down menu - not needed?   
    a kick up of this suggestion 
    still seems out of place
    maybe not?
  20. Like
    sound got a reaction from sobrenome in 'my attachments' on profile drop down menu - not needed?   
    a layout suggestion is to move the "my attachments" link  from the top profile drop down menu to  somewhere else
    is it ever used so much that it warrants such a prominent position on all default sites ?
  21. Like
    sound reacted to bfarber in Mapbox closing Legacy Static API 01 Nov 2020   
    Thanks for bringing this up, we're taking a look. 🙂 
  22. Like
    sound reacted to Colonel_mortis in Why is XRegexp included?   
    XRegExp is 135KB when minified as part of root_library.js (that whole bundle is only 383KB, so it's a significant chunk), but it's only used in two places:
    In ipsautolink/plugin.js, it's just used to evaluate a native JS regex, which I believe is totally unnecessary (use this.urlRegex.test(text) instead!) In ips.search.results.js, where it's just used to replace using a native JS regex (use $(this).text().replace(new RegExp(...), '...') instead, as you do for each subsequent replacement in that chain) (while you're at it, why does that code replace with HTML, HTML escape everything, then selectively unescape the content you just added?!) Removing those two places that don't, to my understanding, utilise the library in any meaningful way would allow you to slim down the site by a not-insignificant amount, and make certain people happy.
  23. Like
    sound reacted to Adriano Faria in Number of Topics per Forum   
    Yes, it was. I just submitted a new verison to fix it. Follow the file to get notified when IPS review and approve it. 👍
  24. Like
    sound got a reaction from sobrenome in Spotify embed not working   
    as said the playlists not working appears to be a spotify issue - their own embed playlist links ain't working, so seems just  a wait out till they (spotify) fix that one
  25. Like
    sound got a reaction from sobrenome in Spotify embed not working   
    had the same problem
    none of the fixes given worked for me
    resolved it myself as per the below
    of course this may not work for anyone else and you do need to know what you are doing editing wise
    and it only works for artist and songs for me not playlists - which appears to be a spotify issue
    but if desperate and can't wait for 4.5 ....
     
×
×
  • Create New...