這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Easy Invitation Codes

外掛說明

You want people can register on your blog, but you want to filter them? Create codes, share them, track the codes, track the users. Just easy as it seems! Don’t let everyone register 😉
Check the BuddyPress version in “Developer” tab, made by “mediatricks.com”, thanks to you.

螢幕擷圖

  • The (cool) menu
  • Registration form
  • Code list
  • Code generation
  • Code addition
  • Settings
  • Raw codes list

安裝方式

  1. Extract the plugin folder from the downloaded ZIP file.
  2. Upload BAW Easy Invitations Codes folder to your /wp-content/plugins/ directory.
  3. Activate the plugin from the “Plugins” page in your Dashboard.
  4. Go to settings !

常見問題集

To know: There is a BuddyPress version created by http://mediatricks.com based on my plugin.
https://wordpress.org/extend/plugins/baw-invitation-codes/developers/

使用者評論

2016 年 9 月 3 日
As said in other review, it's impossible to enter manually a code since they got saved in lower case while the are entered in upper case... The fix: Modify the plugin -> locate function create_invitation_code in back-end.php and replace $code=... by $code = strtoupper(sanitize_key( $code )); Now the code you create are correctly saved in upper case but there I already saw other bugs (code deletion not working well)
2016 年 9 月 3 日
put in code and all i get when i try to register is - ERROR: Wrong Invitation Code. - i'm copying and pasting so i'm putting the wrong one in!
2016 年 9 月 3 日
very helpful plugin.This is real beauty of FLOSS (Free & Libre Open Source Software)that you get funcionality that is very helpful that too is with source code.& if you are happy with it you may go for Pro Version (if developer is offering) or may enhance by yourself or can hire somebody. Thanks bro for this very useful & helpful plugin. One suggestion for system generated code : one more text field not to use certain confusing characters by admin.He will type some chraracter so it will not generate those characters set in code. Note : 1.I have not checked that whether email is delivered to registered or not since this is tested on localhost. 2. One minor problem in manual code functionality.It creates code automatically in LOWER CASE & on registration it creates automatically in UPPER CASE.So it is immpposible for users to register those user who have manual code.
閱讀全部 13 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Easy Invitation Codes〉的開發相關工作。

參與者

將〈Easy Invitation Codes〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.2

  • 05 sep 2015
  • Add an ID and CLASS in CSS named baweic_fields_text_link so you can ass your CSS rules

1.1

  • 11 aug 2015
  • 4.3 support
  • Code imp
  • Use sanitize_key on codes now
  • Fix notices

1.0.4bp

  • 15 oct 2012
  • Main plugin is still the same, i added a BuddyPress version in “Developer” tab.

1.0.4

  • 28 sep 2012
  • Fix tranlations problems, thanks to Jacek Wu ( mechlab )

1.0.3

  • 11 aug 2012
  • Add translation
  • Fix notice

1.0.2

  • 22 jul 2012
  • Bug fix : when a registration was not correct, the code was used! Thanks to davito18 pointing me that!

1.0.1

  • 29 jun 2012
  • Fix a link bug for front end side, thanks to mborin (wp member)

1.0

  • 11 jun 2012
  • First Release