Parameters

From PhpCOIN Documentation

Jump to: navigation, search

IN PROGRESS: TO BE FIXED

Contents

Parameters In General: Admin -> Parameters

The parameters table is an effort to get phpCOIN configuration settings out of files, and into the database for browser editing. Parameters appearing in the table are Global scope, so they can be used in pages, siteinfo, mail templates, etc. If you have a frequent logic statement in a bunch of pages, create a parameter.

Parameters all have some notes text associated with them. If not displayed, change the setting for "Parameter Editor Show Notes in Listing" to Yes and the notes should then be displayed.


Groups

The "group" for the parameter effects how it is accessed in the package code as follows:

automation: loaded into the "automation" array $_ACFG and accessed via $_ACFG[the_parameter]
common: loaded into the "common" array $_CCFG and accessed via $_CCFG[the_parameter]
theme: loaded into the "theme" array $_TCFG and accessed via $_TCFG[the_parameter]
user: loaded into the "user" array $_UVAR and accessed via $_UVAR[the_parameter]
undefined: not loaded by phpCOIN (disabled)

Note: these groups should not be changed in any manner, including translations. If you translate the group, phpCOIN will break.


Sub-Groups

The "sub-group" for the parameter is purely for grouping and display purposes. They permit some filtering when the list gets long, but have NO effect on coding so can be changed and/or translated at will.


Default Parameters

The parameters built-in to a default installation of phpCOIN are as follows:

'automation', 'helpdesk', 'B', 'HELPDESK_AUTO_IMPORT_ENABLE', 'Helpdesk: Auto-import enable', '1', 'If "Yes", helpdesk_auto.php will connect to a POP or IMAP box and attempt to create helpdesk tickets from any messages found.' 'automation', 'helpdesk', 'S', 'HELPDESK_AUTO_IMPORT_SERVER', 'Helpdesk: Auto-import server', 'mail.%DOMAINNAME%', 'Name of the email server to connect to for auto-importing helpdesk messages.' 'automation', 'helpdesk', 'S', 'HELPDESK_AUTO_IMPORT_TYPE', 'Helpdesk: Auto-import protocol', '/imap:143/notls', 'Protocol and port to connect. "/imap:143" seems to work better than "/pop:110". You may also need to try /:143/IMAP/notls or /:110/POP/notls depending on your mailserver' 'automation', 'helpdesk', 'S', 'HELPDESK_AUTO_IMPORT_USERID', 'Helpdesk: Auto-import mailbox', 'support@%DOMAINNAME%', 'The mailbox to connect to for helpdesk auto-import.' 'automation', 'helpdesk', 'S', 'HELPDESK_AUTO_IMPORT_PASSWORD', 'Helpdesk: Auto-import password', 'password', 'Password for the email box that will be checked automaticaly.' 'automation', 'helpdesk', 'B', 'HELPDESK_AUTO_IMPORT_DELETE_IMPORTED_MESSAGES', 'Helpdesk: Auto-import delete imported', '0', '"Yes" will delete any imported messages from the mailserver. "No" will leave all messages on the server, imported or not.' 'automation', 'helpdesk', 'S', 'HELPDESK_AUTO_IMPORT_DEFAULT_CATEGORY', 'Helpdesk: Auto-import category', 'General', 'Default "category" for auto-imported helpdesk messages.' 'automation', 'helpdesk', 'S', 'HELPDESK_AUTO_IMPORT_DEFAULT_PRIORITY', 'Helpdesk: Auto-import priority', 'Medium Priority', 'Default "priority" for auto-imported helpdesk messages.' 'automation', 'helpdesk', 'S', 'HELPDESK_AUTO_IMPORT_DEFAULT_STATUS', 'Helpdesk: Auto-import status', 'Awaiting Support', 'Default "status" for auto-imported helpdesk messages.'

'automation', 'invoices', 'B', 'INVC_ACOPY_DELAY_ENABLE', 'Invoice Auto-Copy Delay Enable', '1', 'Determines if the auto-copy of recurring paid invoices is delayed until new invoice date is within days out setting.' 'automation', 'invoices', 'I', 'INVC_ACOPY_DAYS_OUT', 'Invoice Auto-Copy Days Out to Copy', '14', 'Determines number of days from current date to auto-copy a recurring paid invoice. Will auto-copy if the new invoice date falls within this date range.' 'automation', 'invoices', 'B', 'INVC_AUTO_UPDATE_ENABLE', 'Invoice Auto-Update of Status Enable', '1', 'Determines if the auto-update of invoice status function is enabled when triggered by cron job or manually by command summary actions menu.' 'automation', 'invoices', 'B', 'INVC_AUTO_COPY_ENABLE', 'Invoice Auto-Copy Recurring Enable', '1', 'Determines if the auto-copy of paid recurring invoices function is enabled when triggered by cron job or manually by command summary actions menu.' 'automation', 'invoices', 'B', 'INVC_AUTO_REMINDERS_ENABLE', 'Invoice Overdue- Autosend overdue reminders', '1', 'If "Yes", phpCOIN will auto-send the specified email message on the specified overdue day(s). If "No", you must manually remind your customers that they are overdue. You may setup as many event-dates and templates as you need.'

'automation', 'orders', 'B', 'ORDER_AUTO_CREATE_INVOICE', 'Invoice: Auto-Create From Order', '1', '"Yes" will auto-create an invoice with the default terms, due dates, etc. everytime a product is ordered. "No" will NOT create the invoice.' 'automation', 'orders', 'B', 'AUTO_INV_RECUR', 'Invoice: Auto-Recur From Order', '1', '"Yes" will set the invoice as recurring. "No" will set the invoice as NOT recurring (ie: one-time)' 'automation', 'orders', 'S', 'AUTO_INV_STATUS', 'Invoice: Default Status', 'due', 'Default status of invoices auto-created by the order module.' 'automation', 'orders', 'S', 'AUTO_INV_DELIVERY', 'Invoice: Default Delivery Method', 'email', 'Default delivery method for invoices auto-created by the order module.' 'automation', 'orders', 'I', 'AUTO_INVC_BILL_CYCLE', 'Invoice: Default Billing Cycle', '1', 'Default billing cycle for invoices auto-created by the order module.' 'automation', 'orders', 'B', 'AUTO_INV_DELIVERED', 'Invoice: Flag as Delivered', '1', 'Should the invoice "delivered" flag be set to delivered?' 'automation', 'orders', 'B', 'ORDER_AUTO_PAY_INVOICE', 'Invoice: Auto-Pay From Order', '1', 'Auto Pay invoice on successful buy return. Normally YES, this MUST be turned OFF if you have the IPN add-on installed'

'automation', 'package', 'B', 'AUTOCHECK_UPDATES', 'Automatically Check For Updates', '1', 'If enabled, phpCOIN will check for new versions and bug-fixes each time you click the [Admin] button. This parameter enables phpCOIN to advise you when a new version or bug-fix is available, and provides a direct link to the actual download. This feature uses an RSS feed, and does NOT send any information whatsoever to phpCOIN.com'

'common', 'admin', 'I', '_MAX_MENU_BLK_POS', 'Menu Block Position List Max Select', '25', 'Determines the maximum number to appear in the menu block position field dropdown list.' 'common', 'admin', 'I', '_MAX_MENU_ITM_NO', 'Menu Block Item Position List Max Select', '25', 'Determines the maximum number to appear in the menu block item position field dropdown list.' 'common', 'admin', 'B', '_PARM_EDITOR_SHOW_NOTES', 'Parameter Editor Show Notes in Listing', '1', 'To enable the display of the parameter notes field in the main listing.' 'common', 'admin', 'B', 'DisplayType', 'Admin Menu: Display as List', '1', 'Displays the Admin Menu as default "button" table or as new "list" format'

