Jump to content

bfarber

Clients
  • Posts

    163,911
  • Joined

  • Days Won

    346

 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 bfarber

  1. Yes, but that's separate from what Spectral is reporting. When logged into the AdminCP you cannot change your own primary group. This is largely a protection to prevent kicking yourself out of the AdminCP accidentally and completely locking yourself out.
  2. The behavior you are describing indeed indicates that you've given guests permission to post which you should not do if you wish to leverage post before registering. Instead, you enable the post before registering setting and give the regular members group permission to post - we will see this and initiate the post before registration flow. If you can't figure out what's wrong with your configuration you're welcome to submit a support ticket for assistance.
  3. Why specifically do you need it to be an indexed int column?
  4. If you monitor the HTTP request, is there a redirect occurring by chance, perhaps adding a trailing slash to /token or something?
  5. We do this with our Community In The Cloud offerings, so I can assure you it's doable. You'll want to store datastore data either in the database or in Redis, and use S3 to store your uploaded files, but otherwise it's pretty straightforward.
  6. It would cause a current file upload to fail if one of the chunks was still "active", but otherwise yes.
  7. Have you overridden your temporary directory in your constants.php file? define( 'TEMP_DIRECTORY', ... ); Normally the files you are referring to are written to the system temporary directory which would be automatically cleaned by the OS as needed. I expect you've overridden where temporary files are located and that explains why you are seeing these. I can't reproduce any issues in local testing presently. Actually I think I just managed to reproduce so I'm taking a closer look at what we can do.
  8. If you reproduce the issue on the default theme with an unmodified language pack feel free to submit a ticket.
  9. I would recommend submitting a ticket.
  10. No, I'm afraid there's no built in tool to export the data. If you had database access you might be able to use the converters for this purpose, but it doesn't sound like you have that access.
  11. Sounds like you might have out of date language strings, or customized theme templates that are out of date.
  12. Yes those look like partial upload files. Where do you store your attachments and Downloads files? Locally or S3?
  13. I'm afraid there's no public release date available at this time. We are still wrapping up some things which you'll hear more about soon.
  14. We offer custom services at the enterprise level. You can email sales@invisionpower.com for more information.
  15. That would be a good idea yes
  16. Products can change user groups, yes.
  17. The method you are describing is fine. Plugins can't really add their own classes cleanly like an application can so unless you want to build an application instead of a plugin, just add your methods to an existing class.
  18. Do you get the same issue on a default unmodified English language pack? If so, submit a ticket. But that said, 99% of the time this issue is caused by an out of date translation as Daniel alluded to.
  19. You would probably need to edit theme templates and use the HTML logic you have to add an extra CSS class to the profile photo, and then in your CSS files target that CSS class for the change you want.
  20. No, I have no ideas I'm afraid. I did point our UI guy to this topic though.
  21. You will need a customization in that case.
  22. I would recommend contacting your host for assistance. A user.ini file isn't necessarily supported on every server - your host would be able to tell you how to make php.ini configuration changes correctly.
  23. What would you do if they bought product X and product Y in the same checkout?
  24. I wouldn't worry too much about that - it's not an "issue". Caches are often just duplicating what is in the data store and since Redis can be used for the datastore natively, most things stored in cache don't need to be doubled up.
  25. Why is an email at 10PM pointless? Do you not see the email the next day? Lots of services send digest/marketing emails in the middle of the night.
×
×
  • Create New...