Jump to content

Runar

Clients
  • Posts

    386
  • Joined

  • Last visited

  • Days Won

    2

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Runar

  1. Isn’t this easily fixable by editing the theme yourself?
  2. Both topics and single posts can be promoted! To promote a topic you'll have to click the "Promote" (or translated) button at the top, to the left of the "Follow" button. If the topic or post contains images you can include those, and I believe they'll show up on Facebook. Or, to set a default image to be used when no other images are available, you simply edit your theme go to Customization > Appearance > Icons and Logos and upload "Default share images".
  3. I don't think you can do it automatically without using third-party plugins, but you can use Promotion to share topics and posts to your Facebook group. Edit: I've never used IFTTT in combination with Invision Community, and the Zapier integration is not yet available.
  4. I'll make you a plugin to automatically embed Imgur content. Give me a few hours and I'll message you!
  5. PHP-FPM should be enabled, but it's impossible for anyone here to tell you why it gives you an error. You need to check your configurations and error logs, and give us more information about your setup. Are you using Apache or nginx? Which versions? Do you see anything in the error logs?
  6. Go to the Client Area, then click on Manage this purchase > Manage Your Community and select the Pages application. You'll then be able to purchase it and update your license.
  7. Jeg kjører 4.5.3 uten kluss. Jeg har endret mye av språkpakken selv, men vil tro den originale versjonen fungerer fint.
  8. I'm on the "free" Flex plan. My community is not that email heavy so I rarely have to pay for my usage. With Mailgun you can choose between different plans (Flex, Foundation, Growth, and Scale), but also adjust how many emails you'll send each month. "Foundation 100k" means the Foundation plan with 100 000 monthly emails. If you adjust the slider on the pricing page, you'll see the price for this plan is $75/month. But at that point, you might as well pay $5 more to get longer retention. For the record, I'm doing just fine without a dedicated IP address.
  9. There are numerous options! I've been a happy user of Mailgun since SparkPost was dropped.
  10. I think his question deserves an answer. Why is SendGrid a default option when there are better and cheaper services?
  11. I'd love to hear more about how you've configured Cloudflare for your community, what features you use, and anything else you'd like to share!
  12. There might be plugins providing this functionality, but it's quite easy to achieve yourself by simply editing your theme. In your theme, find the file forums > front > forums > topicRow and add the following inside the class attribute on line 50 (the <li> element): {{if $row->mapped('featured')}}customFeatured{{endif}} Then, edit your custom.css file to set a background color for the new customFeatured class: .customFeatured { background-color: pink; } This should give all featured topics a nice background color.
  13. Are you using a free or paid Cloudflare plan? If you're using a paid plan, I'd love to hear about your experience and if you think it's worth it.
  14. 67 of the warnings are "The type attribute is unnecessary for JavaScript resources", and while 67 unnecessary type attributes equals 1541 extra bytes, I doubt warnings and errors like this are responsible for the slow loading speed. 46 of the errors are missing units from margin statements in the CSS, and 35 of the errors are invalid attributes. With that being said, I've only got 10 warnings on my community and all of them are unnecessary type attributes. Again, I doubt these types of errors are responsible for slow loading speed, but it wouldn't hurt to fix them.
  15. I ran mod_pagespeed for quite some time, with varying degrees of success. I had to main issues: The issue with WebP images I mentioned in the WebP topic, and an issue with static files seemingly deleting themselves at random. I tried to get help from the official mailing list, and even offered to pay for assistance, but no one managed to solve the issue. In the end I spent a lot of time making it work but it still felt like a hack, so I turned it off completely and went back to Cloudflare.
  16. Exactly, and if that URL is quoted the image is not viewable for anyone using Safari (which is more than 15% of browsers according to Can I use). I never found a way to prevent the PageSpeed processed image URLs from being stored in the database, so I disabled PageSpeed completely.
  17. What's your experience so far? I had to disable it, because when my members quoted posts with images converted to WebP, the images in the new posts were hard coded WebP and did not show up in unsupported browsers.
  18. 81 % according to Can I use: https://caniuse.com/webp 74 % according to Can I use: https://caniuse.com/loading-lazy-attr What do you mean by "allowing webp"? Are you unable to post WebP images on your community? Earlier I used the PageSpeed nginx module, and this module delivered images in the WebP format if supported by the browser, and this worked (for the most part). If you mean "automatically converting JPG and PNG images to WebP", then yes, this is not possible and neither something the forum software should do. This should be done by your web server or other software.
  19. This is not an issue with the editor but with your operating system, and it's not really an issue either. I don't know what operating system you're using, but I'm using macOS and here screenshots are saved as PNG files by default.
  20. The results you’re seeing might be related to your server and network configuration. I’d take a closer look at your setup, and consider signing up for a free (or paid) Cloudflare plan. I’ve only made minor adjustments to the default theme, and the score on my community is 35 on mobile and 88 on desktop. On the server side, I’ve spent a lot of time tuning PHP, nginx, the database server, and more, and I’m using a paid Cloudflare plan as well.
  21. You don't need to answer this, but how much do you make from Ezoic? Is it worth it? 18 ads is a lot, but if they make you a lot of money I can understand (though not agree with) why you don't want to immediately remove them or replace them with paid subscriptions.
  22. I can understand that you need ads to survive, but your website is insane. I disabled the built-in Enhanced Tracking Protection in Firefox (81.0b8) and reloaded your website, but I had to abort after close to two minutes, with 530 (!) requests and 11.32 MB transferred. This is nothing but extreme, and obviously one of the (if not the only) reasons as to why the website feels slow. With the tracking protection enabled, the website stops loading after 20 seconds, with 61 requests and 7.46 MB transferred. Compare this to my own community: 1.91 seconds, 42 requests, and 2.47 MB transferred. Or the Invision Community forums: 3.32 seconds, 52 requests, and 3.35 MB transferred. I'm probably not in your preferred audience, but I would never in my life use your website with the amount of ads and trackers used. Disclaimer: I'm currently using a 4G LTE connection, but the number of requests and MB transferred would be the same with high speed Internet.
  23. It seems the 4.5.0 version of the deleteCompiledCss() function does not update the css_updated parameter (the relevant line is missing for me). This must be why the version parameter is not updated on my test install. Thank you for your help!
  24. Upon closer inspection of the database (and my inbox) it seems the application only managed to send the welcome message to around half of my members. It stopped sending after close to 3 000 messages, likely caused my me turning off the delay and thereby disabling the task responsible for sending the messages (the welcomeAlerts task). All members were still marked as having received the message, though. However, those who signed up after the incident have not received the message, but have still been marked as having received it. To see if I could resend the message, I deleted the most recent member from the autowelcome_members table and (with fingers crossed) set the delay to one hour to reenable the welcomeAlerts tasks. The task ran, sending a completely blank message without a title to the most recent member. I have now disabled the delay, again, and am eagerly awaiting a new registrations to see what happens next. @Michael.J: Something is wrong, do you have any suggestions?
×
×
  • Create New...