'common', 'API', 'B', 'APIO_MASTER_ENABLE', 'API Output Master Enable', '0', 'Determines if the API Output function triggers (all) are enabled.' 'common', 'API', 'B', 'APIO_ORDER_COR_PROC_ENABLE', 'API Output Enable: Order COR Proc', '0', 'Determines if the API Output function trigger is enabled for the indicated item.' 'common', 'API', 'B', 'APIO_ORDER_NEW_CLIENT_ENABLE', 'API Output Enable: Order New Client', '0', 'Determines if the API Output function trigger is enabled for the indicated item.' 'common', 'API', 'B', 'APIO_ORDER_NEW_DOMAIN_ENABLE', 'API Output Enable: Order New Domain', '0', 'Determines if the API Output function trigger is enabled for the indicated item.' 'common', 'API', 'B', 'APIO_ORDER_OUT_PROC_ENABLE', 'API Output Enable: Order Out Proc', '0', 'Determines if the API Output function trigger is enabled for the indicated item.' 'common', 'API', 'B', 'APIO_ORDER_RET_PROC_ENABLE', 'API Output Enable: Order Return Proc', '0', 'Determines if the API Output function trigger is enabled for the indicated item.' 'common', 'API', 'B', 'APIO_CLIENT_NEW_ENABLE', 'API Output Enable: Client Created', '0', 'Determines if the API Output function trigger is enabled for the indicated item.' 'common', 'API', 'B', 'APIO_CLIENT_DEL_ENABLE', 'API Output Enable: Client Deleted', '0', 'Determines if the API Output function trigger is enabled for the indicated item.' 'common', 'API', 'B', 'APIO_DOMAIN_NEW_ENABLE', 'API Output Enable: Domain Created', '0', 'Determines if the API Output function trigger is enabled for the indicated item.' 'common', 'API', 'B', 'APIO_DOMAIN_DEL_ENABLE', 'API Output Enable: Domain Deleted', '0', 'Determines if the API Output function trigger is enabled for the indicated item.' 'common', 'API', 'B', 'APIO_ORDER_NEW_ENABLE', 'API Output Enable: Order Created', '0', 'Determines if the API Output function trigger is enabled for the indicated item.' 'common', 'API', 'B', 'APIO_ORDER_DEL_ENABLE', 'API Output Enable: Order Deleted', '0', 'Determines if the API Output function trigger is enabled for the indicated item.' 'common', 'API', 'B', 'APIO_PRODUCT_NEW_ENABLE', 'API Output Enable: Product Created', '0', 'Determines if the API Output function trigger is enabled for the indicated item.' 'common', 'API', 'B', 'APIO_PRODUCT_DEL_ENABLE', 'API Output Enable: Product Deleted', '0', 'Determines if the API Output function trigger is enabled for the indicated item.' 'common', 'API', 'B', 'APIO_TRANS_NEW_ENABLE', 'API Output Enable: Trans Created', '0', 'Determines if the API Output function trigger is enabled for the indicated item.' 'common', 'API', 'B', 'APIO_TRANS_DEL_ENABLE', 'API Output Enable: Trans Deleted', '0', 'Determines if the API Output function trigger is enabled for the indicated item.'

'common', 'articles', 'I', 'IPP_ARTICLES', 'Listing Items Per Page for: Articles', '10', 'Determines the number of articles that are displayed in listing form on a page.' 'common', 'articles', 'S', 'ARTICLES_DATE_DISPLAY_FORMAT', 'Articles Date/Time Display Format', '%A- %B %d, %Y @ %H:%M:%S %Z', 'Determines the display format for the Articles module date display. See http://www.php.net/manual/en/function.strftime.php for formatting options.'

'common', 'backup', 'S', 'MYSQL_BACKUP_SAVE_DIR', 'MySQL Backup- Save Directory', 'c:/php/temp', 'Directory on webserver to save mySQL dump file to when the "save to webserver" backup option is chosen.' 'common', 'backup', 'S', 'MYSQL_BACKUP_EMAIL_FROM_NAME', 'MySQL Backup- Email From Name', 'WebSite', 'The name of the person that the email is from when the "Email to me" backup option is chosen.' 'common', 'backup', 'S', 'MYSQL_BACKUP_EMAIL_FROM_ADDRESS', 'MySQL Backup- Email From Address', 'webserver@%DOMAINNAME%', 'The email address of the person that the email is from when the "Email to me" backup option is chosen.' 'common', 'backup', 'S', 'MYSQL_BACKUP_EMAIL_TO_NAME', 'MySQL Backup- Email To Name', 'Recipient Name', 'The name of the person that the email is to when the "Email to me" backup option is chosen.' 'common', 'backup', 'S', 'MYSQL_BACKUP_EMAIL_TO_ADDRESS', 'MySQL Backup- Email To Address', 'support@%DOMAINNAME%', 'The email address of the person that the email is to when the "Email to me" backup option is chosen.' 'common', 'backup', 'S', 'MYSQL_BACKUP_EMAIL_SUBJECT', 'MySQL Backup- Email Subject', 'phpCOIN Database Backup Attached', 'Subject line of email sent when "Email to me" backup option is chosen.' 'common', 'backup', 'S', 'MYSQL_BACKUP_EMAIL_BODY', 'MySQL Backup- Email Body', 'A MySQL dump of your phpCOIN database is attached to this email.', 'The message body when the "Email to me" backup option is chosen.' 'common', 'backup', 'I', 'MYSQL_BACKUP_EMAIL_PRIORITY', 'MySQL Backup- Email Priority', '3', 'Priority of message when "email to me" backup option is chosen. 1 is "Urgent", 3 is "Normal".'

'common', 'clients', 'I', 'BASE_CLIENT_ID', 'Client ID Base-Initial Value Minus 1', '1000', 'Determines the client id initial value for the first client entered in the system. Client ID will be this value plus one.' 'common', 'clients', 'I', 'IPP_CLIENTS', 'Listing Items Per Page for: Clients', '10', 'Determines the number of clients that are displayed on a page.' 'common', 'clients', 'I', 'IPL_CLIENTS_ACCOUNT', 'Listing Items Per List for: Client Account', '5', 'Determines the number of most recent items (orders, invoices, tickets) that are displayed on a clients account page.' 'common', 'clients', 'S', 'CLIENT_DEF_STATUS_NEW', 'Client Default Status on Create', 'active', 'Determines the default client status used when order placed, new auto-created.' 'common', 'clients', 'B', 'CLIENT_EMAIL_CC_ENABLE', 'Client Email CC Admin Enable', '1', 'Determines if the site admin will receive a copy each time a request is made to email a client profile.' 'common', 'clients', 'I', 'CLIENT_MAX_LEN_UNAME', 'Client Max. Characters for User Name', '16', 'Determines the maximum number of characters permitted in username form fields.' 'common', 'clients', 'I', 'CLIENT_MAX_LEN_PWORD', 'Client Max. Characters for Password', '16', 'Determines the maximum number of characters permitted in password form fields.' 'common', 'clients', 'I', 'CLIENT_VIEW_PAGE_UPON_LOGIN', 'Client Default Page View Upon Login', '1', 'The page to show the client when they first log in.' 'common', 'clients', 'I', 'CLIENT_LIST_DISPLAY', 'Optional Data Display for Listing', '1', 'Select the two-out-of-three columns that you wish displayed when viewing a list of clients.'

