Jump to content

SeNioR-

Members
  • Posts

    1,141
  • Joined

  • Days Won

    5

 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 SeNioR-

  1. I received an email today telling me to mark the post as solution, but the problem is that I don't have access to do that... 🙂

    Quote

    Did any of these replies answer your question? There may be more replies than those shown here.

    Help others by going to the topic and use the 'Mark as Solution' button on the post with the best answer

    Stop receiving these reminder emails.

    — Invision Community

    Topic: https://invisioncommunity.com/forums/topic/472008-how-to-execute-a-button-in-ckeditor/

  2. On 2/12/2023 at 6:34 PM, KT Walrus said:

    An ACP setting should be available if a site wants to switch to the beta CKEditor 5 early.

    Not possible, they have to implement CKE5 right away because it's a completely new editor. Leaving CKE4 will only create problems and more work.

  3. On 2/2/2023 at 4:31 PM, Marc Stridgen said:

    For example adding *.gmail.com would ban anyone with a gmail.com email.

    I suggest doing the opposite, adding a list of only trusted email addresses to get rid of the temporary ones.

    The following query will count the most used domains:

    SELECT substring_index(email, '@', -1) domain, COUNT(*) email_count
    FROM core_members
    GROUP BY substring_index(email, '@', -1)
    ORDER BY email_count DESC, domain;
  4. I see there is a new notification:

    Graph API v9.0 will be deprecated on Feb 23, 2023. Please use the API Upgrade Tool to understand how this might impact your app.

    Number of upcoming changes: 1

    GET: https://graph.facebook.com/{user-id}

    Oldest Supported Version

    • v10.0 - February 23, 2023
    • v11.0 - June 8, 2023
    • v12.0 - September 14, 2023
    • v13.0 - February 8, 2024
    • v14.0 - May 28, 2024
    • v15.0 - September 17, 2024
    • v16.0 - September 15, 2024
  5. When the editor freezes, I get:

    front_front_statuses.js?v=4a97574f6d1675370690:4 
    Uncaught TypeError: Cannot read properties of undefined (reading 'reset')
    at baseController.addToStatusFeed (front_front_statuses.js?v=4a97574f6d1675370690:4:234)
    at nr (root_library.js?v=4a97574f6d1675370690:1:7597)
    at HTMLDocument.<anonymous> (root_library.js?v=4a97574f6d1675370690:1:8025)
    at HTMLDocument.<anonymous> (root_library.js?v=4a97574f6d1675370690:1:1076)
    at HTMLDocument.dispatch (root_library.js?v=4a97574f6d1675370690:2:43090)
    at v.handle (root_library.js?v=4a97574f6d1675370690:2:41074)
    at Object.trigger (root_library.js?v=4a97574f6d1675370690:2:71513)
    at HTMLLIElement.<anonymous> (root_library.js?v=4a97574f6d1675370690:2:72108)
    at Function.each (root_library.js?v=4a97574f6d1675370690:2:2976)
    at jQuery.fn.init.each (root_library.js?v=4a97574f6d1675370690:2:1454)
×
×
  • Create New...