跳至主要內容
  • 登入
  • 註冊
WordPress.org

Taiwan 正體中文

  • 佈景主題目錄
  • 外掛目錄
  • 最新消息
  • 技術支援
  • 關於我們
  • 團隊
  • 取得 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 版本需求: 3.6.1 或更新版本
  • 已測試相容的 WordPress 版本: 4.4.29
  • 語言:
    English (US)
  • 標籤:
    log inlogin
  • 進階檢視

評分

檢視全部
  • 5 星 1
  • 4 星 0
  • 3 星 0
  • 2 星 0
  • 1 星 0
登入以提交評論

參與者

  • Jupitercow
  • Jake Snyder

技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

查看技術支援論壇

贊助

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

贊助這個外掛

  • 關於我們
  • 最新消息
  • 主機託管
  • 贊助基金會
  • Swag
  • 線上說明
  • 開發者資源
  • 共同參與
  • Learn
  • 展示網站
  • 外掛目錄
  • 佈景主題目錄
  • 區塊版面配置目錄
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • 隱私權
  • Public Code
WordPress.org
WordPress.org

Taiwan 正體中文

  • 造訪我們的 Facebook 粉絲專頁
  • 造訪我們的 Twitter 帳號
  • Visit our Instagram account
  • Visit our LinkedIn account
程式碼,如詩