'common', 'contacts', 'I', 'MC_ID_BILLING', 'Mail Contact ID For Billing', '1', 'Determines the mail contact id to be used when code requires an email address for: Billing' 'common', 'contacts', 'I', 'MC_ID_ORDERS', 'Mail Contact ID For Orders', '2', 'Determines the mail contact id to be used when code requires an email address for: Orders' 'common', 'contacts', 'I', 'MC_ID_SUPPORT', 'Mail Contact ID For Support', '3', 'Determines the mail contact id to be used when code requires an email address for: Support' 'common', 'contacts', 'I', 'MC_ID_WEBMASTER', 'Mail Contact ID For Webmaster', '4', 'Determines the mail contact id to be used when code requires an email address for: Webmaster'

'common', 'domains', 'I', 'IPP_DOMAINS', 'Listing Items Per Page for: Domains', '10', 'Determines the number of domains that are displayed in listing form on a page.' 'common', 'domains', 'I', 'DOM_DEFAULT_SERVER', 'Domain Account Default Server ID', '1', 'Determines the default server id that is inserted when a domain is created.' 'common', 'domains', 'S', 'DOM_DEFAULT_PATH', 'Domain Account Default Path', '/home/httpd/vhosts/domainname/httpdocs', 'Note: place "domainname" in path to have it replaced by domain name, or "username" in path to have it replaced by username on entry create.' 'common', 'domains', 'B', 'DOM_EMAIL_CC_ENABLE', 'Domain Email CC Admin Enable', '1', 'Determines if the site admin will receive a copy each time a request is made to email a domain activation email.' 'common', 'domains', 'B', 'DOM_FORCE_CHECK_TRUE', 'Domain Name Validation Force True', '0', 'Determines if the domain validation logic always returns true. Only for those who not want to validate input domain names.' 'common', 'domains', 'S', 'DOM_DEFAULT_IP', 'Domain Account Default IP Address', '000.000.000.000', 'Determines the default domain IP address that is inserted when a domain account is created.' 'common', 'domains', 'S', 'DOM_DEFAULT_USERNAME', 'Domain CP/FTP Default User Name', 'username', 'Determines the default CP/FTP User Name inserted when a domain account is created. Choose "username" to insert client user name, or "domain" to insert the domain name.' 'common', 'domains', 'S', 'DOM_DEFAULT_CP_URL', 'Domain Default Control Panel URL', , 'Determines the URL (fully qualified) that will be used for the control panel link shown in domain listings.' 'common', 'domains', 'B', 'DOM_CP_URL_LINK_ENABLE', 'Domain Listing CP Link Enable', '1', 'Determines if the control panel link will be shown in domain listings.' 'common', 'domains', 'B', 'MATCH_CP_LOGIN_TO_ACCOUNT', 'Domain CP/FTP Match FTP Password To phpCOIN', '0', 'If "No", a random password for FTP will be generated by phpCOIN. If "Yes", the FTP password created by phpCOIN will match the username and password entered by the client for accessing phpCOIN. This means that you will know the u/p for account creation with cPanel, etc., but it is a security risk because the info is stored in the clear in the database' 'common', 'domains', 'B', 'SHOW_PASSWORDS_TO_CLIENTS', 'Domain CP/FTP Show Passwords To Clients', '1', 'IF "Yes", clients can see their plaintext passwords for FTP and Control Panel access when viewing domain info. If "No", only admins can see the passwords.' 'common', 'domains', 'B', 'DOMAINS_ENABLE', 'Domains Enable (Visible)', '1', 'Determines if the Domains module links / output is visible.'

'common', 'helpdesk', 'I', 'IPP_HELPDESK', 'Listing Items Per Page for: HelpDesk', '10', 'Determines the number of helpdesk tickets that are displayed in listing form on a page.\r\n' 'common', 'helpdesk', 'I', 'BASE_HELPDESK_ID', 'HelpDesk TT ID Base-Initial Value Minus 1', '1000', 'Determines the helpdesk ticket id initial value for the first helpdesk ticket entered in the system. Helpdesk Ticket ID will be this value plus one.' 'common', 'helpdesk', 'B', 'HELPDESK_ENABLE', 'Helpdesk Enable (Visible)', '1', 'Determines if the HelpDesk module is visible.' 'common', 'helpdesk', 'S', 'HELPDESK_ALERT_EMAIL_ADDRESS', 'HelpDesk TT Alert Email Address', 'webmaster@%DOMAINNAME%', 'Determines the email (pager email) address the Alert Email is sent to. Does not effect normal support email received.' 'common', 'helpdesk', 'B', 'HELPDESK_ALERT_EMAIL_ENABLE', 'Helpdesk TT Alert Email Enable', '1', 'Determines if an Alert Email is also sent when a new ticket is created. In addition to normal email to support.' 'common', 'helpdesk', 'B', 'HELPDESK_ADMIN_REVEAL_ENABLE', 'Helpdesk Admin Reveal Identity Enable', '0', 'The setting is to enable the Admin responding to HelpDesk items to be identified by Admin information in listing and emails.' 'common', 'helpdesk', 'B', 'HELPDESK_MSG_CC_CLIENT_ENABLE', 'Helpdesk Message Email CC Client Enable', '0', 'The setting is to email CC to the client when they submit helpdesk messages. Set to no, only the support receives the message.' 'common', 'helpdesk', 'B', 'HELPDESK_REPLY_EMAIL_SET_LIMIT', 'Helpdesk Reply Email Limit Messages Sent', '0', 'The setting will limit the number of helpdesk messages included in the reply notice email, to the _LIMIT parameter most recent.' 'common', 'helpdesk', 'I', 'HELPDESK_REPLY_EMAIL_LIMIT', 'Helpdesk Reply Email Messages Limit Setting', '2', 'The setting is the number of most recent messages to include in the reply notice email.' 'common', 'helpdesk', 'B', 'HELPDESK_SHOW_CLIENT_NAME', 'Helpdesk Admin List Show Client Name', '1', 'The setting is to enable the Client column in the Admin Helpdesk listing.' 'common', 'helpdesk', 'B', 'HELPDESK_ADMIN_CAN_ADD', 'Admin Can Enter New Support Tickets', '1', 'If "Yes", an administrator can enter a new support ticket on behalf of a client. If "No", only a client can enter a new support ticket.'

