Descrição
Completely integrated with the wordpress menu system so your theme’s menu menu styling is used.
Basic log in/out and register menu items that are only visible when appropriate.
Awesome custom menu item type will let you link to any page that requires the username as part of the url (example.com/members//messages). Tons of tags can be used to customize the menu text:
* User Info: username, firstname, lastname, displayname
* BuddyPress counts: unreadmessagecount, friendcount, groupcount
* BuddyPress counts that hide when zero: (unreadmessagecount), (friendcount), (groupcount)
* BuddyPress/WordPress avatar: avatar, avatar-thumb, avatar-mini
This plugin works great with “Menu Items Visibility Control” to only show menu items to certain roles/levels.
Also, try “WP ToolBar Removal” to totally replace the ugly unthemed wordpress/buddypress menu.
Capturas de tela
Instalação
-
Upload the “bp-direct-menu” folder into the “/wp-content/plugins/” directory
-
Activate the plugin through the “Plugins” menu in WordPress
-
Go to Appearance->Menus to add menu items of type BuddyPress Direct Links
-
See the help link for more info.
Perguntas frequentes
- How does this work?
-
Visit your navigation admin menu page, you got a new box including 5 links: ‘log in’, ‘logout’, ‘log in/logout’, ‘register’, ‘custom’.
Add the link you want, for example “Log in|Logout”
-
You can change the 2 titles links, just separate them with a | (pipe)
-
You can add a page for redirection, example #bpmdloginout#index.php This will redirect users on site index.
-
You can add 2 pages for redirection, example #bpmdloginout#login.php|logout.php This will redirect users too.
-
For this redirection you can use the special value %actualpage%, this will redirect the user on the actual page.
-
- What are the shortcodes?
-
You can also add shortcodes in your pages/posts. just do this :
In you posts/pages :
[loginout]
In your theme :<?php echo do_shortcode( '[loginout]' ); ?>
The 4 basic shortcodes are “[bpdm_login]”, “[bpdm_logout]” and “[bpdm_loginout]”, “[bpdm_register]”.
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]Click here to connect[/login] for example
- How does the custom link work?
-
- Add it to a menu or using a shortcode just like the other links.
- Put in the end part of the URL after the #bpmdcustom# placeholder or in the url_part parameter. This will be appended to “.com/members/” (the user’s profile page), so to go to a user’s messages: “#bpmdcustom#/messages/”.
- Use one (or more) of the replacement tags in the menu item title or shortcode text:
- “Messages %(unreadmessagecount)%”
- [bpdmcustom url_part=”/messages/”]Messages %(unreadmessagecount)%[/bpdmcustom]
- How awesome is the custom link?
-
Totally.
Avaliações
Colaboradores e desenvolvedores
“BP Direct Menus” é um programa de código aberto. As seguintes pessoas contribuíram para este plugin.
ColaboradoresTraduzir o “BP Direct Menus” para seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, consulte o repositório SVN ou assine o registro de desenvolvimento por RSS.
Registro de alterações
1.0
-
2013-09-21
-
First release