Jump to content

Pescao6

Clients
  • Joined

  • Last visited

Everything posted by Pescao6

  1. Did you try AdminCP -> Community -> Gallery -> Categories -> Category Settings -> Tags -> Allow Tags? These need to be configured for each gallery category. ^ I just did one category and cloned it because it was a lot of work to configure. I believe the Groups settings you mentioned are for Forums if I'm not mistaken.
  2. If you're using a CDN, there is a setting in the AdminCP you need to toggle... I think it was AdminCP -> System -> Advanced Configuration -> Seurity -> Trust IP addresses provided by proxies?
  3. I had a similar problem a while ago with cron jobs because after applying updates can't remember to what but probably to the cPanel PHP version and latest Invision Community version, the cron job configuration was different. So it might be a good idea to check the cron job on cPanel to make sure it's correct.
  4. Update: I hadn't even noticed, but my graphic designer also gave me a browserconfig.xml and site.webmanifest so just had to review them and copy them over: { "name": "", "short_name": "", "icons": [ { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" } ], "theme_color": "#ffffff", "background_color": "#ffffff", "display": "standalone" } site.webmanifest <?xml version="1.0" encoding="utf-8"?> <browserconfig> <msapplication> <tile> <square150x150logo src="/mstile-150x150.png"/> <TileColor>#00aba9</TileColor> </tile> </msapplication> </browserconfig> browserconfig.xml 😍It's nice to finally see these new images working properly.
  5. We found Waldo! 🥳 AdminCP > System > Web App ?app=core&module=settings&controller=webapp I also do, but they're from a zip file my graphic designer gave me so I know they're the new favicon. 😅 I wonder in what subdirectory of public_html these AdminCP ones are being saved. I find this interesting; but I'm also not surprised because even tho I have things like robots.txt on public_html, I also had to use Pages for it. Invision Community seems to give priority to whatever is saved on the AdminCP over what is on public_html. PS: If anyone has any links to documentation on this new AdminCP > System > Web App section, I'd love to further read about configuring manifest.
  6. I uploaded the new favicon on April 15, 2023 so it should've refreshed by now I would think. AdminCP cache and Cloudflare cache have been cleared multiple times since then. It's not a local web browser cache because clearing cookies and cache files isn't doing anything. Do you know of any ways of manually flushing out the Chromium web browsers favicon cache?
  7. I was wondering because we used to have this: Now I see this: I don't see the Icons & Logos application icons anymore, so I was thinking maybe there was an old file somewhere on the public_html As far as caching, I have this I added this to my .htaccess but I don't think this should be causing any kind of caching errors. # Security Headers <IfModule mod_headers.c> Header set X-XSS-Protection 1; mode=block Header set X-Content-Type-Options nosniff Header always set Strict-Transport-Security max-age=31536000; includeSubdomains; preload Header set Referrer-Policy same-origin Header set Content-Security-Policy upgrade-insecure-requests; frame-ancestors 'self' </IfModule> ## Begin - Expires caching <IfModule mod_expires.c> ## This rule will create an ETag for files based only on the modification timestamp and their size. ## Note: It may cause problems on your server and you may need to remove it FileETag MTime Size SetOutputFilter DEFLATE Header set Expires "max-age=29030400, public" Header unset ETag FileETag None # Enable expiration control ExpiresActive On # Default expiration: 1 hour after request ExpiresDefault "now plus 1 hour" # CSS and JS expiration: 1 week after request ExpiresByType text/css "now plus 1 week" ExpiresByType application/javascript "now plus 1 week" ExpiresByType application/x-javascript "now plus 1 week" # Image files expiration: 1 month after request ExpiresByType image/bmp "now plus 1 month" ExpiresByType image/gif "now plus 1 month" ExpiresByType image/jpg "now plus 1 month" ExpiresByType image/jpeg "now plus 1 month" ExpiresByType image/jp2 "now plus 1 month" ExpiresByType image/pipeg "now plus 1 month" ExpiresByType image/png "now plus 1 month" ExpiresByType image/svg+xml "now plus 1 month" ExpiresByType image/tiff "now plus 1 month" ExpiresByType image/vnd.microsoft.icon "now plus 1 month" ExpiresByType image/x-icon "now plus 1 month" ExpiresByType image/ico "now plus 1 month" ExpiresByType image/icon "now plus 1 month" ExpiresByType text/ico "now plus 1 month" ExpiresByType application/ico "now plus 1 month" ExpiresByType image/vnd.wap.wbmp "now plus 1 month" ExpiresByType application/vnd.wap.wbxml "now plus 1 month" # Other optimizations ExpiresByType application/x-gzip "access plus 1 month" ExpiresByType application/x-shockwave-flash "access plus 1 month" </IfModule> ## End - Expires caching
  8. I don't remember exactly when this happened, but I know I had uploaded a favicon image to: AdminCP > Appearance > Icons & Logos admin/?app=core&module=customization&controller=icons And now I'm not sure how to remove the old favicon icon. Any idea of where that icon might be? Old New It's weird too because I'm seeing my new one in Firefox and Opera Gx, but the old one is showing on Microsoft Edge, Google Chrome, and Mobile Devices.
  9. What do you mean?
  10. Stop breaking my website!!! 😭
  11. Our blogs aren't working. What can we do to fix this bug?
  12. I'd like to file a complaint against the Invision Community Management Team: Stealing ideas from your clients without quoting them is a violation of copyright law.
  13. Why did Invision drop email support for self-hosting?
  14. We should tell that to GoDaddy. They never upgrade their web hosts.
  15. Something with the user registration broke on our website after we upgraded from IPS 4.7.5 to 4.7.6. I'm proud to say that our host hostingsupremo.com just performed a successful JetBackup restore for us!
  16. All you'd need to do on Discord is not allow people to create invite links to the server and keep the invite link fairly private by sharing it only to your members on your website. On your IPS website, you can use user groups for customers or something like a club to create private forums where you can share the Discord invite link. As for integrating the IPS website with Discord, I just started using MonitoRSS to import RSS feeds to Discord. https://monitorss.xyz
  17. Once you have it installed, if you update your IPS what you'll notice is that it tells you which translations have changed after the update and you could manually fix those. At least that's been my experience since I've been making a Spanish translation. I don't know if it's possible to install an older version translation; I've never tried that.
  18. For some reason, when I configured my ads two years ago, I had problems with the <div> tags; so I used <p> tags instead which worked for me.
  19. I initially created 3 different kinds going to Google AdSense > Ads > Overview > By Ad Unit > Display Ads 1. Height 75px horizontal below the page header using AdminCP > Advertisements 2. Big horizontal above the page footer using AdminCP > Advertisements 3. Big vertical block using AdminCP > Blocks 4. Auto-ads Experiments Note: Auto-ads typically break the site. But if you wanted to run them to try to increase your revenue, I'd try Optimization > Experiments which would show Auto-ads to 1% to 50% of visitors (25% might be a good number) depending on how you configure Experiments > Auto optimize settings. When running an experiment the worst case scenario is that if pages aren't loading correctly refreshing would probably "fix" the problem.
  20. Pescao6 posted a post in a topic in Feedback
    I love that I can create Forum Rules in multiple languages. This allows me to have forums where anyone can write in English or Spanish and instead of having to duplicate information on a pinned topic I can display useful information on the Forum Rules. I wish there was a way I could post on article on multiple languages. This would be fantastic for building a database where people could just switch the language and read the same article on a different language. As of now, I think the best alternative is to do something like adding a link saying "This is also available on x language" and then duplicate the article.
  21. Configuring ads on my site was a challenge, but one that I enjoyed as a learning experience. I've definitely thought about using subscriptions for ad removal, but haven't had the time to find out how to do that. Are there are any guides you'd recommend for creating an ad removal subscription?
  22. Just got around to start using it for closed forums. So far so good, easier to work with than changing members' groups.
  23. I used to have GoDaddy for hosting... 99% sure it's a problem with their hosting. They also tried to upsell me on a VPS I didn't need. But the time I used them, I managed to fix the problem by upgrading from their economy to business hosting.
  24. My host just disabled them for me on cPanel and the warning went away. 😬