'common', 'invoices', 'I', 'IPP_INVOICES', 'Listing Items Per Page for: Invoices', '10', 'Determines the number of invoices that are displayed in listing form on a page.\r\n' 'common', 'invoices', 'I', 'BASE_INVOICE_ID', 'Invoice ID Base-Initial Value Minus 1', '1000', 'Determines the invoice id initial value for the first invoice entered in the system. Invoice ID will be this value plus one.' 'common', 'invoices', 'B', 'INVC_AUTO_EMAIL_ENABLE', 'Invoice Auto-Email to Clients Enable', '1', 'Determines if the auto-email of due invoices function is enabled when triggered by cron job or manually by command summary actions menu.' 'common', 'invoices', 'B', 'INVC_AUTO_EMAIL_CC_ENABLE', 'Invoice Auto-Email CC Admin Enable', '1', 'Determines if the site admin will receive a copy each time a the auto-email code sends an invoice.\r\n' 'common', 'invoices', 'S', 'INVC_DEL_MTHD_DEFAULT', 'Invoice Delivery Method Default Value', 'email', 'Determines the default invoice delivery method presented on invoice create.' 'common', 'invoices', 'I', 'INVC_DUE_DAYS_OFFSET', 'Invoice Due Date Offset from Create in Days', '14', 'Determines the number of days to add to current date and set the due date to when creating a new invoice.' 'common', 'invoices', 'B', 'INVC_EMAIL_CC_ENABLE', 'Invoice Email CC Admin Enable', '1', 'Determines if the site admin will receive a copy each time a request is made to email an invoice.\r\n' 'common', 'invoices', 'B', 'INVC_TAX_01_ENABLE', 'Invoice Tax 01 Enable', '1', 'Determines if invoice tax 01 is enabled for display and calculation.' 'common', 'invoices', 'B', 'INVC_TAX_02_ENABLE', 'Invoice Tax 02 Enable', '1', 'Determines if invoice tax 02 is enabled for display and calculation.' 'common', 'invoices', 'B', 'INVC_TERMS_INSERT_DEF', 'Invoice Terms- Insert Default on New', '1', 'Determines if, when terms enabled, the default terms value is inserted on new invoice create (if left empty on save).' 'common', 'invoices', 'B', 'INVC_TERMS_ENABLE', 'Invoice Terms- Enable Display', '1', 'Determines if the invoice terms field is displayed on invoice views.' 'common', 'invoices', 'B', 'INVC_SHOW_CLIENT_PENDING', 'Invoice Show Client Pending Invoices', '1', 'Determines if the client will see invoices that are set to pending status.' 'common', 'invoices', 'B', 'INVC_SPLIT_TRANS_LIST_ENABLE', 'Invoice Transaction Listing Split Enable', '1', 'Determines if the invoice transaction listing is split to list charges on top, and then credits below (in seperate list).' 'common', 'invoices', 'B', 'INVC_TAX_BY_ITEM', 'Invoice Tax By Item Enable', '1', 'Determines if the taxes are applied at the items level (each item), or just on the total of items.' 'common', 'invoices', 'S', 'INVC_TAX_01_LABEL', 'Invoice Tax 01 Text Label', 'Tax 01:', 'Determines the text label displayed throughout the package in place of "Tax 01".' 'common', 'invoices', 'R', 'INVC_TAX_01_DEF_VAL', 'Invoice Tax 01 Rate Default Value', '15.00', 'Determines the default tax rate percentage value inserted for this tax. Example 1.00 equates to 1 percent.' 'common', 'invoices', 'S', 'INVC_TAX_02_LABEL', 'Invoice Tax 02 Text Label', 'Tax 02:', 'Determines the text label displayed throughout the package in place of "Tax 01".' 'common', 'invoices', 'R', 'INVC_TAX_02_DEF_VAL', 'Invoice Tax 02 Rate Default Value', '0.00', 'Determines the default tax rate percentage value inserted for this tax. Example 1.00 equates to 1 percent.' 'common', 'invoices', 'B', 'INVC_VIEW_SHOW_TRANS', 'Invoice View Show Transactions Enable', '1', 'Determines if the invoice transactions listing is displayed on lower portion of invoice view.' 'common', 'invoices', 'B', 'PRICES_INCLUDE_TAXES', 'Invoice Taxes Are Included In Price', '0', 'If "No", phpCOIN will add applicable taxes to items on invoices. If "Yes", phpCOIN assumes that the prices include tax. In that event, taxes will be removed from the items and then recalculated, so the invoice can show the amount of taxes included in the prices.' 'common', 'invoices', 'B', 'SINGLE_LINE_EMAIL_INVOICE_ITEMS', 'Single-line per item for email', '1', 'Set each item on an emailed invoice to be single-line like a paper invoice, or use default multi-line layout.' 'common', 'invoices', 'B', 'INVOICES_ENABLE', 'Invoices Enable (Visible)', '1', 'Determines if the Invoices module links / output is visible.'

'common', 'layout', 'S', '_PKG_FOOTER_LINE_01', 'Site Footer Block Line 01 Text', 'Copyright %DOMAINNAME% 2003-2007, all rights reserved', 'Determines the line 01 text that will be displayed in footer of the page output.' 'common', 'layout', 'S', '_PKG_FOOTER_LINE_02', 'Site Footer Block Line 02 Text', , 'Determines the line 02 text that will be displayed in footer of the page output.'

'common', 'operation', 'B', '_PKG_EMAIL_OUT_DISABLE', 'Package Email Out Disable', '0', 'Determines if the main email functions are disabled from sending.' 'common', 'operation', 'B', '_PKG_MODE_TEST', 'Package Mode Enable- Test.', '1', 'Determines if the package is placed in test mode. This mode is for admin setup and testing, and may display various items for convenience.' 'common', 'operation', 'B', 'MAIL_USE_CUSTOM_SUBJECT', 'Email Contact Client: Use Custom Subject', '1', '"No" will use the default subject line of "sitename- Client Contact Message" on emails sent using the [eMail Client] form. "Yes" will use the subject that you entered on the form instead.' 'common', 'operation', 'B', '_PKG_SAFE_EMAIL_ADDRESS', 'Safe Email Address', '0', 'If "No", emails sent from phpCOIN use the "Name <name@address>" format. Some mail servers have a problem with this, so setting this value to "Yes" means that emails will be sent as only <name@address> which every mailserver will accept.' 'common', 'operation', 'B', 'EMAIL_AS_HTML', 'Email: Enable HTML email', '1', 'Enables sending emails as html email with attachments, or as plain ascii text' 'common', 'operation', 'B', 'ENABLE_QUICK_EDIT', 'Enable Quick-Edit Icons', '1', 'Enables a quick-access icon for editing parameters and page text, rather than forcing admin to goto Admin and select proper options'

