-
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
Posts posted by bfarber
-
-
Is the product renewable or not?
-
If you run a dump then yes you should specify the charset when running MySQL dump.
-
We'll take a look at why the ability to manage entry categories is not showing up where you'd expect for a group blog.
-
We do not follow TDD and there are no automated unit tests available at this time.
-
-
You probably need to also clear the datastore folder via FTP to clear caches.
-
-
The user goes to Manage Purchases (/clients/purchases/ which is linked under the Store tab by default), manages the purchase, and chooses to reactivate it.
-
Sell the product for $50 and allow the license key to be generated.
On your site (I assume this is outside of Invision Community), you then use the license key API I pointed to in order to validate the license key that the user provides. You would have a form where the user inputs the license key, that form would call to our API and verify the key is valid, then you would do whatever you need to do once verified.
-
- Zdeněk Tůma and Jordan Miller
- 1
- 1
-
No specific event is triggered when a drawer is opened or closed.
You could look for the element in question becoming visible or not.
-
-
9 hours ago, Paul E. said:
I'm not sure your requirements are clear enough. What exactly is IPS lacking?
As above, what specific changes would make it easier for you to accomplish your task? For instance, you can monitor the "Unread Content" activity stream to see all new content as it comes in (the stream will auto-update as well to show you new content as it posts), which might be a tool that you have overlooked based on what you've described?
-
-
5 hours ago, BikeHub said:
Thanks for the feedback. It was converted perfectly in terms of the HTML structure, just stripped of the CSS.
From what I could tell the conversion and stripping of CSS happened during the upgrade (i.e. before the background rebuild tasks ran).
So does that mean we'd need to inject the whitelisted CSS classes ahead of the upgrade? e.g. by editing the default value in the settings.json file?
Or would updating the whitelisted custom classes in the 4.x admin CP ahead of the rebuild tasks running do the trick?We do not rebuild any post content through the upgrade process. All rebuilding occurs by background tasks.
-
You can create an account used for such things, but it's not treated as a "bot account". The profile is still visible, the user could still be included on the leaderboard, etc.
-
22 hours ago, 6ichem said:
A product's license key is only generated when someone purchased and it's only generated for that user, where would the user redeem that anyways?
I'm not sure I follow. There is no "redemption" for the license key. You would use the license key API to validate the license key externally.
Perhaps it would be helpful to know more about what you are trying to accomplish? For what/how are you using the license key?
22 hours ago, 6ichem said:I know about the invoice trick and I didn't know it was possible to add credits to an account and use that to purchase with the store if that's what you mean, how do you enable that feautre?
You edit the user in the AdminCP and adjust their account credit.
-
-
Custom bbcode should be converted upon upgrade to 4.x.
You do need to whitelist custom CSS classes as mentioned, however, if you are using them.
-
When you disable archiving, topics get flagged to be unarchived, and then an unarchive task runs periodically to remove the topics from the archive. This can take some time.
-
It's going to be trickier on cloud where you can't access the files, but one thing you can do in templates is
{{var_dump( $event );exit;}}
If you use double curly brackets like above, the code is executed as PHP (there's some special shortcuts for if/foreach statements but otherwise it basically means "execute as PHP"). By editing templates and adding things like the above you should be able to print out vars in most situations.
-
-
Create an Anti-Fraud Rule with "Hold for manual approval" as the action to take and leave all of the settings on the defaults. This should accomplish what you are after.
-
I would recommend blocking unwanted traffic at the server level. By the time the request makes it to PHP, a lot of unnecessary overhead has already occurred if your intention is to block the traffic. You can already ban by IP address if you wish, and most legitimate spiders will advertise the IP address ranges used by their bots if you wish to do that, but again...this is better served at the server/firewall level.
- Ibai, MEVi, Jordan Miller and 2 others
- 5
CP-Admin Statistics: domain name for address mail
in Feedback
Posted
The software currently does not track or handle "bounces". This is something you may be able to do at the email provider level (whether you use Sendgrid or your own email server).