Linux 软件免费装
Banner图

Login Logout Menu

开发者 juliobox
GregLone
更新时间 2015年7月31日 07:03
捐献地址: 去捐款
PHP版本: 3.0 及以上
WordPress版本: 4.3

标签

login menu log in logout nonce

下载

详情介绍:

With this plugin you can now add a real log in/logout item menu with autoswitch when user is logged in or not. Nonce token is present on logout item. 2 titles, one for 'log in' and one for 'logout' can be set up. Also, you can set the redirecion page you want, just awesome.

安装:

  1. Upload the "baw-login-logout-menu" folder into the "/wp-content/plugins/" directory
  2. Activate the plugin through the "Plugins" menu in WordPress
  3. You can now add real log in and logout links in your Navigation Menus
  4. See FAQ for usage

屏幕截图:

  • The meta box in nav menu admin page

升级注意事项:

None

常见问题:

How does this works?

Visit your navigation admin menu page, you got a new box including 3 links, 'log in', 'logout', 'log in/logout'. Add the link you want, for example "Log in|Logout"

  1. You can change the 2 titles links, just separate them with a | (pipe)
  2. You can add a page for redirection, example #bawloginout#index.php This will redirect users on site index.
  3. You can add 2 pages for redirection, example #bawloginout#login.php|logout.php This will redirect users too.
  4. For this redirection you can use the special value %actualpage%, this will redirect the user on the actual page. You can also add 3 shortcodes inyour theme template or in your pages/posts. just do this : For theme : <?php echo do_shortcode( '[loginout]' ); ?> In you posts/pages : [loginout]
The 3 shortcodes are "[login]", "[logout]" and "[loginout]". You can set 2 parameters, named "redirect" and "edit_tag". Redirect: used to redirect the user after the action (log in or out) ; example : "/welcome/" or "index.php" Edit_tag: used to modify the tag, ; example " class='myclass'" or " id='myid' class='myclass' rel='friend'" etc You can also modify the title link with [login]Clic here to connect[/login] for example There is a new hook (1.3.3) named 'bawregister_item", this is a menu item, when a user is not logged in, it contains the register button/link, and when the user is logged in, since the link will diseppear, you can hook it and change the ttle and URL, so it won't go away.

更新日志:

1.3.3 1.3 1.2 1.1 1.0