'common', 'orders', 'I', 'IPP_ORDERS', 'Listing Items Per Page for: Orders', '10', 'Determines the number of orders that are displayed in listing form on a page.' 'common', 'orders', 'I', 'BASE_ORDER_ID', 'Order ID Base-Initial Value Minus 1', '1000', 'Determines the order id initial value for the first order entered in the system. Order ID will be this value plus one.' 'common', 'orders', 'B', 'ENABLE_EMAIL_ORDER_OUT', 'Email to Admin on Order Out Enable', '0', 'Determines if an email is sent to admin when client is showed the order paylinks (order inserted into system).' 'common', 'orders', 'B', 'ENABLE_EMAIL_ORDER_RET', 'Email to Admin on Order Return Enable', '0', 'Determines if an email is sent to admin when client is returned to site from billing vendor.' 'common', 'orders', 'B', 'ORDER_POLICY_BTTN_AUP', 'Order Policy Button Show: AUP', '1', 'Determines if order policy button for Acceptable Use Policy is shown on place order screens.' 'common', 'orders', 'B', 'ORDER_POLICY_BTTN_BC', 'Order Policy Button Show: BC', '1', 'Determines if order policy button for Banned Code is shown on place order screens.' 'common', 'orders', 'B', 'ORDER_POLICY_BTTN_PP', 'Order Policy Button Show: PP', '1', 'Determines if order policy button for Privacy Policy is shown on place order screens.' 'common', 'orders', 'B', 'ORDER_POLICY_BTTN_TOS', 'Order Policy Button Show: TOS', '1', 'Determines if order policy button for Terms Of Service is shown on place order screens.' 'common', 'orders', 'I', 'ORDER_POLICY_SI_ID_AUP', 'Order Policy SiteInfo ID for: AUP', '6', 'Determines the siteinfo page id for the Acceptable Use Policy button link.' 'common', 'orders', 'I', 'ORDER_POLICY_SI_ID_BC', 'Order Policy SiteInfo ID for: BC', '8', 'Determines the siteinfo page id for the Banned Code Policy button link.' 'common', 'orders', 'I', 'ORDER_POLICY_SI_ID_PP', 'Order Policy SiteInfo ID for: PP', '5', 'Determines the siteinfo page id for the Privacy Policy button link.' 'common', 'orders', 'I', 'ORDER_POLICY_SI_ID_TOS', 'Order Policy SiteInfo ID for: TOS', '7', 'Determines the siteinfo page id for the Terms Of Service button link.' 'common', 'orders', 'B', 'ORDER_EMAIL_CC_ENABLE', 'Order Email CC Admin Enable', '1', 'Determines if the site admin will receive a copy each time a request is made to email a order.' 'common', 'orders', 'B', 'ORDERS_ACK_EMAIL_ENABLE', 'Orders Ack Email To Client Enable', '0', 'Determines if an acknowledgment email will be sent to client on new order.' 'common', 'orders', 'B', 'ORDERS_ACK_EMAIL_ONRET', 'Orders Ack Email To Client On Return', '0', 'Determines if an acknowledgment email will be sent on return from vendor, instead of upon paylink display.' 'common', 'orders', 'B', 'ORDERS_ENABLE', 'Orders Enable (Visible)', '1', 'Determines if the Orders module links / output is visible.' 'common', 'orders', 'B', 'ORDERS_AUP_ENABLE', 'Orders Req. Acceptable Use Policy (AUP) Enable', '1', 'Determines if the agree to the Acceptable Use Policy button and requirement is visible during order placement.' 'common', 'orders', 'B', 'ORDERS_COR_ENABLE', 'Orders Custom Order Request (COR) Enable', '1', 'Determines if the Custom Order Request (COR) button / link is visible during the order placement.' 'common', 'orders', 'B', 'ORDERS_TOS_ENABLE', 'Orders Req. Terms Of Service (TOS) Enable', '1', 'Determines if the agree to the Terms Of Service button and requirement is visible during order placement.' 'common', 'orders', 'S', 'ORDERS_DEF_STATUS_NEW', 'Orders Default Status on Create', 'pending', 'Determines the default order status used when order placed, new auto-created.' 'common', 'orders', 'I', 'ORDERS_FIELD_ENABLE_COR', 'Orders Form Field Enable Settings- COR', '65504', 'Determines which fields are enabled (visible) on the orders COR form.' 'common', 'orders', 'I', 'ORDERS_FIELD_ENABLE_ORD', 'Orders Form Field Enable Settings- Order', '65504', 'Determines which fields are enabled (visible) on the orders order form. This also effects client editing forms.' 'common', 'orders', 'I', 'ORDERS_FIELD_REQUIRE_COR', 'Orders Form Field Require Settings- COR', '49184', 'Determines which fields are required (visible) on the orders COR form.' 'common', 'orders', 'I', 'ORDERS_FIELD_REQUIRE_ORD', 'Orders Form Field Require Settings- Order', '24448', 'Determines which fields are required (visible) on the orders order form. This also effects client editing forms.' 'common', 'orders', 'B', 'ORDERS_LIST_SHOW_PROD_DESC', 'Orders Listing Show Prod. Description', '1', 'Determines if the Product description will be displayed on Orders Listings instead of the default Vendor / Product Name columns.' 'common', 'orders', 'I', 'ORDERS_PROD_DISPLAY_SEQUENCE', 'Orders- Products Display Sequence', 1, 'What to display on the Products List shown to clients when ordering.' 'common', 'orders', 'I', 'ORDERS_PROD_LIST_SORT_ORDER', 'Orders Product List Primary Sort Field', '1', 'Determines which field will be the ascending sort order for the order screen products list.' 'common', 'orders', 'B', 'SHOW_PAYMENT_METHOD', 'Show Payment Method On Order Form', '1', 'If "Yes", allows client to select payment method from a drop-down list of vendors. If "No", hides the list and defaults to vendor_id 1. Note that if set to "No", this will also hide the "Optional Payment" field on the COR, regardless of whether it was turned on or not, and it will hide the "vendors" sections throughout the program.' 'common', 'orders', 'R', 'ORDER_SETUP_FEE', 'Add $xxx.yy to Order As Order Setup Fee', '0', 'Any amount here other than zero will be added to the price of the product ordered as a setup fee, and the words " (plus setup fee)" will be appended to the item description on the order.' 'common', 'orders', 'I', 'ORDERS_PROD_LIST_SIZE', 'Product list type and size', '1', 'If 0, products will be displayed as a radio list on the order form. Any non-zero value will use a select-list with that many rows visible.' 'common', 'orders', 'B', 'ORDERS_ITEMS_SUB-LIST', 'Group products with heading', '1', 'If items are displayed on order form by radio list, setting this ON will "group" the products by the first word in the product display, with that word also used as a group title. This means you can group products by name, description or price.' 'common', 'orders', 'B', 'ORDER_EDIT_CLIENT', 'Allow editing client info on re-order', '0', 'YES will allow an existing client to edit their contact info when placing a new order. NO will display their contact info without allowing editing' 'common', 'orders', 'B', 'ORDER_SHOW_IP', 'Whether or not to show user IP address on order form to deter fraud', '1', 'YES will display the users IP address and a warning when placing a new order. NO will display nothing'

