Home   Documentation   Downloads   Screen Shots   NeuroKode Home

Setup Instructions
Settings
Features

 Neurokode: JSplash: Documentation: Settings

     Upon installing Jsplash you will need to set some of the mandatory settings in config.jsp in the t directory. The other options are optional though will help in customizing the look and feel of JSplash.

MySQL Settings:
     These settings are specific to your MySQL Database for your site, the driver will remain the same, though the url, user and password will be specific to your installation of MySQL and the specific Database for your JSP Application.

Other Required Settings:

  •      images_directory: Specific path from the root of your JSP Application to your images directory.
  •      templates_directory: Specific path from the root of your JSP Application to your templates directory, where config.jsp is located.

Optional Settings:

  • site_name: The name of your site or MultiUser Blog.
  • index_copyright: Copyright information for your site.
  • index_quote: Quote for the bottom of the JSplash Page.
  • login_failure: Text that is displayed when a user login fails.
  • login_username_required: Text that is displayed when a user tried to log in without a username.
  • login_password_required: Text that is displayed when a user tried to log in without a password.
  • signup_username_required: Text that is displayed when a user tried to signup without a username.
  • signup_password_required: Text that is displayed when a user tried to signup without a password.
  • signup_email_required: Text that is displayed when a user tried to signup without an email address.
  • add_story_success: Text Displayed upon successful addition of a story.
  • add_comment_success: Text Displayed upon successful addition of a comment.

Other Settings:
      
rdir and sign_up_page should not need to be changed unless you are changing the names of the files. If so, rdir is the entry page of the JSplash Application and sign_up_page is the sign up form for your JSplash Application.