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

Forums

Events

Store

Gallery

Everything posted by bfarber

  1. This has already been fixed for our upcoming 4.6 release. 👍
  2. It is not possible to embed a Pages block within a standard editor field, no.
  3. You can restrict categories by member group, and then assign those groups to the members you wish to give access.
  4. You have to ensure the js is loaded. In your controller you do something like this, adjusting the filename as appropriate. \IPS\Output::i()->jsFiles = array_merge( \IPS\Output::i()->jsFiles, \IPS\Output::i()->js('front_browse.js', 'gallery' ) ); Here you'd change "browse" to the javascript controller location, and "gallery" to your application key.
  5. I am unaware of any reason such a plugin would not be allowed on the marketplace.
  6. As others have mentioned, in order to remove the copyright line you need to purchase the branding removal option in your client area. Removing the "Powered by" line without purchasing branding removal constitutes a violation of the license agreement and would most typically lead to the license being terminated.
  7. I'd recommend submitting a ticket.
  8. Downloads uses the friendly URL path of "/files". Do you happen to have an actual folder on your server named "files"? If so, Apache would route the request to that folder and the request would never make it to our software - the solution would be to rename that folder to something else.
  9. The CSS selector can be tweaked to hide the block on other pages, I was just providing an example (albeit an incomplete one).
  10. The software is more focused around receiving payments than sending payments, so there is not a lot of functionality built in to "send" payments. You can issue refunds through the software, including partial refunds. You can issue account credit to users which can be used to make future purchases. When issuing account credit, you can allow users to make withdrawls as has been noted. But beyond that, you can't just open an input field and specify an arbitrary amount of money to send a user through whatever payment processor you may be using.
  11. The pin.it URL you supplied redirects to a pinterest page - it is NOT a direct link to an image file. When you use "Insert image from URL" you should be linking directly to an image file, not a page that has an image embedded on it.
  12. JIT isn't something the application explicitly uses - it's a feature of the language that can be enabled or disabled in php.ini. It will be used if you enable it in your PHP configuration, in other words. Whether it will improve performance or not remains to be seen.
  13. Just to note, I can't think of anywhere the user's signature would show if they don't have any content submitted. That said, I've come around to the suggestion after the explanations and have raised it internally for further consideration.
  14. This is a bug in the current release, resolved in our next maintenance release.
  15. (1) You can make this change yourself, as noted above. (2) This is a recommendation, not a requirement.
  16. We have been testing PHP 8 compatibility locally and it will be included in a future release, however I can't say exactly when that will be. I can say that certain third party libraries we use will also need updates before we can fully support PHP 8.
  17. What is wrong with a member following someone/something? What is there to report? We wouldn't take action on that anyways.
  18. Please use the "Refresh license data" button and see if the message goes away. If it does, it was a temporary issue on our end that has since been resolved. If it does not and you believe you should have access to the service, submit a ticket so we can take a look.
  19. It sounds like you have an orphaned product group or product stored in your database. It will need to be manually cleaned up most likely.
  20. custom CSS body[data-pagemodule="clubs"][data-pagecontroller="view"] #elContextualTools { display: none; }
  21. Are you still having trouble today? I believe there were some temporary synchronization issues over the weekend which have been sorted. If you're still experiencing a problem though, I'm confident someone will see your ticket and respond today if they haven't already.
  22. You can already place an advertisement in the sidebar, however it will display above any other blocks, not in a configurable position. In order to show an ad in a different position, you would need to use template logic to add a new advertisement location, or create a custom Pages block that loads and prints out an advertisement.
  23. I'm afraid this is not an option at this time, although SCA sometimes results in a page from Stripe (or I believe more accurately, the card issuer) appearing in the browser when the user checks out in order to confirm details.
×
×
  • Create New...