'common', 'package', 'S', '_CURRENCY_PREFIX', 'Currency Prefix String (ex. $)', '$', 'Determines the currency notation prefix, placed in front of currency amounts (where formatted to display).' 'common', 'package', 'S', '_CURRENCY_SUFFIX', 'Currency Suffix String (ex. USD)', '(USD)', 'Determines the currency notation suffix, placed following currency amounts (where formatted to display).' 'common', 'package', 'S', '_DB_PKG_LANG', 'Package Language (database setting)', 'lang_english', 'Determines which language files to load. The language file directory and files MUST exist prior to selection. Maybe be overridden by config.php setting.' 'common', 'package', 'S', '_DB_PKG_LOCALE', 'Package Locale Setting (datetime display)', 'en_EN', 'Some examples:\r\nBulgaria - bg_BG\r\nEnglish - en_EN (or English)\r\nFrench - fr_FR\r\nGerman - German\r\nSwedish - sv_SE\r\nSpanish - Spanish\r\n' 'common', 'package', 'S', '_DB_PKG_THEME', 'Package Theme (database setting)', 'earthtone', 'Determines which theme files to load. The theme file directory and files MUST exist prior to selection. Maybe be overridden by config.php setting.' 'common', 'package', 'I', '_NUMBER_FORMAT_ID', 'Number Format (see notes)', '3', 'Example number 1234.56\r\nValue = 1 Output: 1234\r\nValue = 2 Output: 1234.56\r\nValue = 3 Output: 1,234.56\r\nValue = 4 Output: 1 234,56\r\nValue = 5 Output: 1.234,56\r\n' 'common', 'package', 'S', '_PKG_NAME_SHORT', 'Site Name (short)', '%DOMAINNAME%', 'For display of site name (short version). This variable is used extensively in emails, and various pages.' 'common', 'package', 'S', '_PKG_NAME_LONG', 'Site Name (long)', '%DOMAINNAME% WebServices', 'Site long name for display, emails, etc. Basically longer version of the site short name.' 'common', 'package', 'S', '_PKG_EMAIL_MAIL', 'Package Email (default)', 'support@%DOMAINNAME%', 'Package last resort email address when it cannot locate a mail contacts entry.' 'common', 'package', 'S', '_PKG_TOP_GREETING', 'Site Top Block Greeting Text', 'Welcome To %DOMAINNAME% WebServices', 'The Site Top Block (header) greeting text displayed if logo is not enabled.' 'common', 'package', 'I', '_PKG_DATE_SERVER_OFFSET', 'Date display server offset in hours (global)', '0', 'Determines any hour offset from server time for the timestamps recorded / displayed. Can be negative.' 'common', 'package', 'S', '_PKG_DATE_FORMAT_SHORT_DT', 'Date Display Format for: Short Date (numerical)', 'Y-m-d', 'Determines the display format for the short datetime, not locale setting dependent. See http://www.php.net/manual/en/function.date.php for formatting options.' 'common', 'package', 'S', '_PKG_DATE_FORMAT_SHORT_DTTM', 'Date Display Format for: Short DateTime (numerical', 'Y-m-d H:i:s', 'Determines the display format for the short datetime, not locale setting dependent. See http://www.php.net/manual/en/function.date.php for formatting options.' 'common', 'package', 'S', '_PKG_DATE_FORMAT_HEADER', 'Date Display Format for: Header Row', '%A- %B %d, %Y', 'Determines the display format for the header block date display. See http://www.php.net/manual/en/function.strftime.php for formatting options.' 'common', 'package', 'S', '_PKG_DATE_FORMAT_PRINT', 'Date Display Format for: Printing (includes time)', '%A- %B %d, %Y @ %H:%M:%S %Z', 'Determines the display format for the footer printed items date display. See http://www.php.net/manual/en/function.strftime.php for formatting options.' 'common', 'package', 'B', '_PKG_ENABLE_IP_BAN', 'Package Banned IP Feature Enable', '1', 'Package Banned IP Feature enables admin to create a list of banned IP addresses that can not view the site. Banned IPs are redirected to error message.' 'common', 'package', 'B', '_PKG_ENABLE_EMAIL_ARCHIVE', 'Package Email Archive Enable', '1', 'Package Email Archive Enable set to YES will archive ALL emails sent out of the package.' 'common', 'package', 'R', 'PAYLINK_EXCHANGE_RATE', 'Exchange Rate For PayLinks', '0', 'If you show your prices in one curency and collect payment in another, enter the exchange rate here. If you do not use different currencies, leave this as either 1 or 0' 'common', 'package', 'I', 'USE_LOGIN_MENUBOX', 'Use Login Menu Box', '1', 'If "Left Column", a login/logoff box will be displayed in the left column before any menus and the logon/logoff button in the header will be disabled. If "Right Column", a login/logoff box will be displayed in the right column before any menus and the logon/logoff button in the header will be disabled. If "None", phpCOIN defaults to normal operation. Make sure that if "Yes", then Admin -> Parameters -> Themes -> Disable Menu Columns (Left / Right) is also set to "No"'

'common', 'pages', 'I', 'IPP_PAGES', 'Listing Items Per Page for: Pages', '15', 'Determines the number of pages that are displayed in listing form on a page.\r\n'

'common', 'summary', 'I', 'CC_DOMAIN_EXP_IN_DAYS', 'Summary- Domains Expiring In Days', '30', 'The setting determines the number of days from current to show as expiring domains in summary listing.' 'common', 'summary', 'B', 'CC_DOMAIN_EXP_LIST_ENABLE', 'Summary- Domains Expiring List Enable', '1', 'The setting enables the display of the domains expiring list in summary listing.' 'common', 'summary', 'B', 'CC_DOMAIN_EXP_LIST_INCL_EXPRD', 'Summary- Domains Expiring List Include Expired', '1', 'The setting enables the display of the domains expiring list in summary listing to also include expired domains.' 'common', 'summary', 'I', 'CC_SACC_EXP_IN_DAYS', 'Summary- Server Accounts Expiring In Days', '30', 'The setting determines the number of days from current to show as expiring server accounts in summary listing.' 'common', 'summary', 'B', 'CC_SACC_EXP_LIST_ENABLE', 'Summary- Server Accounts Expiring List Enable', '1', 'The setting enables the display of the server account expiring list in summary listing.' 'common', 'summary', 'B', 'CC_SACC_EXP_LIST_INCL_EXPRD', 'Summary- Server Accounts Expiring List Include Exp', '1', 'The setting enables the display of the server account expiring list in summary listing to also include expired server accounts.' 'common', 'summary', 'B', 'CC_SERVER_LIST_ENABLE', 'Summary- Servers List Enable', '1', 'The setting enables the display of the servers list in summary listing.' 'common', 'summary', 'B', 'PRODUCT_SUMMARY_ENABLE', 'Summary- Display Active Products', '1', '"Yes" will display a summary of all products that are on an active order. "No" will not display. If "Orders Listing Show Prod. Description" in the "orders" section is set to "Yes", then the description will show on the display, otherwise the product name will be shown.' 'common', 'summary', 'B', 'SUMMARY_INVOICES_BY_TYPE', 'Summary: Display Invoices By Billing Cycle', '1', 'If "Yes", invoices will be listed in columnar format, with the amounts broken out by status and billing cycle. If "No", the default is to lump all billing cycles into one column.'

'common', 'whois', 'R', 'DOMAIN_SETUP_FEE', 'Add $xxx.yy to Order As Domain Setup Fee', '0', 'Any amount here other than zero will be added to the price of the product ordered as a domain setup fee, and the words " (plus setup fee)" will be appended to the item description on the order IF the mrwhois module "Order" link was clicked.' 'common', 'whois', 'S', 'WHOIS_AFFILIATE_LINK', 'Registrar Affiliate Link', 'http://www.123-reg.co.uk/affiliate.cgi?id=AF8763', 'If you are an affiliate of a domain registrar and wish to use an affiliate link to register domains, enter the URL of the link here.' 'common', 'whois', 'B', 'WHOIS_EXT_LIST', 'Show Extensions DropDown List', '1', '"Yes" will show allowable domain extensions as a drop-down list. "No" will show the list as radio buttons.' 'common', 'whois', 'B', 'WHOIS_DETAILS_NEW', 'Show Domain Details In New Window', '1', '"Yes" will show details of registered domain in new "popup" window, "No" will use current window.' 'common', 'whois', 'B', 'WHOIS_INSTRUCTIONS_SHORT', 'Show Short Instructions', '0', '"Yes" will show abbreviated domain selection instructions to surfers, "No" will show the long instructions.' 'common', 'whois', 'B', 'WHOIS_ENABLED', 'WHOIS Enable (Visible)', '1', 'Determines if the WHOIS module is visible to the clients.' 'common', 'whois', 'I', 'WHOIS_LINK', 'Domain Registration Operation', '1', '0= Do NOT add an "Order" or "Register" link.\r\n1= Add "Order" link and go to "orders" page, passing in domain name and setting "New Domain" to "Yes".\r\n2= Add "Register" link, going to your affiliiate link to register the domain. This option will open a new browser window to the registrar, and the original browser window will remain on this page.'

