跳到內容
  • 關於 WordPress
    • 關於 WordPress
    • WordPress.org 香港中文
    • 線上說明
    • 技術支援
    • 意見反應
  • 登入
  • 註冊
WordPress.org
WordPress.org

Hong Kong 香港中文

  • 佈景主題
  • 外掛
  • News
  • Support
  • About
  • 重要通知
  • WordPress 常見問題
  • 團隊
  • 取得 WordPress
取得 WordPress

外掛

  • 我的收藏
  • Beta測試
  • 開發者

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

下載

Sewn In Template Log In

由Jupitercow
  • 詳情
  • 評價
  • 安裝
  • 支援
  • 開發

描述

Creates a log in page at /login/ and manages password recovery and user notification feedback for the log in process. Everything gets managed within your page.php template or page-login.php template in order to fit into the theme better.

By default, this plugin creates a virtual page, but if you add a page with slug ‘login’, the plugin will begin to use that.

Add a redirect for logged in users

Controls where logged in users go when they login or when they visit the ‘/login/’ page. You can either return the post_id of the post/page to send them to, or the slug of the post/page to send them to.

// Redirect using post id
add_filter( 'sewn/login/logged_in_redirect', 'custom_sewn_logged_in_redirect_id' );
function custom_sewn_logged_in_redirect_id()
{
    return 4;
}



// Redirect using post slug
add_filter( 'sewn/login/logged_in_redirect', 'custom_sewn_logged_in_redirect_slug' );
function custom_sewn_logged_in_redirect_slug()
{
    return 'post-slug';
}

Sewn In Notification Box Support

If you install the Sewn In Notification Box, this plugin will start using that. This is handy to keep all of your notifications in a centralized location.

螢幕截圖

  • A log in form example
  • Password recovery form

安裝

  • Install plugin either via the WordPress.org plugin directory, or by uploading the files to your server.
  • Activate the plugin via the Plugins admin page.

常見問題

None yet.

評價

Slim login solution

Creative Slice 2016年9月3日
Fantastic simple login solution. Great for intranets.
閱讀全部1個評價

貢獻者及開發者

“Sewn In Template Log In” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者
  • Jupitercow
  • Jake Snyder

將 Sewn In Template Log In 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.1.4 – 2015-12-21

  • Because login forms can be used on any page, and that is the goal of this plugin, we had to turn off the login url rewrite until the form action url gets fixed in next version of WordPress. This means urls will show up on the site for wp-login.php potentially, but users will still be using the /login page as the default.

1.1.3 – 2015-12-20

  • In 4.4, WP changed how the log in url is added to the form action which conflicted with the plugin rewrite of login urls. Turned off the rewrite on the custom login page for now.

1.1.2 – 2015-08-25

  • Updated redirect to check post id, then post slug, then just use the string outright.

1.1.1 – 2015-08-25

  • Changed the default redirect to standard profile

1.1.0 – 2015-06-12

  • Launched in the repo

其它

  • 版本:1.1.4
  • 最後更新:7 年之前
  • 運作中的安裝:50+
  • WordPress Version: 3.6.1 or higher
  • 已測試到版本:4.4.27
  • 語言:
    English (US)
  • 標籤:
    log inlogin
  • 進階顯示

評分

顯示全部
  • 5星 1
  • 4星 0
  • 3星 0
  • 2星 0
  • 1星 0
Log in to submit a review.

貢獻者

  • Jupitercow
  • Jake Snyder

支援

有話想說?需要協助?

檢視支援論壇

捐贈

想要支援這個外掛的發展嗎?

贊助這個外掛

  • 關於我們
  • 最新消息
  • 寄存
  • 贊助基金會
  • 技術支援
  • 開發者資源
  • 共同參與
  • Learn
  • 展示網站
  • 外掛
  • 佈景主題
  • 區塊版面配置
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • 隱私權
  • Public Code
WordPress.org
WordPress.org

Hong Kong 香港中文

  • 訪問我們的 Facebook 專頁
  • 訪問我們的 Twitter 帳戶
代碼就是詩歌。