|
What this is
This file is included in the DevDaily.com
"Java Source Code
Warehouse" project. The intent of this project is to help you "Learn
Java by Example" TM.
Other links
The source code
<html>
<head>
<title>JForum - Help
<link href="jforum.css" rel="stylesheet" type="text/css" />
</head>
<body>
<jsp:include page="header.htm"/>
<table width="792" align="center" border="0">
<tr height="10">
<td colspan="2"> |
</tr>
<tr>
<td valign="top" rowspan="3" width="12%">
<img src="dot.gif"> Main page
<img src="dot.gif"> Features
<img src="dot.gif"> Download
</td>
</tr>
<tr>
<td colspan="2" valign="top">
<font style="font-family: verdana; font-size: 22px;">Help / FAQ
<img src="h_bar.gif" width="100%" height="2">
</td>
</tr>
<tr>
<td valign="top">
<p>
<br/>
<b>For more help and support, please access the Community forum. Click here
</p>
<a name="top">
<!-- Installation -->
<img src="dot.gif"> Installation
<li>Where do JForum store my personall settings?
<li>I'm getting an error that says that I need write access to some directories
<br/>
<!-- Board Settings -->
<img src="dot.gif"> Board / Forum Settings
<li>How do I configure the Forum settings?
<li>How do I configure email notifications?
<li>How to I set a different Character Encoding?
<li>Can I restict the access to some forums or categories?
<br/>
<!-- Funcionalities -->
<img src="dot.gif"> JForum Funcionalities
<li>What database does JForum support?
<li>Which are the languages currently supported in JForum
<li>What does "Announce" and "Sticky" mean, other than a special icon?
<li>Which open source license is JForum under?
<br/>
<!-- Database -->
<img src="dot.gif"> Database Issues
<li>When using MySQL 4.1, I get an error like "Illegal mix of collations". What is that and how to solve?
<br/>
<!-- Users -->
<img src="dot.gif"> Users
<li>Avatar upload is not working. What's wrong?
<p> 
<!-- Installation Anwsers -->
<img src="dot.gif"> Installation Answers
<p>
<a name="install_store_files">How do I configure the Forum settings?
All dinamically manipulled settings are stored in a special configuration file in the <i>WEB-INF/config directory.
The filename is system dependant, according to the user which is running the webserver, in the form
<b><user.name>.conf. So, if the system' user is "Webserver", all custom settings will be written to the file
<i>WEB-INF/config/Webserver.conf.
Obviously, it should have write access to this directory. <a href="#top">Top
</p>
<p>
<a name="install_write_error">I'm getting an error that says that I need write access to some directories
The error "<i>Please give write access for the user who is running the webserver to the file 'index.htm'
and for the directory 'WEB-INF/config' and its subdirectories before continuing</i>" means that, in order to JForum be able
to store its configurations, it needs write access to these directories / files. <br/>
It occurs generally in shared environments, like ISPs for example, where the user who owns the webserver process is different
from your ftp user. To solve this issue, simply give write access to the respective user. For more information, please contact
your System Administrator / Support. <a href="#top">Top
</p>
<!-- Board Settings Anwsers -->
<img src="dot.gif"> Board / Forum Settings Answers
<p>
<a name="admin_config">How do I configure the Forum settings?
All administrative settings are done in the "Admin Panel", that can be accessed through the link "Admin Panel" available
in the end of the forum page. You must be logged as administrator, either by using the <i>Admin account or any other
user who has administrative privileges. <a href="#top">Top
</p>
<p>
<a name="email_notification"> How do I configure email notifications?
You can change this option in the admin panel, Configurations section. <a href="#top">Top
</p>
<p>
<a name="encoding">How to I set a different Character Encoding?
Go to the Admin Panel, section "Configurations". Set the character encoding you want in the "Character Encoding" field. <a href="#top">Top
</p>
<p>
<a name="restricted_forums">Can I restict the access to some forums or categories?
Yes. Restricting access to forums or categories will make them do not be shown to users who doesn't have access
rights. To acquire that, go to the <a href="#admin_config">Administration Panel -> Groups -> Permissions
and then choose the forums and / or categories you want to restrict in the section "Restricted Forums" and
"Restricted Categories". <a href="#top">Top
</p>
<!-- JForum Functionalities Answers -->
<img src="dot.gif"> JForum Funcionalities Answers
<p>
<a name="databases">What database does JForum support?
As of version 2.0, JForum is bundled with support to MySQL, PostgreSQL and HSQLDB. Other databases are known to work, like
Oracle, SQLServer and Firebird. <a href="#top">Top
</p>
<p>
<a name="#sticky">What does "Announce" and "Sticky" mean, other than a special icon?
Announces are always shown first. Sticky are shown first of other topics as well, but after Announces. <a href="#top">Top
</p>
<p>
<a name="languages">Which are the languages currently supported in JForum?
As of version 2.0, the languages supported are English, Chinese Simplified, French, German, Dutch, Português do Brasil, and Russian.
<a href="#top">Top
</p>
<p>
<a name="#license"> Which open source license is JForum under?
JForum is licensed under the BSD License. <a href="#top">Top
</p>
<!-- Database Answers -->
<img src="dot.gif"> Database Issues Answers
<p>
<a name="mysql_4_1">When using MySQL 4.1, I get an error like "Illegal mix of collations". What is that and how to solve?
When using MySQL 4.1 or newer, JForum will raise an error when trying to do some options. The error raised generally is like "<i>Illegal mix of collations"
(utf8_general_ci,IMPLICIT) and (latin1_swedish_ci,COERCIBLE)</i>".
Until we find a real solution, a workaround is described at <a href="http://www.jforum.net/posts/list/455.page">http://www.jforum.net/posts/list/455.page.
<a href="#top">Top
</p>
<!-- User Anwsers -->
<img src="dot.gif"> User Answers
<p>
<a name="linux_no_x">Avatar upload is not working. What's wrong?
If you are using Linux, or other Unix like machine, it is necessary that you have installed the X server libraries.
Another solution is to run the Servlet Container setting up JAVA_OPTS's parameter <i>java.awt.headless to "true".
For more information, see <a href="http://www.jforum.net/posts/list/219.page">http://www.jforum.net/posts/list/219.page
<a href="#top">Top
</p>
</td>
</tr>
</table>
<jsp:include page="bottom.htm"/>
</body>
</html>