• Took 5 minutes to install. GREAT APP!

    Here’s a quick video (poor videography, I’ll warn you) to show you how it works.
    https://www.youtube.com/watch?v=G0MkGMdpp88

    If you ever get an error while trying to log in that says something about mod_security, it has something to do with your host blocking it.

    Add:

    <IfModule mod_security.c>
    # Turn off mod_security filtering. SMF is a big boy, it does not need its hands held.
    SecFilterEngine Off

    # The below probably isn’t needed, but better safe than sorry.
    SecFilterScanPOST Off
    </IfModule>

    to your .htaccess and problem solved.

  • The topic ‘Quick Setup, Works Like a Champ!!’ is closed to new replies.