Demo Mode

From . .. poMMo .. .

Jump to: navigation, search

Demonstration mode is useful when training new users in poMMo, or to test mailings and throttle settings. It allows you to send mailings without actually emailing your subscribers.

NOTE: When demo mode is enabled, the program will NOT send emails during a mailing or a test mailing. Confirmation, Activation, and Reset password emails are still sent.

Contents

Temporary

Demo mode can be switched on under the Setup menu in the Admin interface.

Permanent

To permanently enable (or disable) demonstration mode so that it can not be toggled via the Setup menu, a change to the database must be made.

PHPMyAdmin

  1. Using PHPMyAdmin, visit your poMMo database.
  2. Open the config table (normally pommo_config)
  3. Click browse you should see all the options
  4. Click the edit icon for demo_mode
  5. Change user_change to OFF

Command line

  1. mysql -u username -p -D pommo_database
  2. mysql -> UPDATE `<db_prefix>_config` SET `user_change` = 'off' WHERE `config_name` = 'demo_mode'

<db_prefix> depending on what you have set for the database prefix in config.php

Retrieved from "http://pommo.org/Demo_Mode"
Personal tools