Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Where is the Import link ?

Hello,

After a fresh Vanilla 2.8 install, I can't found the "Import" link on the Dashboard. The database was empty before I installed Vanilla. What I am missing ?


Comments

  • R_JR_J Ex-Fanboy Munich Admin

    You need to add the following line to the /conf/config.php file to enable the dashboard menu entry:

    $Configuration['Feature']['Import']['Enabled'] = true;
    

    You will only be able to see it if you are logged in as the administrator.

    But keep in mind that you only need the import if you are coming from another forum script, not for upgrading from one Vanilla 2.x version to another.

    Good luck and welcome to Vanilla!

  • Thank you !

    Yes I need this because I'm comming from another forum script.

  • LincLinc Detroit Admin

    Crud, we forgot to add that to the docs.

  • I had the same! luckily this topic was here :)

  • It is FEB 2020

    And WHERE is the IMPORT LINK guys?

    I followed your docs. I searched over internet and only light under tunnel was this forum post. I followed your above config advice.

    Still Import link is not showing up.

    -> I am logged in as a administrator in the Dashboard

    -> I followed above config file update in /conf/config.php

    I looked everywhere there is no such button or menu as Import.

    @Linc you know you forgot to update the docs. BUT even after posting this message you forgot in the docs ?

    This docs does not speak anything about config.php :(

    https://docs.vanillaforums.com/developer/importing/porter/#3-import-your-data

    PLEASE HELP guys. Thanks.

  • R_JR_J Ex-Fanboy Munich Admin
    edited February 2020

    When I add that line to the config, I can see the link. Maybe you need a better description where to find it?

    IT IS HERE!!!!



  • I scrolled down and opened. Still did not find that button.

    I zoomed out my browser to 30% and then to my shock i found this button 😲

    It is either needed to improve our UI/UX or maybe we should put updated docs with screenshots.

    Thanks for above screenshot. I found the import button now.

  • Someone really needs to update this page https://docs.vanillaforums.com/developer/importing/porter/ with this piece of information please.. This documentation is so old and outdated!!

  • R_JR_J Ex-Fanboy Munich Admin

    I shriek back from making pull requests to the docs because I am no native speaker, but if you want to, you can work on the documentation: https://github.com/vanilla/docs/blob/master/content/developer/importing/porter.md

Sign In or Register to comment.