R_J
AdminR_J Admin
-
Re: Errors when installing Vanilla Forum on my server.
The reason why you don't find an answer here is that your problem isn't really Vanilla related ;) The unpacked files from the zip should reside in Public_html or a subfolder. From what you are descri… (View Post)2 -
Re: Do Vanilla / plugins work with php compilers?
As far as I know, HHVM is the most popular PHP compiler, but PHP 7 also works with JIT compiling. @x00 tested HHVM: https://vanillaforums.org/discussion/comment/200014#Comment_200014 Vanilla now is (… (View Post)2 -
Re: Creating Android/iPhone apps through the use of JSON
You would have to create an app in any language that you like, but it has to be able to send http requests. The keyword that you have to google for would be "REST" or "RESTful API"… (View Post)1 -
Re: Dashboard > Forum > Categories Missing
To manage the categories, you need to have the 'Garden.Community.Manage' permission. As an admin that should not matter at all, but you should be sure that the role of your user has this right. (View Post)7 -
Re: Creating Android/iPhone apps through the use of JSON
But to my understanding an API centric forum would allow any user interface at all: it is only some kind of model. How you design the controller and view is perfectly free afterwards. So if anybody s… (View Post)1