Thinking of xenForo and dropping Invision Community

siteturbo

New member
Hello,

I am thinking of going to xenForo and dropping Invision Community. They are doing major changes in their version 5 update. I only need a good forum, that's it, not all the bells and whistles that come with version 5, which is overpriced. I am looking at xenForo and the forum looks similar and that's really all I need.

Is there a migration tool from Invision Community 4.x to xenForo? Also, is there a way to test out the xenForo software on my server and see if the migration is feasible before I make a purchase?

Thank you!
 
I am in the demo now. I am testing out the API system as our organization uses a lot of backend automation for our members. In the demo I've created API keys giving "All scopes" to my Api key/alias. I'm making the call via PHP and curl to the following URL to get the list of users:

Code:
https://5xxxxxxxxx.demo-xenforo.com/xxx/api/users/

However, I'm getting an error that says,

{ "errors": [ { "code": "do_not_have_permission", "message": "You do not have permission to view this page or perform this action.", "params": [] } ] }

So, I'm wondering if API calls can be made on the demo, or am I doing something wrong. Thanks in advance.
 
The demo supports API calls.

Note that the all users call will only work if the member list is enabled in the options.

You can test the command otherwise adding an ID (e.g. 1) after /users/1 .
 
Back
Top Bottom