Jump to content

Randy Calvert

Clients
  • Posts

    3,916
  • Joined

  • Last visited

  • Days Won

    78

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Randy Calvert

  1. ACP > Customization > Appearance > Themes Click on the green "Create New" button. There is also a help guide for this that you can find at:
  2. You can purchase it from the IPS Client Area - https://invisioncommunity.com/clientarea/ There is a guide that explains how to make the purchase and then how to install it at: If you run into problems or have questions, feel free to ask. Folks in the community are happy to help. 🙂
  3. It’s part of the Commerce application. Check out the following within the IPS guides on how to set it up:
  4. Marc has multiple versions of himself that works 7x24! 😄
  5. This could also be an issue with the AWS S3 bucket’s permissions/settings. It might be worth looking into if the file actually exists in the bucket and if permissions are correct. (That’s something you would have to do outside of the IPB software.)
  6. Add a default theme and switch yourself to use it. Then try to replicate the problem. That will help you figure out if it’s a theme issue. Also temporarily turn off all third party resources (applications and plugins). Does it still occur then?
  7. When you select "All Files", below it is option to allow only specific file extension. Just start typing in the extension (such as PNG) and it will auto-suggest for you.
  8. Or use the official English version to start your own translation. 🙂
  9. You would have had to move from php7 to php8 to be upgraded. I would highly look at optimizing your PHP as it’s likely not designed for high performance with an out of the box setup. If you’re running php-fpm, it has its own config that needs optimizing. That was a lesson I learned the hard way more than a year back.
  10. Considering you can’t get any sort of security updates for PHP7, I would find a different host… period. There are zero legitimate reasons they could not have updated in the last year.
  11. I believe you're looking for the following within the theme code: forums > front > topics > postContainer
  12. That's something you'll need to have your hosting company install. 🙂 https://www.php.net/manual/en/gmp.installation.php
  13. In the forums, a user gets a quota that is applied to the entire account (it’s set based on their user group). Whatever that value is… they can have files up to that size. For example, if that quota is 10MB… it could literally be 1x10MB file or 20x0.5MB files. There is no way to set an upload limit per file within the forums. The limit is based on the user’s total limit.
  14. Ahhhh. It sounds like you may be running into this: A staff member will need to help as I don’t see where the unblock has been added to yet.
  15. That means your server’s PHP8 is not working correctly. You’ll need to work with your hosting provider. PHP is most likely not compiled correctly. If that script cannot run, it is absolutely a server problem.
  16. See my edited post about the compatibility checker. I added a note that got merged while you were replying. Does that new file when you run it show everything as green?
  17. You would have needed to know already without looking through source code. If you have not updated in a while, it’s very possible you’re on an older version that does not support PHP8. Let’s try a manual upgrade… - Delete that constants.php file if you have not already. - Login to the client area on this site and download a copy of the latest version of the software (4.7.7). - Upload the files to your website. - Visit domain.com/admin/upgrade That should upgrade you to the latest version. Also have you checked if you version of PHP8 has all of the required modules? If anything is not green, you will need to address it.
  18. Create one with the only code in it being what is shown: <?php define('RECOVERY_MODE',True); It should exactly be named and uploaded as: constants.php Once it’s uploaded, open a new browser and login to ACP. You’ll see a message about things being disabled. Once done, you’ll hopefully be in ACP with a message saying turn recovery mode off. Simply delete that file to do that. Then you’ll just need to figure out which third party resource is breaking your site by turning them on one by one till the site breaks again. Rinse and repeat. 🙂
  19. You can’t just use your normal Gmail username/password. You have to create an app specific password. Gmail blocks these requests. https://support.salesmate.io/hc/en-us/articles/360004467631-Sign-in-using-App-Passwords-Gmail-SMTP New Gmail accounts by default require 2FA which obviously does not work out of the box with SMTP.
  20. It means you are either running an older version of IPB or you are running a 3rd party resource that is not compatible with PHP8. What version of IPB are you on? If it’s one of the 4.7 releases, try running recovery mode. It will disable all third party modules so you can get back online. (Once you run it, you’ll need to remove the code to turn it on.)
  21. There are a few reasons this could be happening... If you had a bad cookie path in your conf_global.php could be one. But in addition to that... in another thread, you also mentioned recently adding Cloudflare. If your Cloudflare caching rules are not setup correctly, that could be causing the issue as well. You might try turning Cloudflare to development mode and then clearing it's cache. If the problem suddenly fixes itself, your problem is in your caching setup.
  22. Which are you specifically referring to? The avatar image or the cover photo? There are two user-generated photos that are shown on the profile page... their avatar (which is shown across the suite in many different places) and the profile cover photo which is shown on the profile itself as well as the profile hover card.
  23. Not sure what you're asking here. If you're asking about a spoiler button to show/hide content, goto ACP > Customization > Editor > Toolbars Add the button that looks like an eye. It will add a spoiler button. But that will just toggle the content to be hidden/shown. You can't say only show this content to logged in members... you would need some sort of custom third party modification to do something like that. The only want to change the profile image size is to edit your theme. If you hover over the person's avatar or their username itself, you'll see their profile card which will show their reputation. (This is done without needing to visit the profile itself. Just hover over their name.)
×
×
  • Create New...