Java Doc for MVNForumConfig.java in » Forum » mvnforum-1.1 » com » mvnforum » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Do we allow storing backup files on the server? Currently not used.
IMPORTEXPORT_TYPE_JIVE_XML
final public static int IMPORTEXPORT_TYPE_JIVE_XML(Code)
Type of import file: Jive XML.
Using http://www.jivesoftware.com/jive.dtd, xmlversion="1.0".
IMPORTEXPORT_TYPE_MVN_XML
final public static int IMPORTEXPORT_TYPE_MVN_XML(Code)
Type of import/export file: mvnForum XML.
Import only database info, no attachments, message folders, avatars, ...
IMPORTEXPORT_TYPE_MVN_ZIP
final public static int IMPORTEXPORT_TYPE_MVN_ZIP(Code)
Type of import file: mvnForum ZIP.
Also import attachments, avatars, message folders
MESSAGE_LEVEL_ALL_MESSAGES
final public static int MESSAGE_LEVEL_ALL_MESSAGES(Code)
Output all messages, including errors, important messages and
informational/status messages. This constant is used for specifing
the level of output in various processess throughout the application.
MESSAGE_LEVEL_IMPORTANT_MESSAGES
final public static int MESSAGE_LEVEL_IMPORTANT_MESSAGES(Code)
Output only error messages and important messages (no
informational/status messages). This constant is used for specifing
the level of output in various processess throughout the application.
MESSAGE_LEVEL_ONLY_ERRORS
final public static int MESSAGE_LEVEL_ONLY_ERRORS(Code)
Output only error messages (no important messages, no
informational/status messages). This constant is used for specifing
the level of output in various processess throughout the application.
ROWS_IN_LAST_REPLIES
final public static int ROWS_IN_LAST_REPLIES(Code)
This is the number of reply rows returned when addpost (reply to a topic)
/forum/addpost