Jump to content

Luuuk

Clients
  • Posts

    427
  • 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 Luuuk

  1. Hi,

    I noticed (and confirmed here under "Test Posting" too) that auto embedding works for "smaller" SVG (or at least that is a common factor for me), for example:

    https://upload.wikimedia.org/wikipedia/commons/4/42/Adobe_Acrobat_DC_logo_2020.svg
    https://upload.wikimedia.org/wikipedia/commons/e/e1/Google_Chrome_icon_%28February_2022%29.svg

    But "bigger" ones are not detected, for example:

    https://upload.wikimedia.org/wikipedia/commons/9/98/Microsoft_Edge_logo_%282019%29.svg
    https://upload.wikimedia.org/wikipedia/commons/e/e1/Thunderbird_Logo%2C_2018.svg

    [If I upload them to my server under shortened name and insert as "embedded" via HTML Source they display just fine but their size can no longer be changed/adjusted via editor by double click because a template error occurs (the Default theme returns it too): [Template core/global/editor/image is throwing an error.]

     

    Is there any specific limit or other reason why some SVG can't be embedded?

     

  2. Hi,

    Check this topic on other forum based on IPS 4.x:

    Quote

    Error, You are not permitted to register a user account with this site.  Error code: 2S129/1

    • In many cases, this error is due to your current IP address being on one or more blocklists. Typically this happens when using VPN (Virtual Private Network) as spammers or other threat actors also use VPN
    • If you are using a VPN either try to connect without a VPN to create the account and then in many cases, you can use the VPN to connect after the account has been created.
      If you continue to get blocked try connecting to a different VPN server which will normally provide you with a different IP address.
    • You can check to find your current public IP IPv4 from the following link: https://www.whatismyip-address.com/

     

  3. 2 hours ago, Grafidea said:

    I have seen that many people have already made a mistake and bought a cloud package, not a self-hosted license, because it is in the footer.

    Oh yes, I can't find the exact topic with refund request I've seen recently but this would be a showcast too.

    I won't elaborate the subject further too. Go figure.

  4. Another update to my old topic:

    ---- Template errors are no longer there. As I suspected, that was a bug and luckily other "LAMP" customer came by and the issue was resolved:

    I guess this is the matching record from 4.7.0 Changelog:

    Fixed an issue with announcements when loaded outside of the framework.

    ===============================

    I still have the widget_activeUsers errors. But I have to live with the error (or disable the widget). I won't swap to the database just for this particular widget while no other widgets / other items in the datastore folder return the error. My only hope is other "LAMP" customer coming by. So far other topics unfortunately ended with the database swap:

  5. I forgot to update this old topic but just in case somebody is still on older IPS version:

    The remaining issues (service worker not detected as registered / delay in the registration and as a consequence no push notifications) were resolved when I upgraded from 4.6.8 to 4.6.12.1. So there had to be some changes between those IPS versions.

     

  6. 2 hours ago, KT Walrus said:

    Since CKEditor 5 is very different than CKEditor 4, I think Invision should release a beta of CKEditor 5 in an upcoming release

    According to this, I doubt that the implementation will be in the next 4.7.x release . You rather should expect IPS5 with CKEditor 5...

  7. 28 minutes ago, wegorz23 said:

    Is it a list or something ? what is that select doing ? 

    It is a Xenforo modification to add dropdown menu in the footer.

    Basically "Select a forum to jump to" does the same as "Open Quick Navigation" (located in the top breadcrumb) known from IPB 3.x and removed in some early 4.x release.

  8. 7 hours ago, VaBeach_Guy said:

    Kind of along the same lines as this, is there a way to show the exact number of posts as opposed to a rounded off number. I know it will show when you hover over it, but we want the full number to show if possible.

    1. In the postContainer template look for the short attribute:

    {number="$comment->author()->member_posts" format="short"}

    Replace "short" with "long".

    2. There is also a plugin to disable the friendly format globally:

  9. @Jonstar

    I have plenty of such "div" buttons created on my forum. Roughly mimicking the effect from your screenshot:

    Could contain: Page, Text

     

    1. ACP > Customization > Editor > Toolbars > Add Button > Custom > HTML:

    <br><div class='unique_name'>{content}</div><br>

    unique_name = replace by something characteristic.

    2. ACP > Customization > Themes > select Edit HTML/CSS for your theme > add to custom.css:

    .unique_name {
        padding: 10px;
        background: linear-gradient(90deg, rgba(237,190,52,1) 0%, rgba(255,255,255,1) 100%);
        border-radius: 2px;
        color: #5a4d0f;
        font-weight: bold;
    }

    Of course, you can change colors, fonts and add many more CSS effects. The fading effect can be easily created by CSS Gradient generator.

  10. Well, I also understood that he suggests that those are spammers accounts from scratch (staying "on hold" for a long time). Not a case at all. Old legit accounts are being used.

    BTW. I suggest to move this topic to the "Community Support" forum and merge it with the other topic.

×
×
  • Create New...