'theme', 'buttons', 'B', '_HDR_MENU_BTTN_01', 'Header Menu Button 01: Enable', '1', 'Determines whether the button appears in the top menu.' 'theme', 'buttons', 'B', '_HDR_MENU_BTTN_02', 'Header Menu Button 02: Enable', '1', 'Determines whether the button appears in the top menu.' 'theme', 'buttons', 'B', '_HDR_MENU_BTTN_03', 'Header Menu Button 03: Enable', '1', 'Determines whether the button appears in the top menu.' 'theme', 'buttons', 'B', '_HDR_MENU_BTTN_04', 'Header Menu Button 04: Enable', '1', 'Determines whether the button appears in the top menu.' 'theme', 'buttons', 'B', '_HDR_MENU_BTTN_05', 'Header Menu Button 05: Enable', '1', 'Determines whether the button appears in the top menu.' 'theme', 'buttons', 'B', '_HDR_MENU_BTTN_06', 'Header Menu Button 06: Enable', '1', 'Determines whether the button appears in the top menu.' 'theme', 'buttons', 'B', '_HDR_MENU_BTTN_07', 'Header Menu Button 07: Enable', '1', 'Determines whether the button appears in the top menu.' 'theme', 'buttons', 'B', '_HDR_MENU_BTTN_08', 'Header Menu Button 08: Enable', '0', 'Determines whether the button appears in the top menu.' 'theme', 'buttons', 'B', '_HDR_MENU_BTTN_09', 'Header Menu Button 09: Enable', '1', 'Determines whether the button appears in the top menu.' 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_LINK_01', 'Header Menu Button 01: Link', 'index.php', 'Determines link (URL) for the corresponding button in main menu.' 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_LINK_02', 'Header Menu Button 02: Link', 'mod.php?mod=siteinfo&id=4', 'Determines link (URL) for the corresponding button in main menu.' 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_LINK_03', 'Header Menu Button 03: Link', 'mod.php?mod=articles', 'Determines link (URL) for the corresponding button in main menu.' 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_LINK_04', 'Header Menu Button 04: Link', 'mod.php?mod=mail&mode=contact', 'Determines link (URL) for the corresponding button in main menu.' 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_LINK_05', 'Header Menu Button 05: Link', 'mod.php?mod=faq', 'Determines link (URL) for the corresponding button in main menu.' 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_LINK_06', 'Header Menu Button 06: Link', 'mod.php?mod=helpdesk&mode=new', 'Determines link (URL) for the corresponding button in main menu.' 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_LINK_07', 'Header Menu Button 07: Link', 'mod.php?mod=search', 'Determines link (URL) for the corresponding button in main menu.' 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_LINK_08', 'Header Menu Button 08: Link', 'index.php', 'Determines link (URL) for the corresponding button in main menu.' 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_LINK_09', 'Header Menu Button 09: Link', 'mod.php?mod=orders', 'Determines link (URL) for the corresponding button in main menu.' 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_IMG_01', 'Header Menu Button 01: Image', '_IMG_MT_HOME_B', 'Determines image for the corresponding button in main menu.' 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_IMG_02', 'Header Menu Button 02: Image', '_IMG_MT_ABOUT_US_B', 'Determines image for the corresponding button in main menu.' 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_IMG_03', 'Header Menu Button 03: Image', '_IMG_MT_ARTICLES_B', 'Determines image for the corresponding button in main menu.' 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_IMG_04', 'Header Menu Button 04: Image', '_IMG_MT_CONTACT_B', 'Determines image for the corresponding button in main menu.' 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_IMG_05', 'Header Menu Button 05: Image', '_IMG_MT_FAQ_B', 'Determines image for the corresponding button in main menu.' 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_IMG_06', 'Header Menu Button 06: Image', '_IMG_MT_HELPDESK_B', 'Determines image for the corresponding button in main menu.' 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_IMG_07', 'Header Menu Button 07: Image', '_IMG_MT_SEARCH_B', 'Determines image for the corresponding button in main menu.' 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_IMG_08', 'Header Menu Button 08: Image', '_IMG_MT_SERVICES_B', 'Determines image for the corresponding button in main menu.' 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_IMG_09', 'Header Menu Button 09: Image', '_IMG_MT_PLACE_ORDER_B', 'Determines image for the corresponding button in main menu.' 'theme', 'buttons', 'B', '_USR_MENU_BTTN_02', 'User Menu Button 02: Enable', '1', 'Determines whether the button appears in the user menu.' 'theme', 'buttons', 'B', '_USR_MENU_BTTN_03', 'User Menu Button 03: Enable', '1', 'Determines whether the button appears in the user menu.' 'theme', 'buttons', 'B', '_USR_MENU_BTTN_04', 'User Menu Button 04: Enable', '1', 'Determines whether the button appears in the user menu.' 'theme', 'buttons', 'B', '_USR_MENU_BTTN_05', 'User Menu Button 05: Enable', '1', 'Determines whether the button appears in the user menu.' 'theme', 'buttons', 'B', '_USR_MENU_BTTN_06', 'User Menu Button 06: Enable', '1', 'Determines whether the button appears in the user menu.' 'theme', 'buttons', 'B', '_USR_MENU_BTTN_07', 'User Menu Button 07: Enable', '0', 'Determines whether the button appears in the user menu.' 'theme', 'buttons', 'B', '_USR_MENU_BTTN_08', 'User Menu Button 08: Enable', '0', 'Determines whether the button appears in the user menu.' 'theme', 'buttons', 'S', '_USR_MENU_BTTN_LINK_02', 'User Menu Button 02: Link', 'mod.php?mod=domains', 'Determines link (URL) for the corresponding button in user menu.' 'theme', 'buttons', 'S', '_USR_MENU_BTTN_LINK_03', 'User Menu Button 03: Link', 'mod.php?mod=orders&mode=view', 'Determines link (URL) for the corresponding button in user menu.' 'theme', 'buttons', 'S', '_USR_MENU_BTTN_LINK_04', 'User Menu Button 04: Link', 'mod.php?mod=invoices', 'Determines link (URL) for the corresponding button in user menu.' 'theme', 'buttons', 'S', '_USR_MENU_BTTN_LINK_05', 'User Menu Button 05: Link', 'mod.php?mod=helpdesk&mode=new', 'Determines link (URL) for the corresponding button in user menu.' 'theme', 'buttons', 'S', '_USR_MENU_BTTN_LINK_06', 'User Menu Button 06: Link', 'mod.php?mod=cc', 'Determines link (URL) for the corresponding button in user menu.' 'theme', 'buttons', 'S', '_USR_MENU_BTTN_LINK_07', 'User Menu Button 07: Link', 'index.php', 'Determines link (URL) for the corresponding button in user menu.' 'theme', 'buttons', 'S', '_USR_MENU_BTTN_LINK_08', 'User Menu Button 08: Link', 'index.php', 'Determines link (URL) for the corresponding button in user menu.' 'theme', 'buttons', 'S', '_USR_MENU_BTTN_IMG_02', 'User Menu Button 02: Image', '_IMG_MU_DOMAINS_B', 'Determines image for the corresponding button in user menu.' 'theme', 'buttons', 'S', '_USR_MENU_BTTN_IMG_03', 'User Menu Button 03: Image', '_IMG_MU_ORDERS_B', 'Determines image for the corresponding button in user menu.' 'theme', 'buttons', 'S', '_USR_MENU_BTTN_IMG_04', 'User Menu Button 04: Image', '_IMG_MU_INVOICES_B', 'Determines image for the corresponding button in user menu.' 'theme', 'buttons', 'S', '_USR_MENU_BTTN_IMG_05', 'User Menu Button 05: Image', '_IMG_MU_HELPDESK_B', 'Determines image for the corresponding button in user menu.' 'theme', 'buttons', 'S', '_USR_MENU_BTTN_IMG_06', 'User Menu Button 06: Image', '_IMG_MU_SUMMARY_B', 'Determines image for the corresponding button in user menu.' 'theme', 'buttons', 'S', '_USR_MENU_BTTN_IMG_07', 'User Menu Button 07: Image', 'undefined', 'Determines image for the corresponding button in user menu.' 'theme', 'buttons', 'S', '_USR_MENU_BTTN_IMG_08', 'User Menu Button 08: Image', 'undefined', 'Determines image for the corresponding button in user menu.'

