Jump to content

crmarks

Clients
  • Posts

    132
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by crmarks

  1. On 3/1/2022 at 12:50 AM, Marc Stridgen said:

    If exif data is stripped, that would indeed happen, yes. This is because that is where the orientation data is kept. This said however, it would not explain the heic/jpg part of this. Also they are being uploaded here on our own community with the same issue

     

    On 3/8/2022 at 12:27 PM, autumnwalker said:

    Tried turning off the strip EXIF data on my board - issue persists. @crmarks if you disable on your board does it resolve the issue?

    @Marc Stridgen iOS is doing the HEIC conversion. When I attempt to upload the same photo from macOS it does not convert the file. When I attempt on my iOS device it converts to .jpeg.

     

    On 3/8/2022 at 4:02 PM, Emediate said:

    We've been chasing this problem down for some time too. I agree it's definitely HEIC and iPhone related.

    Can you tell me where you found that setting to strip EXIF data please?

    This is happening to iPhone users on my forum as well, on Invision’s hosting. I disabled exif data stripping from my ACP, but the issue remains either way. 
     

    A recent iOS update must be the culprit? The orientation data is lost when iOS converts from heic to jpg for web compatibility. 

  2. On 12/22/2020 at 3:39 PM, bearback said:

    Nearly 2 month have past, is this any closer to being sorted ? or will it not be part of the software any more. thank you

    IPS is no longer able to support the feature due to changes made by Facebook, which now requires a Facebook developer account App (free) for their oEmbed system. You can however restore the embed functionality with this inexpensive plugin, which updates Facebook and Instagram embeds to use the new Facebook App authentication system.

     

    You have to jump through a few hoops, and spend $10, but it's worth the trouble. Once configured with your Facebook App credentials, it's pretty much a 'set it and forget it' plugin. @rebraf will help ensure future compatibility.

  3. Many thanks to @rebraf for restoring this functionality, great work! I commissioned this plugin to be shared on the marketplace and supported by rebraf, to help fellow community admins get their content back on track.

    I can confirm this plugin works well, and also restores Instagram embed functionality to older posts with existing embeds that had broken. It will be available for download in the store very soon, it's worth the wait! Installation is easy, and it 'just works' after you enter your App credentials in the ACP.

  4. 16 hours ago, LDDG said:

    Just to follow up on my prior post, I tried it with the default, stock theme and now everything displays properly. I guess something changed in IPS 4.3.4 that renders my IPFocus Dimensions theme not play nice with SuperGrid. I did install a fresh, new version of that theme that is compatible with IPS 4.3.4... This is a real bummer.

    There was a bug fix posted on the IPS Focus forum, add this to your custom.css

    @supports (display:grid){
    	
    	[data-ipsgrid=""]:not([data-ipsgrid-minitemsize]){
    		--grid-fill: auto-fit;
    	}
    
    	.ipsGrid + .ipsGrid{
    		margin-top: var(--grid-gap) !important;
    	}
    
    	.ipsApp .SG_wrapper, .ipsApp .SG_category_container{
    		padding-bottom: 15px;
    	}
    	
    }

     

  5. On 2/15/2018 at 10:20 AM, Adriano Faria said:

    New version (today later) will confirm email address when they validated the account. :)

    Would it be possible to also automatically confirm email addresses of all new accounts that have been created via Facebook, Twitter, Google, etc.? These kind of account email addresses are not validated by the IPS system, so these new users are being asked to confirm their email immediately after signing up. We can assume their email is confirmed if the account was registered within the timespan set in your app. Thanks for this great tool!

  6. 9 hours ago, Jheroen said:

    Hi Daw,

    is it possible to have the results when clicked loading in the same page?

    Bumped this one ... ;)

    I believe this is something you need to configure in your Google CSE settings. 

    Edit Search Engine -> Search Features -> Advanced tab -> Websearch Settings -> Set Link Target to: _self

  7. Thanks for the timely 4.2 update @DawPi!

    Is it possible to display the search box at the top of the results? It looks like one is there but hidden with hard coded html css set to display: none. When I inspect the code and edit it, the search box works well and refreshes the results within the same search page. If the search box was there, it could also be styled a little more like the native search page box, wrapped in a matching HTML block that uses from the theme colors. Even better, a system template for the plugin vs a hard coded template would also help make it easier to customize beyond just CSS. Perhaps in a future update?

  8. On 4/11/2017 at 6:52 PM, Prank said:

    Google has announced it is discontinuing Site Search. Any idea if there will be a replacement product? 

    Site Search was a premium service that is being discontinued, but as far as I can tell CSE will remain as it always has been.

  9. Hi @DawPi!

    I've been trying out the plugin today and noticed an issue with CSE customization. Many of the Google CSE Look and feel settings are hard coded into the javascript inside the plugin, so changing the theme and style settings in the CSE control panel have no effect on the live site. This also effects the ability to set a custom link target (mine is set to "_self" but it is forced to open results in a new window)

    Is there a way to update the plugin javascript code so our CSE customizations are passed through? These aren't things that can be changed via CSS, they can only be set from the CSE admin panel and passed through their latest javascript.

    The latest CSE javascript code is async and supports a lot of HTML5 customization. It may be possible to present the CSE results in a way that looks more like the native IPS search interface, if the results template was further developed with these new features. https://developers.google.com/custom-search/docs/element.

  10. Would it be possible to create an optional toggle to add Google as another search option, instead of replacing All Content? I am not sure if I want a full search replacement for all users, or simply the option for users to choose Google. screen_2.png in the marketplace download seems to imply this behavior.

    Also, is it best to upgrade the plugin, or remove and reinstall during version updates?

  11. No issue here, I'm considering a purchase for my site, I just thought there might be a bug fix release soon :) 

    Does this add a 'Google' option to the search menu, or does it actually replace the 'All Content' search?

  12. 3 minutes ago, Mike John said:

    Yes. Removing all goals will have donations tied to nothing.

    Thank you for confirming! Will that also hide any references to goals from the interface?

    Additionally, what would it take to edit the text and language used in the app? Namely the potential to rename 'Donations' to 'Premium Membership' 

  13. @Mike John

    Is it possible to disable the 'goals' feature entirely, and just allow users to donate and be promoted to new user groups? I need a simple system to offer premium user accounts that is not tied to specific donation goals.

×
×
  • Create New...