Jump to content

RevengeFNF

Members
  • Posts

    2,615
  • Joined

  • Last visited

  • Days Won

    6

 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 RevengeFNF

  1. On 9/9/2020 at 9:02 PM, A Zayed said:

    Thank you, it's confirmed...

    I posted a new version under approval now, The problem is that the image is blocked in case you enabled the new setting that disables insecure images (non https).

    Thank you for the update.

    One more question. Its possible to force https on the image if its available?
    For example, in the example i gave you, the embed will use the http version of the image (that's why the issue occurred), but the site also have the https version available.

  2. 14 hours ago, Maxxius said:

    Facebook and Instagram oEmbed endpoints will be replaced with Graph API endpoints. To access these new endpoints, you will need to install the new oEmbed product in your app and leverage a client or app token on Graph API v3.2 or newer.

    @Mattwill this affect the Facebook and Instagram embed posts?

  3. On 6/23/2020 at 8:50 PM, VaBeach_Guy said:

    I tried to upgrade to 4.4.10 using 7.4 and couldn't do it. So I submitted a support ticket and was told to downgrade to PHP 7.3 because 7.4 wasn't supported for 4.4.10. It will be supported in 4.5, though.

    In the 4.4.10 changelog we have this:

    Quote
    • Added support for PHP 7.4

     

  4. After some recommendation from my members (one of them being a web designer), i made a few minor changes to your theme.

    I just added this at the end of the custom css if you wanna check it.

    body {
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    
    a {
      color: #8d9aa6;
    }
    
    .ipsDataItem_unread a {
        font-weight: bold;
        color: white;
    }
    
    .ipsRichEmbed {
        border: 1px solid #677585 !important;
        background: #121823;
    }
    
    .ipsQuote {
        background: #121823;
    }
    
    .ipsQuote_citation {
        background: #121823;
    }
    
    .ipsSpoiler, .ipsStyle_spoiler {
        background: #121823;
        border: 1px solid #677585;
    }
    
    .ipsSpoiler_header {
        background: #121823;
        color: #677585;
    }
    
    .ipsSpoiler .ipsSpoiler_header a, .ipsStyle_spoiler .ipsSpoiler_header a {
        color: #677585;
    }
    
    .ipsSpoiler_header.ipsSpoiler_open [data-action='toggleSpoiler']:before {
        color: #677585;
    }

     

  5. @A Zayed i know this is a long shot, but doesn't hurt to ask.

    In the past i used an addon called Media Tag, where we could create custom oembed links. In the mean time this addon was removed from the marketplace because it was not updated since ips 4.1, although it was partially still working. 

    When i first installed your rich links addon, although your addon ignores the default oembed links by ips, it would cause the custom oembed links from the other addon to stop working, because it would show them as a rich link instead of the oembed. So i just disabled that media tag addon. 

    Now i found another addon that is up to date, (NE) oembedServices management  by @Nathan Explosion, but im afraid to buy it and the same thing will happen.

    What I'm asking is if you know why this happens and if there is anything that can be done to fix it. 

    Thanks. 

     

  6. @A Zayed i think i found a bug.

    In some links, for a regular user, the image will not appear (the image appears inside the editor box, but disappears after the post is done), while for a member of the staff it would appear. After investigating, i came to the conclusion that if a member doesn't have permission to post html (normal members normally don't have for security reasons), that issues happens.

    You can test it with this link: https://www.discogs.com/Sonny-Clark-Cool-Struttin-Volume-2/release/4661299

    If a regular member post it, it will appear like this:

    XpaoFl6.png

    If a member of the staff with permission to post html post, it will appear like this:

    aVsQo2j.png

    Can you check if you also replicate this?


    Now a suggestion:

    Mostly in mobile, sometimes the title is big and doesn't show all of it.

    I added this custom css to fix it.

    .ipsRichEmbed_itemTitle.ipsTruncate.ipsTruncate_line.ipsType_blendLinks {
        white-space: normal !important;
    }

    Goes from this:

    M10wYYQ.png

    To this:

    ZDDodbB.png

  7. 6 minutes ago, A Zayed said:

    This is actually the content introduced by the OG meta tags from the website...

    So you can not show more than what the website offer.

    Ok, i understand now, thank you :wink:

    Now just a suggestion if someday you want to think about it. It would be good if there was an option to choose the image height. For example, in some links, it will cut a person face in half because there is no enough height to display it.
    I posted a link of Theresa May about the Brexit, and the image was basically only her mouth ehehe

    Regardless of that, im very happy with your app. Nice job.

×
×
  • Create New...