'theme', 'layout', 'B', '_DISABLE_MENU_COLS', 'Disable Menu Columns (Left / Right)', '0', 'Determines if the page left / right menu columns are hidden.' 'theme', 'layout', 'B', '_DISABLE_HEADER_BLK', 'Disable Header (top) Block', '0', 'Determines if the page header row is hidden.' 'theme', 'layout', 'B', '_DISABLE_FOOTER_BLK', 'Disable Footer (bottom) Block', '0', 'Determines if the page footer row is hidden.' 'theme', 'layout', 'B', '_ENABLE_ADMIN_LOGIN_LINK', 'Admin Login Link Button Enable', '1', 'Determines if the "Admin" login button link is displayed on the client login screen.' 'theme', 'layout', 'B', '_ENABLE_BTN_MOUSEOVER', 'Enable- Form Button Mouseover', '1', 'Enables the mouseover action on all form buttons throughout the package.' 'theme', 'layout', 'B', '_ENABLE_MENU_USER_HDR', 'Enable- Menu User in Header Block', '0', 'Determines if the logged in user / admin menu is visible as a line directly below the main header menu.' 'theme', 'layout', 'B', '_ENABLE_MENU_USER_HROW', 'Enable- Menu User in Header Row', '1', 'Determines if the logged in user / admin menu is visible as an additional row below the header.' 'theme', 'layout', 'B', '_ENABLE_MENU_USER_FROW', 'Enable- Menu User in Footer Row', '0', 'Determines if the logged in user / admin menu is visible as an additional row above the footer.' 'theme', 'layout', 'B', '_PAGE_HEADER_DATE', 'Site- Page Header Show Date', '1', 'Determines whether the date is displayed in the page header block.' 'theme', 'layout', 'B', '_PAGE_HEADER_LOGO', 'Site- Page Header Show Logo', '1', 'Determines whether the site logo, or greeting text is displayed in the page header block.' 'theme', 'layout', 'S', '_PAGE_HEADER_LOGO_FILE', 'Site- Page Logo Filename', 'logo_phpcoin.gif', 'Logo filename that is located in the site /coin_images directory.' 'theme', 'layout', 'B', '_PAGE_HEADER_CLEAR', 'Site- Page Header Make Clear', '0', 'Determines if the site header row is colored (styles) or clear (underlying color).' 'theme', 'layout', 'B', '_PAGE_FOOTER_CLEAR', 'Site- Page Footer Make Clear', '1', 'Determines if the site footer row is colored (styles) or clear (underlying color).' 'theme', 'layout', 'B', '_PKG_WRAPPER_ENABLE', 'Enable- Package Wrapper', '0', 'Package Wrapper Feature enables "wrapper" code around the phpCOIN package.' 'theme', 'layout', 'S', '_WIDTH_OUTER_TABLE', 'Percent / Pixel (include % or px) of outmost table', '750px', 'Determines the pixel width of the package outermost table. Must be include either percent or pixel.' 'theme', 'layout', 'I', '_WIDTH_COL_BLOCK', 'Percentage Width Of Menu left / right columns', '15', 'Determines the percentage of total width for each left / right menu column.' 'theme', 'layout', 'I', '_WIDTH_MENU_BLOCK', 'Pixel Width Of Menu Block', '150', 'Determines the pixel width setting for a right / left column menu block.' 'theme', 'layout', 'S', '_WIDTH_CONTENT_AREA', 'Percentage width of Content Area Tables', '100%', 'Determines the percentage width of the center content area that non modules output will consume.' 'theme', 'layout', 'S', '_WIDTH_MODULE_AREA', 'Percentage Width Of Module Content', '100%', 'Determines the percentage width of the center content area that modules output will consume.' 'theme', 'layout', 'I', '_WIDTH_PRINT_AREA', 'Pixel width of Print Tables', '700', 'Determines the pixel width of the package outer most table when being printed.'

'undefined', 'module', 'I', 'IPP_MNEWS', 'Listing Items Per Page for: M-News', '30', 'Determines the number of news items that are displayed in listing form on a page. Future item.\r\n'

'user', 'package', 'S', 'CO_INFO_01_NAME', 'Company Info 01: Name', 'A phpCOIN User', 'Global scope variable, currently used in invoices.' 'user', 'package', 'S', 'CO_INFO_02_ADDR_01', 'Company Info 02: Address Line 01', , 'Global scope variable, currently used in invoices.' 'user', 'package', 'S', 'CO_INFO_03_ADDR_02', 'Company Info 03: Address Line 02', , 'Global scope variable, currently used in invoices.' 'user', 'package', 'S', 'CO_INFO_04_CITY', 'Company Info 04: City', 'Glace Bay', 'Global scope variable, currently used in invoices.' 'user', 'package', 'S', 'CO_INFO_05_STATE_PROV', 'Company Info 05: State/Prov', , 'Global scope variable, currently used in invoices.' 'user', 'package', 'S', 'CO_INFO_06_POSTAL_CODE', 'Company Info 06: Postal Code', , 'Global scope variable, currently used in invoices.' 'user', 'package', 'S', 'CO_INFO_07_COUNTRY', 'Company Info 07: Country', , 'Global scope variable, currently used in invoices.' 'user', 'package', 'S', 'CO_INFO_08_PHONE', 'Company Info 08: Phone No.', , 'Global scope variable, currently used in invoices.' 'user', 'package', 'S', 'CO_INFO_09_FAX', 'Company Info 09: FAX', , 'Global scope variable, currently used in invoices.' 'user', 'package', 'S', 'CO_INFO_10_TAXNO', 'Company Info 10: Tax Number', , 'If you charge taxes and require that your tax registration number appear on invoices, etc., enter it here' 'user', 'package', 'S', 'CO_INFO_11_TOLL_FREE', 'Company Info 11- Toll Free Number', , 'Global scope variable, currently used in footer.' 'user', 'package', 'S', 'CO_INFO_12_TAGLINE', 'Company Info 12- TagLine', 'A Clever TagLine Here', 'Text of a "tagline" that will appear on invoices, and in the site footer' 'user', 'package', 'B', 'DISPLAY_ON_CONTACT_FORM', 'Display On Contact Form', '1', 'If "Yes", the Company Information in this section will be displayed on the "Contact Us" form,as well as used on invoices. If "No", the "Contact Us" form will be an email-only-form.' 'user', 'package', 'B', 'DISPLAY_ON_FOOTER', 'Display On Output Footer', '1', 'If "Yes", the Company Information in this section will be displayed in the footer of every page output by phpCOIN.'

'common', 'downloads', 'B', 'LIMIT_DOWNLOADS_TO_LOGGED_IN', 'Downloads for logged-in users only', '1', 'If "Yes", a user must be logged-in in order to access the downloads page. If "No", anyone can access the downloads page.' 'common', 'downloads', 'B', 'HIDE_NOAVAILS', 'Show Available Downloads Only', '1', 'Whether phpCOIN will display all downloads in the database, or only those marked "available"' 'common', 'downloads', 'S', 'DLOAD_URL', 'Downloads Root URL', 'http://%DOMAIN%/coin_downloads/', 'Root URL where downloads are located. The http:// prefix and the trailing slash can be eliminated ~ phpCOIN will auto-append them if necessary.'

RackSpace Hosting

Personal tools