All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Show Prefixed Variables Setting not Being Respected

smartpill 27 Feb 2010 21:43 problem, complete

If I enter a prefix in the extension settings, any variable with that prefix will be hidden for non-Admins even if I select "show prefixed variables" in the "Do what with prefixed variables?" setting. I'm running 1.6.8 Build: 20100121

Replies

  1. Low 27 Feb 2010 21:55

    Hi! I've noticed this bug just a couple of days ago, but haven't released the bug fix yet. I'll do that coming week. For now, you can fix it by opening the file /system/modules/low_variables/views/ext_settings.php in a text editor. On line 49 and 50 you'll find this:

    <option value="show_prefixed"...
    <option value="hide_prefixed"...


    Change that to:

    <option value="show"...
    <option value="hide"...


    Then go to the Low Variables extension settings, and save them once again. That should get you going.

  2. smartpill 27 Feb 2010 22:55

    Thanks for responding so quickly. Worked great.

    This is a very cool add-on. Would be great if there was a way to include any installed FieldFrame types. Possibly have some built in validation options, but it is still great the way it is.