[ phpMyFAQ Documentation ](valid for version: 1.3.0 and up)
phpMyFAQ is a multilingual, completely database-driven FAQ-system. For the time being a MySQL database (support for other databases is under development) is used to store all data, PHP 4.1.0 (or higher) is needed in order to access this data. phpMyFAQ also offers a Content Management-System, flexible multi-user support, a news-system, user-tracking, language modules, templates, extensive XML-support, PDF-support, a backup-system and an easy to use installation script. This documentation should help you with installing and administrating phpMyFAQ. phpMyFAQ is published unter the Mozilla Public License Version 1.1 (MPL). This license guarantees you the free usage of phpMyFAQ, access to the sourcecode and the right to modify and distribute phpMyFAQ. The only restrictions apply to the copyright, which remains at all times at Bastian Poettner and Thorsten Rinne. Any modified versions of phpMyFAQ will also fall under the terms of MPL. Any other program, that may only be accessing certain functions of phpMyFAQ is not affected by these restrictions and may be distributed under any type of license. A commercial usage or commercially distribution of phpMyFAQ, e.g. on CD-ROMs, is allowed, as long as the conditions mentioned above are met. We decided to use MPL as the licensing model for phpMyFAQ because we feel that it is a good compromise between the protection of the openness and free distribution on the one hand and the interaction with other software regardless of its licensing model. When compared to other licensing models its text is short and easily comprehensible, even for newcomers. If you should run into any problems using phpMyFAQ check out our support forums at www.phpmyfaq.de. There is no support by phone or email, please refrain from calling us. © 2001 - 2003 by Bastian Poettner and Thorsten Rinne under the Mozilla Public License. 2.a. Requirements for phpMyFAQ phpMyFAQ addresses a MySQL databse via PHP4. In order to install it you will need a webserver that meets the following requirements:
You can determine which versions your webserver is running by creating a file called info.php with the following content: <?php phpinfo(); ?> Upload this file to your webspace and open it using your browser. You will now be prompted the PHP and MySQL version numbers. The installation-script also checks which versions of PHP and MySQL are installed on your server. Should you not meet the requirements, the installation process will not complete. In case you only have PHP3 or PHP 4.0.x installed you cannot use phpMyFAQ. To view the FAQ pages you will need a third-generation browser (e.g. Netscape 3.01). Stylesheet formatting will only become visible if you're using a current browser like Netscape 6 or Internet Explorer 5. In order to be able to print you need to have JavaScript enabled. Printing using Internet Explorer requires at least version 5. Please unzip the downloaded archive on your harddisk. An overview of all contained files is listed in the file phpmyfaq.txt. You can modify the layout of phpMyFAQ using templates. A description of how this is done can be found below. Copy all unzipped files to your webserver in a directory using FTP. A good choice would be the directory faq/. Open your browser and type in the following URL: http://www.yourdomain.com/faq/install/installer.php Substitute www.yourdomain.com with your actual domain name. When the site is loaded enter the address of your MySQL server (e.g. db.provider.com), your MySQL username and password as well as the database name. The datebase must be availible before running the installation script. You can leave the prefix-field empty. If you are planning on using multiple FAQs in one database you will have to use a tableprefix, though (i.e. sport for a sports-FAQ, weather for a weather-FAQ, etc.). Please note that only letters and an underline: "_" can be used as the prefix. When using multiple FAQs you need to install them independently into different directories (e.g. faq1/, faq2/. faq3/ etc.). In addition you can enter your language, default here is English. Furthermore you should register your name, your email address and - very importantly - your password. You must enter the password twice and it have to be at least six places long. Then click the button "install" to initialize the tables in your database. Once you've successfully installed the FAQ you will have to delete the directory /install! You can enter the public area of your FAQ by entering http://www.yourdomain.com/faq/index.php into your browser's address field. Your FAQ will be empty and presented in the the standard layout. To configure phpMyFAQ point your browser to http://www.yourdomain.com/faq/admin/index.php auf. Use the login admin and your selected password for your first login den Admin-Bereich. Regarding the search-function: Fulltext-search will only work if there are some entries in the database (5 or more). The term you are looking for should also not be in more than 50% of all your entries, or it will automatically be excluded from search. This is not a bug, but rather a feature of MySQL. PHP settings: If you're able to edit the php.ini file, please check that the variable file_upload = On is set; otherwise the file upload will not work for the attachments. Updating to phpMyFAQ 1.3.0 is possible from the following versions:
Updating phpMyFAQ 1.1.x is fairly simple. Via FTP delete all files except:
Copy the new files to your webspace and open the following URL in your browser: http://www.yourdomain.com/faq/install/update.php Choose your installed phpMyFAQ version and click the button of the update script, your version will automatically be updated. Don't forget to delete the /install directory once the update is done! Use the username admin and password admin for your first login to the admin area. Remember to change the admin password as soon as possible. Updating phpMyFAQ 1.2.x is fairly simple. Via FTP delete all files except:
Copy the new files to your webspace and open the following URL in your browser: http://www.yourdomain.com/faq/install/update.php Choose your installed phpMyFAQ version and click the button of the update script, your version will automatically be updated. Don't forget to delete the /install directory once the update is done! Use the username admin and password admin for your first login to the admin area. Remember to change the admin password as soon as possible. In order to use your existing templates with php MyFAQ 1.3.0 you will have to adjust them. Please read the next paragraph to learn more. 3.c. Modifying templates for phpMyFAQ 1.3.x Since phpMyFAQ 1.3.0 supports PDF and multilingual FAQs existing templates for version 1.2.x need to be modified to reflect these new features. The following templates have changed:
Please use the new template included with version 1.3.0 and adjust your layout to avoid any problems. Change the JavaScript section and replace the old code with the new between <script language="JavaScript" type="text/javascript"> and </script>, otherwise printing won't work. You'll need to add CSS values for the <pre> areas, which you can copy from the original style.css file. Please use the new template included with version 1.3.0 and adjust your layout to avoid any problems. Updating phpMyFAQ 1.3.x is fairly simple. Via FTP copy all new files from the update zip file except:
Open the following URL in your browser: http://www.yourdomain.com/faq/install/update.php Choose your installed phpMyFAQ version and click the button of the update script, your version will automatically be updated. Don't forget to delete the /install directory once the update is done! The administration of phpMyFAQ is completely browser-based. The admin area can be found under this URL: http://www.yourdomain.com/faq/admin/index.php By entering your username and password you can log into the system. On the startpage you can see the admin menu on the left, some statistics about visits, entries and comments on the right. The menu contains the following sections:
phpMyFAQ offers a flexible management of privileges (or rights) for different users in the admin area. It is possible to assign different priviledges to real people (represented by the term users). Those priviledges are very detailed and specific, so that you could allow a certain user to edit but not to delete an entry. It is very important to contemplate which user shall get which priviledges. You could edit an entry by completely deleting all content, which would be equivalent to deleting the whole entry. The number of possible users is not limited by phpMyFAQ. In the main screen of the user administration you'll see an overview of all active user profiles, whereas a combination of "1" and "0" represents the priviledges of a user. A "1" symbolizes that a user has this priviledge, a "0" shows that a user cannot perform a certain action. The order is essentially the same as the listing of the "Rights" when creating or editing a user. Keep in mind that new users have no priviledges at all, you will have to assign them by editing the user's profile. The admin user cannot be deleted, nor can the name be changed.
You can select the language of your entry. By default the language of the browser will be chosen. You can create entries in multiple languages like this: Write an article in English (or any other language) and save it. Now choose edit records and edit your English entry. Change the theme, content and keywords and change language to, let's say Brazilian portuguese. Save the entry. Now you can, when you click edit records, see both entries in your list, having the same id, yet different languages. phpMyFAQ lets you create different sections and subsections for your FAQ. You can also re-arrange your categories in a different order. Unfortunately this feature isn't finished yet. phpMyFAQ offers you the ability to post news on the starting page of your FAQ. In the administration area you can create new items, edit existing news or delete them. phpMyFAQ lets visitors contribute to the FAQ by asking questions. Every visitor is able to view these open questions in the public area, and may give an answer. If you wish to get rid of open questions you can do so using this section. Alternatively you can take over a question and answer it yourself and hereby add it to the FAQ. Below every entry visitors have the chance to rate the overall quality of an article by giving ratings from 1 to 5 (whereas 1 is the worst, 5 the best rating). In the statistics the average rating and number of votes becomes visible for every rated entry. To give you a quick overview entries with an average rating of 2 or worse are displayed in red, an average above 4 results in a green number. phpMyFAQ can save the login information to the admin area as a cookie on your computer. Although this feature may be very comfortable it is a potential security hole. Only use cookies if you are the only person using the computer. This functions lets you keep track of your visitors. Every visitor is assigned an id when coming to your starting page, that identifies him during his whole visit. Using the information gathered here you could reconstruct the way visitors use your FAQ and make neccessary adjustments to your categories, content or keywords. There is also a search function that you can use to look for a certain IP, the number of minimum actions or the date of a visit. The adminlog allows you to track any actions taken by users in the admin area of phpMyFAQ. If you feel you have an intruder in the system you can find out for sure by checking the admin log. This section lets you change your password. It is possible to deny this function for a certain user, which is very reasonable for group accounts. In order to change the password you need to have "Change Password" enabled for this user. Here you can edit the general settings of phpMyFAQ. However, colours or layout cannot be modified here. Please note that you cannot use HTML Code in your entries if you enabled BB-Codes! Should you want to enter multiple email addresses in the configuration separate them by a comma (","). Using the backup function it is possible to create a copy of the database to a single file. This makes it possible to restore the FAQ after a possible "crash" or to move the FAQ from one server to another. It is recommended to make regular backups of your FAQ.
Maybe you want to show the news, the Top 10 or the latest records on your website. For this reason you can export these parts to RSS feeds. RSS is a Web content syndication format. Its name is an acronym for Really Simple Syndication. RSS is dialect of XML. You'll find a PHP scrip on our download page, that reads the RSS feeds and you can include it on your website. You have to build the RSS files at the point Export your FAQ in the admin area. You'll find the files in the directory xml/. The following files will be created:
Clicking on Logout will end the current session. It is recommended to logout before closing the browser to prevent exploits. 5. Modifying Layout, Templates and Styles Since version 1.2.0 code and layout are almost completely seperated. The layout is based on several templates, that you can modify to suit your own needs. The most important files for phpMyFAQ's layout can be found in the directory template/. Note: You cannot change the layout of the admin area using templates. Should you feel the need to change the appearance of the admin area you will have to edit the file admin.php. Please be aware that any changes to the file admin.php will be lost once you update phpMyFAQ. 5.a. The file template/index.html The default layout of phpMyFAQ is saved in the index.html file. This is a normal HTML-file including some variables in curly brackets, serving as placeholders for content. Example: <td width="200" class="little" align="center">{userOnline}</td> The template-parser of the FAQ converts the placeholder {userOnline} to the actual number of visitors online. You can change the template as you wish, but you may want to keep the original template in case something goes wrong. Theoretically you can use any editor for changing the templates, test using Dreamweaver were successful. Modifying the files with Microsoft Frontpage, Adobe GoLive or NetObjects Fusion may mess up the template, since they alter the source-code. 5.b. The file template/style.css All formattings such as fonts, colors and the like can be modified in the CSS-file style.css. More info can be found at the official W3C website. If requested, we can make more templates available. Visit our forums if you're interested. Thank you for using phpMyFAQ! :-)
Authors of the FAQ-Documentation: Thorsten Rinne, Bastian Poettner Thanks to: © 2001-2003 Thorsten Rinne und Bastian Poettner |