HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Unable to find Import option in Dashboard
I am using v3.3 and I followed the documentation for exporting posts from MyBB forum and added the exported file to `Uploads` folder of new Vanilla forum. Sadly, I am not able to spot the Import
option in the Dashboard as mentioned in the documentation.
It would be great if someone can point me in the right direction. Thanks.
0
Comments
Found the solution
[Edit]: Oh, looks like you got it already. I was in a meeting while typing this😋
Try adding
$Configuration['Feature']['Import']['Enabled'] = true;
to your config.php? Also make sure your user has all the permissions (so, Admin == 1 in GDN_User)