R_J
AdminR_J Admin
-
Re: How do I insert an image into a Discussion
You do not have "pretty urls" enabled. But that's a vanilla requirement. You should have a .htaccess.dist file in your forum root. Rename it to .htaccess and reload the forums home pag… (View Post)6 -
Re: Ability to show discussion between a certain date?
The code you show above re-uses very much of Vanillas DiscussionsController->index() method. Therefore you cannot simply change the sql it uses to fetch the information from the db. But you are al… (View Post)1 -
Re: [3.3] (Special) Character Encoding in Rich editor not working (Umlaute)
The problem has been the default charset not being UTF-8 in combination with the inconsistent use of htmlspechialchars/htmlentities in the code of the Rich Editor. I've created an issue. There n… (View Post)1 -
Re: how to restore
The package you download does not include a config.php As always I would recommend to make a backup before you do anything at all (backups are never wrong). But since "download zip and upload fi… (View Post)1 -
Re: I want to let my users to login another site (PHP) using vanilla login details.
Sure. The current Vanilla version has an api which require a token for some functionalities. That token can be created by users in the profile page. Let's assume you create a mobile app for acce… (View Post)1
