Title: ForumConverter
Author: Orson Teodoro
Published: <strong>2011년 7월 26일</strong>
Last modified: 2011년 10월 14일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://s.w.org/plugins/geopattern-icon/forumconverter.svg)

# ForumConverter

 작성자: [Orson Teodoro](https://profiles.wordpress.org/orson-teodoro/)

[다운로드](https://downloads.wordpress.org/plugin/forumconverter.1.13.zip)

 * [세부사항](https://ko.wordpress.org/plugins/forumconverter/#description)
 * [평가](https://ko.wordpress.org/plugins/forumconverter/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/forumconverter/#installation)
 * [개발](https://ko.wordpress.org/plugins/forumconverter/#developers)

 [지원](https://wordpress.org/support/plugin/forumconverter/)

## 설명

_This plugin is under heavy development. Please do not use it in production unless
your willing to accept difficulty of
 upgrading or correctness of the conversion.

ForumConverter migrates post, topics, and users from one forum to a WordPress compatible
forum. Currently,
 ForumConverter supports phpBB 3.0.9 to bbPress 2.0 conversion
in addition to migrating users as subscribers to your WordPress blog.

ForumConverter migrates users from the source forum database to WordPress compatible
forum so that migraters can take
 advantage of BuddyPress social networking. This
is not a bridge.

For phpBB-to-bbPress conversions, ForumConverter is capable of…

 * reproducing the same forum tree structure for bbPress
 * reproducing forum post using the same same user, timestamps, sticky flag
 * allowing converted users to sign on using their existing phpBB password.
 * converting between BBCode or native bbPress HTML markup
 * supporting inline attachment conversion and whole topic/reply attachment conversion.
 * migrating of instant messenger info, global moderator membership, and emails.
 * password protected forums migration using the same phpBB password

Some things that are impossible to do for ForumConverter for phpBB-to-bbPress conversions

 * Complete conversion of custom BBCode. Only YouTube BBCode is supported but BBCode
   lite does not support YouTube tags.

Please read the installation instructions before preceeding. Remote conversion is
not supported.

## 스크린샷

[⌊Configuring settings for ForumConverter.⌉⌊Configuring settings for ForumConverter
.⌉[

Configuring settings for ForumConverter.

## 설치

 1.  Before you start make sure you backup your databases and ftp site. This software
     does a **destructive conversion** to your existing WordPress/bbPress installation.
 2.  It is recommended that you set up a development server or sandbox environment 
     and do the conversion on that machine before damaging your production server.
 3.  Bring your phpBB installation up to date to 3.0.9
 4.  Bring your bbPress installation up to date to bbPress 2.0.
 5.  Upload `forum-converter folder` to the `/wp-content/plugins/` directory
 6.  Activate the bbPress plugin first through the ‘Plugins’ menu in WordPress
 7.  Activate the ForumConverter plugin through the ‘Plugins’ menu in WordPress
 8.  Configure the settings information for the source forum
 9.  Press convert to start conversion.
 10. Delete the source forum username/password after conversion by saving it.
 11. Deactivate ForumConverter plugin and activate ForumConverter-Auth plugin
 12. Optional: Activate the ForumConverter-Signature plugin to render signatures and
     edit signatures
 13. Optional: Activate the ForumConverter-Password plugin to edit/remove converted
     forum passwords

## FAQ

#### Does your plugin support the bbPress found on BuddyPress

No. The data tables differ for bbPress 2.0.

#### Will you support bbPress found on BuddyPress

Maybe. BuddyPress does not support subforums or subgroups making the conversion 
process non-trivial.

#### What does “Use BBCode instead of HTML markup” do

If you check this option, the converter will utilize “BBcode Lite for bbPress” markup.
Unchecking this option will
 make the converter use HTML markup.

#### What do I put for server prefix

This might be phpbb_ depending on your phpBB setup.

#### What do I put for server upload path

This should point to the folder containing your attachments. For phpBB this may 
be contained in phpBB_InstallationFolder/files. Use backslashes for windows servers
or forward slashes for unix or
 unix like servers.

#### How do I get BBCode Lite recognize my BBCode produced by ForumConverter

We do not support BBPress Lite. But it is trivial to bring BBCode Lite up-to-date
to support bbPress 2.0.

#### How do I get my plugin to support attachments produced by ForumConverter

ForumConverter does not utilize extra tables found in bbPress Attachments plugin
and phpBB but rather utilizes wp_posts table itself. Attachments reference their
topic or posts ID in that same table.

#### How do I get forum members to take on a different WordPress group permission

You can modify the source code to place that user in a different user permission.

#### What sort of destructive conversion does this plugin do?

The plugin will delete existing bbPress 2.0 posts, replies, and post meta. In addition,
it may
 do destructive conversion of users if it encounters an already existing 
WordPress user.

#### Can I deactivate this plugin?

If you are using password protected forums or phpBB password features do not deactivate
this plugin to
 ensure that phpBB password protected forums and phpBB login passwords
work properly.

With version 1.03 you can disable the conversion module and then activate the

#### Will upgrades update previous conversions missing features of the current version?

No

#### What password should be used?

Before 1.03, Any user with a phpBB account will use the phpBB username and password.

If your using 1.03, merged users with existing WordPress accounts must use the same
WordPress username and password
 with the phpBB username lost in the conversion 
if a email match is found. Any account that failed to match a WordPress username,
or email will need to use the phpBB username and password.

#### I get “conversion is not supported” message

Make sure you activate bbPress before you do the conversion. If this doesn’t work
you may try to disable the check in the source code yourself.

#### The conversion dies suddenly in the middle of the conversion

You need to increase your PHP script timeout period longer. PHP kills a script after
a certain amount of time. Modify the source code and set set_time_limit to a higher
value so that the conversion completes for slower CPUs. Also there is a similar 
limit for MySQL also that needs to be adjusted to prevent mysql server from timing
out.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“ForumConverter”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ Orson Teodoro ](https://profiles.wordpress.org/orson-teodoro/)

[자국어로 “ForumConverter”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/forumconverter)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/forumconverter/)는, [SVN 저장소](https://plugins.svn.wordpress.org/forumconverter/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/forumconverter/)
을 [RSS](https://plugins.trac.wordpress.org/log/forumconverter/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.13

 * Bug Fix: Make signatures editing on WordPress backend only make changes to the
   viewed profile.

#### 1.12

 * Security Fix: Sanitize signatures.
 * Bug Fix: Redirect the user back to the signature page after save.

#### 1.11

 * Correct versoning for all plugins.
 * Cosmetic fixes for support for bbPress 2.0.
 * Few fixes to bbcode conversion markup contributed by Vato.

#### 1.10

 * Bugfix: Fix incorrect url generated for attachments that are not inline.

#### 1.09

 * Bugfix: Fix displaying of signatures under ie8

#### 1.08

 * Created the “Orphaned Topics” forum to store orphaned topics
 * References to missing users now link to Anonymous by default
 * Bugfix: Fixed (mismatch) problem
 * Added FormConverter forum passwords editor/remover in the “Forum Attributes” 
   panel
 * Signature rendering added with BuddyPress and WordPress signature editors
 * Bugfix: Fixed infinite loop for database retry
 * Cosmetic changes for support for bbPress 2.0 Release Candidate 4

#### 1.07

 * Update avatar support for BuddyPress 1.5 beta 2
 * Prevent empty folder creation for posts without attachments

#### 1.06

 * Add buddypress avatar support
 * Reconnect on disconnect

#### 1.05

 * Bugfix: increase execution time to 1 hour for those who don’t have it in their
   php.ini
 * Bugfix: fix attachments for those not attached inline

#### 1.04

 * Remove end of file whitespace to get rid of plugin activation warnings.
 * Cosmetic changes for bbPress 2.0 rc 2

#### 1.03

 * Sticky now really become stickies
 * Support for global announcement to super sticky conversion
 * Support for topic locking
 * Support for forum post locking
 * Support automated forum conversion resulting in forums being automatically marked
   hidden, read only, or read or writable
 * Bugfix: keep messages contained in log viewer
 * Prevent banned users from subscribing, or replying or creating topics
 * Better user merging to prevent orphaned ownership and better preservation of 
   user capabilities. Existing users on
    WordPress installation no longer get deleted.
 * Prevent bots from being listed as subscribed user
 * Seperate post conversion auth module
 * Bugfix: fix role to show it properly on combobox.

#### 1.02

 * Duplicate attachment resolution
 * Suppress file removal warnings

#### 1.01

 * phpBB password protected forums support
 * Recoursive cleanup of attachments for failed conversion

#### 1.0

 * Initial release.

## 기초

 *  버전 **1.11**
 *  최근 업데이트: **15년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 3.2.1 또는 그 이상 **
 *  다음까지 시험됨: **3.2.1**
 *  언어
 * [English (US)](https://wordpress.org/plugins/forumconverter/)
 * 태그:
 * [bbPress](https://ko.wordpress.org/plugins/tags/bbpress/)[conversion](https://ko.wordpress.org/plugins/tags/conversion/)
   [forum](https://ko.wordpress.org/plugins/tags/forum/)[phpbb](https://ko.wordpress.org/plugins/tags/phpbb/)
 *  [고급 보기](https://ko.wordpress.org/plugins/forumconverter/advanced/)

## 평점

 별 5점 만점에 1점.

 *  [  0/5-별점 후기     ](https://wordpress.org/support/plugin/forumconverter/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/forumconverter/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/forumconverter/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/forumconverter/reviews/?filter=2)
 *  [  1/1-별점 후기     ](https://wordpress.org/support/plugin/forumconverter/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/forumconverter/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/forumconverter/reviews/)

## 기여자

 *   [ Orson Teodoro ](https://profiles.wordpress.org/orson-teodoro/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/forumconverter/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://orsonteodoro.wordpress.com/forumconverter/)