
內容簡介
WordPress Nice Login 是標準 WordPress 登入頁面的替代品,使用者不需要離開當前頁面進行登入/註冊。所有內容都包含在單個彈出窗口中,使用者可以在登入、註冊或重設密碼畫面之間進行切換。
以下是一些功能:
在當前頁面上進行登入/註冊/重設密碼!
在登入/註冊時將使用者重定向到當前頁面或自訂網址
使用者可以在註冊時設定自己的密碼
在註冊後發送啟動郵件
所有三個功能都在單個彈出窗口中!可以輕鬆在屏幕之間切換。
單擊啟動鏈接時,使用者會自動重定向到他們註冊的頁面。
重新發送啟動鏈接的選項
安裝和使用
將此外掛上傳到 /wp-content/plugins/ 目錄中並解壓縮,或在 WordPress 安裝中直接上傳 zip 文件。
透過 WordPress 中的「外掛」菜單啟用外掛
只需在任何頁面的前端調用 showNiceLogin() JavaScript 函數,即可在訪問者登入/註冊時顯示 Nice Login。
開始使用 Nice Login!
如果您遇到任何問題,請訪問支援論壇。
可用的翻譯
以下是目前可用的翻譯語言列表。如果您想要貢獻翻譯,請在支援論壇上聯繫我們。
法語 – Webocado
注意事項
JavaScript 函数僅在使用者未登入的頁面上可用,而不適用於已登入的頁面。
範例
1) <a href="#" onClick="showNiceLogin()">Login/Register</a>
使用者將在登入/註冊後重定向到當前頁面。
2) <a href="#" onClick="showNiceLogin('http://mysite.com/page1')">Login/Register</a>
使用者將在登入/註冊後重定向到 http://mysite.com/page1。
外掛標籤
開發者團隊
原文外掛簡介
WordPress Nice Login is a replacement for the standard WordPress login page, users are no longer need to leave the current page for login/registration. All is included in a single pop-up where users can switch between login, register or reset password screens.
Some of the features:
Login/Register/Reset Password while staying on the current page!
Redirect users to the current page or custom URLs on Login / Register
Users can set their own password while registering
Sends activation email after registration
All three features are on a single pop-up! Can switch between screens easily.
When clicking the activation link, users will be automatically redirected to the page where they registered.
Option for resending Activation Link
Installation & Usage
Upload this plugin to the /wp-content/plugins/ directory and unzip it, or simply upload the zip file within your wordpress installation.
Activate the plugin through the ‘Plugins’ menu in WordPress
Just call showNiceLogin() JavaScript function on the front-end of any page where you want the visitor to login/register.
Start Nice Login’ing !!
If you have any issues, please visit the support forums.
Translations available
Here’s a list of currently translated languages. If you’d like to contribute, please let us know on the support forums.
French – Webocado
Notes
The JavaScript function is only available on pages where the user is not logged-in. This function is not available on logged-in pages.
Examples
1) Login/Register
The user will be redirected to the current page after login/registration.
2) Login/Register
The user will be redirected to the http://mysite.com/page1 after login/registration.
