Skip to content

Archive Trac demo app splash

madscatt edited this page Jun 20, 2026 · 1 revision

Demo App Splash

Legacy Trac archive page imported from demo_app_splash. Source: https://genapp.rocks/wiki/wiki/demo_app_splash. Review age, links, and examples before treating as current.

3. Demo GenApp Application

d. Modifying Demo Application

Turning On Splash Screen (Login/Registry entry)

With a single line in the {{{directives.json}}} file we can enable "login/registry" splash entry for our Demo application:

  • edit {{{directives.json}}}
  • uncomment the {{{"usesplash"}}} line:
{
    .....

    #  uncomment to enable "captcha" human validation upon registration for html5/php target
    #  ,"enablecaptcha"                  : "true"

    #  uncomment to enable "login/register" splash entry for html5/php target
      ,"usesplash"                  : "true"                                   <---- THIS LINE is uncommented
  
    ......
}

The rest is the same as in prior examples:

demo_site_splash.png

  • If you are registered, you may login; otherwise you must register by clicking "Register" icon (a human shaped icon), full out and submit registration form and then login.

Previous | Up | Next

Clone this wiki locally