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.
Options

Turn off NillaBlog for Mobile

Dose anyone know how you would turn off Mobile support with the NillaBlog plugin?

Comments

  • Options
    peregrineperegrine MVP
    edited August 2015

    First off - this is a pro tip. pay attention see image.

    when asking a question about a specific theme, plugin, application or locale.

    please go to

    http://vanillaforums.org/addons

    • choose the add-on which you have a question about.
    • select "ask a question"

    you will see this on all add-ons....


    and now secondly ...

    VizionStudios asked another in a series of questions about nillablog:
    Dose anyone know how you would turn off Mobile support with the NillaBlog plugin?

    I know how.


    change

    • 1

    "SettingsUrl" => "/dashboard/settings/nillablog",

    to

            'MobileFriendly' => FALSE,
            "SettingsUrl" => "/dashboard/settings/nillablog",
    

    • 2

      change

    class NillaBlog extends Gdn_Plugin {

    to

    class NillaBlogPlugin extends Gdn_Plugin {

    • 3

    change "Dose anyone" to "Does anyone"

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.