|
jforum example source code file (15.txt)
The jforum 15.txt source code!!! PHPBB / PHPNuke to JForum migration Migrating from a PHPBB or PHPNuke forum to JForum is quite straightforward. We provide a command line tool that reads all information from a source database - PHPBB or PHPNuke - and convert it to a JForum database. JForum's ''Phpbb2JForum'' is able to import ''most'' of the tables, as shown in the table below. Please note that, while there are items marked as __%%(color: red)no%%__, is doesn't mean that JForum don't have a relative table - It only means that the table's data will not be imported by the tool. ||Table Name||Is data Imported?||Description |phpbb_auth_access|__%%(color: red)no%%__|JForum uses a completely different security model from PHPBB. |phpbb_banlist|__%%(color: green)YES%%__| |phpbb_categories|__%%(color: green)YES%%__| |phpbb_config|__%%(color: red)no%%__|Configurations in JForum are completely different from PHPBB |phpbb_confirm|__%%(color: red)no%%__| |phpbb_disallow|__%%(color: red)no%%__| |phpbb_forum_prune|__%%(color: red)no%%__|Feature not implemented yet |phpbb_forums|__%%(color: green)YES%%__| |phpbb_groups|__%%(color: green)YES%%__|Groups are migrated, but not group roles ('permissions'') |phpbb_posts|__%%(color: green)YES%%__| |phpbb_posts_text|__%%(color: green)YES%%__| |phpbb_privmsgs|__%%(color: green)YES%%__|All private messages are imported |phpbb_privmsgs_text|__%%(color: green)YES%%__| |phpbb_ranks|__%%(color: green)YES%%__| |phpbb_search_results|__%%(color: red)no%%__|JForum uses [Lucene|http://lucene.apache.org] for search |phpbb_search_wordlist|__%%(color: red)no%%__|Same as above |phpbb_search_wordmatch|__%%(color: red)no%%__|Same as above |phpbb_sessions|__%%(color: red)no%%__|Session information is irrelevant |phpbb_smilies|__%%(color: green)YES%%__| |phpbb_themes|__%%(color: red)no%%__|JForum uses a different template engine |phpbb_themes_name|__%%(color: red)no%%__| |phpbb_topics|__%%(color: green)YES%%__| |phpbb_topics_watch|__%%(color: green)YES%%__| |phpbb_user_group|__%%(color: green)YES%%__| |phpbb_users|__%%(color: green)YES%%__| |phpbb_vote_desc|__%%(color: green)YES%%__| |phpbb_vote_results|__%%(color: green)YES%%__| |phpbb_vote_voters|__%%(color: green)YES%%__| |phpbb_words|__%%(color: red)no%%__|JForum currently does not implement this feature !! Permissions / Access rights ''Phpbb2JForum'' __does not__ import permissions / roles, so, after the importing process is finished, you'll need to manually setup access rights for each for the imported groups. The migration tool only setup Admin access for those users who also are Administrators in the PHPBB version. !! Search - Indexing the database !! Downloading the import tool ''Phpbb2JForum'' is a command line tool, which means you won't have a nice and fancy window :). Also, you'll need to have Java 1.4. It comes with the main [JForum package|http://www.jforum.net/download.jsp], and it is located in the directory ''/tools/phpbb2jforum'', where you will find two files: phpbb2jforum.bat and phpbb2jforum.sh. The first is to be used in a Windows environment, while the second will work for any Unix based system - Linux, BSD, Mac OS X etc... !! The configuration file Before you run the tool, it is necessary to setup some configurations, like database host and username, as well the table prefixes used in your current PHPBB installation. Open the file ''/tools/phpbb2jforum/resource/__SystemGlobals.properties__'' in any text editor, and prepare it according to the following table: ||Property||Default value||Description |database.jforum.url|jdbc:mysql://localhost/jforum?user=root&password=root|This is the connection string to where JForum tables are in - to where the data will be migrated |database.phpbb|phpbb|Name of the PHPBB database. It __must__ be located in the same MySQL server where JForum is (specified by the property ''database.jforum.url'' |phpbb.table.prefix|phpbb_|The prefix of the PHPBB tables. Most installations will have the default value. If you are going to migrate from a PHPNuke forum, it is probably that the prefix is ''nuke_bb'' Those are the only three properties you need to set. [{Note title='Location of the PHPBB PHPNuke database and access rights' In order to properly work, JForum and PHPBB / PHPNuke databases must be in the same MySQL server (not the same database, but same server). Also, the database user should be able to access both databases, as JForum will try to execute queries in either JForum and PHPBB / PHPNuke instances, using the form "SELECT <fields> FROM Other jforum examples (source code examples)Here is a short list of links related to this jforum 15.txt source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.