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

BuddyPress Groups Import

설명

This plugin imports BuddyPress groups with their settings from a CSV file. It also supports BP Group Hierarchy plugin.
Preapare CSV file, select bulk settings if needed and then click import. That’s all, enjoy.

Features:

  • Possible to enable group forum
  • Possible to select group status
  • Possible to select group invite status
  • Possible to override CSV settings from admin page
  • BP Group Hierarchy plugin support
  • Possible to select parent group

License

Released under the terms of the GNU General Public License.

스크린샷

  • Admin page
  • Sample CSV file

설치

  1. Install BuddyPress Groups Import either via the WordPress.org plugin directory, or by uploading the files to your server into /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Go to Tools->BP Groups Import and use the plugin.
  4. That’s it. Enjoy!

FAQ

I have a CSV file but this plugin didn’t work.

This plugin does NOT support EVERY type of CSV file. File structure must match with the sample one.

Some strange characters are displayed in group name and/or group description after i import file, why?

Change your CSV file encoding to utf-8 and retry.

I’m getting `request timeout` messages while trying to import CSV file. What should i do?

Split your CSV file into two or more and retry. If it still continues, contact your hosting support.

I’m currently using BuddyPress `Group Forums` component, is it still possible to auto create forums?

No. BuddyPress officially suggests NOT to use this component. Instead you should use bbPress.

Is it free to use on several sites and/or domains?

Yes, if you follow licence guidelines.

Is it free to sell to 3rd parties?

Yes, if you follow licence guidelines.

May i translate into my language?

Yes please, i’d be very pleased.

Are you planing to add more features?

Yes, may be, i dont know…

후기

2016년 9월 21일
I just ran this today on latest versions of WP/BP and it works! Directions are a little spotty so for anyone needing to use it you have to do two things: 1. Extract the zip file, locate and open the bpgi.php file using Notepad++, and locate this on line 19: add_action( 'plugins_loaded', 'buddypress-groups-import_textdomain' ); Change it to add_action( 'plugins_loaded', 'bpgi_textdomain' ); 2. Open a text file and paste in this: ,Your Group Name, Your group description, public, yes, admins ,Your Group Name, Your group description, public, yes, admins ,Your Group Name, Your group description, public, yes, admins Make sure you don't have any spaces at the bottom of the file. gl
모든 2 평가 읽기

기여자 & 개발자

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

기여자

“BuddyPress Groups Import”(이)가 1(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “BuddyPress Groups Import”(을)를 번역하세요.

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

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.3

  • Text domain fix

0.2

  • Added text-domain for translation
  • Fixed some typo
  • Removed donation link

0.1

  • Initial release