首页 › Forums › bbPress插件版讨论区 › 插件 › sidebar-login 登陆小工具汉化版
-
作者帖子
-
2012 年 12 月 12 日 pm 8:26 #1134
非常实用的登陆小工具插件,可以实现在侧栏登陆,并对不同用户显示不同菜单,非常方便,登陆后可以显示头像,同时设置是否显示注册与找回密码的相关链接。比自带的小工具好用多了。
本版为bbpree.me汉化版,本论坛现在使用的正是此版本,实测没发现问题。
-
该主题由
管理员 于 9 月, 3 周 前 修正。
附件:
您必须登陆才能查看附件2012 年 12 月 12 日 pm 8:36 #1136本插件适用于bbpress插件版
后台设置如下:
设置-登录小工具-登录链接
填上如下代码即可在bbpress使用,更多其它链接可以自己添加Code: arbitrary (select)1.
2.
3.<a href="http://www.bbpress.me/wp-admin" rel="nofollow">仪表盘</a>|true
<a href="http://www.bbpress.me/forums/users/%USERNAME%" rel="nofollow">论坛相关</a>
<a href="http://www.bbpress.me/forums/users/%USERNAME%/edit/" rel="nofollow">个人资料</a>-
该回复由
管理员 于 9 月, 3 周 前 修正。
附件:
您必须登陆才能查看附件2013 年 4 月 21 日 am 9:59 #1578没用啊,奇怪了。
怎么设置成管理员站点的这种登陆?2013 年 4 月 21 日 am 10:52 #15822013 年 4 月 29 日 pm 5:27 #1656版主你的这个论坛主题能不能分享下 谢谢啊
2013 年 4 月 29 日 pm 6:36 #16582013 年 4 月 30 日 am 10:47 #1659完美,请问个人资料也是在前台的吗?
2013 年 4 月 30 日 am 10:55 #1660可否提供您的CSS样式呢?
hoythan@gmail.com
谢谢您了2013 年 5 月 1 日 am 12:01 #1661@hoythan
我的登陆框样式是直接写在wordpress主题的style里的,可以贴出来你参考你,或你也可以直接写在wordpress主题下。Code: arbitrary (select)1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24./* 首页登录框样式 */
#loginform{
background-color: #FBFBFB;
padding: 10px 20px 10px 20px;
border: 1px #EEE dashed;
}
#user_login{
background-color: white;
}
#user_pass{
background-color: white;
}
.login-submit{
padding-left: 70%;
}
.sidebarlogin_otherlinks{
border: 1px #EEE dashed;
padding: 5px 20px 5px 20px;
}
#Logo_in{
border: 1px #EEE dashed;
padding: 10px;
background-color: #FBFBFB;
}2013 年 5 月 2 日 pm 3:19 #1667 -
该主题由
-
作者帖子
抱歉,回复评论必需登录。