[WordPress] 外掛分享: Ultimate AJAX Login

首頁外掛目錄 › Ultimate AJAX Login
100+
安裝啟用
★★★★
4.5/5 分(2 則評價)
4079 天前
最後更新
問題解決
WordPress 3.1+ v1.2.1 上架:2014-11-19

內容簡介

在測試 WordPress 插件庫中所有 AJAX 插件後,我感到很沮喪。它們都很好,但似乎只完成了 90%。它們仍然需要完善。這就是為什麼我決定創建這個插件。

這個插件有何不同:

三種不同的模板可供選擇:模態登錄表單、經典登錄表單和彈出式登錄表單(基於 jQuery UI)
有 24 種不同的主題可供選擇(基於 jQuery UI)
完全可定制化:只需從插件中的 /templates/ 目錄複製你正在使用的模板到你的主題下的“ultimate_ajax_login”目錄中,然後根據需要進行修改。
用戶登錄後,不會顯示任何東西。這讓我對其他插件感到很沮喪,因為沒有隱藏東西的方法。
如果需要在用戶登錄後顯示任何內容,只需將模板 widget-logged-in.php 複製到你的 ultimate_ajax_login 文件夾中,然後添加所需內容。你可以在那裡調用任何 WP 函數。
有三種模板,一種基於 AJAX 的經典登錄表單,另一種是 jQuery UI 對話框(在移動端經過測試並且可用),第三種是弹出式 Modal 對話框
在用戶登錄時阻止登錄表單。
允許在設置頁面上指定全局登錄重定向 URL,該設置應用於你所有的小工具。
可以在 Widget 選項頁面上以小工具為基礎覆蓋登錄重定向 URL。

短碼用法

除了使用小工具外,您還可以將短碼插入任何文章內。如果您是主題開發人員,可以使用 do_shortcode() 函數。這裡有各種選項:

使用經典模板且未指定重定向 URL:[ultimate_ajax_login]
使用對話框模板:[ultimate_ajax_login template=’dialog’]
使用對話框模板且具有 jQuery 主題:[ultimate_ajax_login template=’dialog’ theme=’cupertino’]

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.2.1) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Ultimate AJAX Login」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

After testing all of the AJAX plugins in the WordPress repository, I got frustrated. They’re all great, but it seems that they’re like 90% complete. They still need polishing. This is why I decided to create this plugin
How is this plugin different:

Three different templates to choose from: Modal login form, Classic login form and popup login form (jQuery UI based)
24 themes to choose from (jQuery UI based)
Fully customizable: Just copy the template you’re using from /templates/ directory in the plugin to the “ultimate_ajax_login” directory in your theme, and modify as you need to.
After a user is logged in, nothing shows up. I found this pretty frustrating with other plugins, there was no way to hide things.
If you need to show anything after a user logs in, just copy the template widget-logged-in.php to your ultimate_ajax_login folder and add whatever you need. You can call any WP function from there.
Has three templates, one an AJAX-based classic login form, and the other is a jQuery UI dialog box (Tested and works on mobile), and the third one is a popmodal dialog box
Blocks the login form whenever a user is being logged in.
Allows you to specify a global login redirect URL in your settings page, which applies to all of your widgets.
Login redirect URL can be overridden on a per-widget basis from the widget options page.

Shortcode Usage
Instead of using the widget, you can insert the shortcode inside any post. If you’re a theme developer, you can use it with the do_shortcode() function. Here are the varius option

Using with classic template and no redirect url specified: [ultimate_ajax_login]
Using the dialog box template: [ultimate_ajax_login template=’dialog’]
Using the dialog box template and a jquery theme: [ultimate_ajax_login template=’dialog’ theme=’cupertino’]

延伸相關外掛

文章
Filter
Mastodon