bbPress

Change default user profile URL - BBpress Plugin

痴心易碎 提交于 2021-01-28 11:31:10
问题 Bbpress Wordpress Plugin have default link user profile url. The link like this: www.example.com/forum/users/(username) The main purpose in nutshell is: I want to change the url. Actually, I found the solution but its not perfect. The code like this: function user_profile_link(){ $url = 'http://localhost/example.com/profile/'; $author_id = bbp_get_reply_author_id(); $user_info = get_userdata($author_id); echo '<a href="'.$url.''.$user_info->user_login.'"> '. $user_info->display_name.' </a>';

Is there an API for bbPress?

谁都会走 提交于 2019-12-11 00:57:45
问题 I'm searching for an API for bbPress. I've searched here on SO but the posts I'm seeing are quite old. So is there an api for bbPress. If yes, please how do I access it? If no, is there anyway I can implement user registration and login via an Android app? 回答1: Also, check this repository: https://github.com/buddypress/BP-REST In general, BuddyPress REST API is in development. Current focus will be on members management and their profile fields. You can also check https://bpdevel.wordpress

Wordpress - Change forum role from outside bbPress by checking user status

非 Y 不嫁゛ 提交于 2019-12-08 02:41:32
问题 I would like to check the user status and update their bbPress forum role accordingly. (Not the Wordpress role.) The purpose is to add functionality to the BP-Registration-Options plugin that moderates user registration (In BuddyPress. Currently the plugin sets the user status to 69 while the user is unapproved, and blocks access to BuddyPress functionality. However, the user is still able to login. When they log-in, bbPress automatically sets the user forum role according to your setting in

【建站02】WordPress主题设置

那年仲夏 提交于 2019-12-04 03:57:56
大家好,我是帝哥。相信很多朋友看了我上一篇文章的介绍之后已经可以搭建自己的个人网站了,但是网站的功能和美观程度都还是有所欠缺的,现在呢,再给大家大概的介绍一些如何美化自己的网站,当然了,这个过程也是很简单的,只要根据自己的需要,直观的作出选择就可以了~ 还有就是我在文章中,为了更清晰的描述每一步的过程,我只列出了比较重要的部分,更详细的内容我会在视频中进行演示,如果有某一个部分看不明白的话可以到我在西瓜视频开设的频道中进行观看。 1.选择一个自己喜欢的主题 仪表盘→外观→主题 WordPress有很多免费的主题供大家使用,大家可以根据自己的需要选择喜欢的主题,我自己在用的主题的名称是 GeneratePress ,我之所以选择这个主题呢,是因为这个主题的可定制性非常的强,基本上你所能够想到的需求,这个主题都能够很好的满足。 当然了,还有很多很优秀的主题等待着大家去探索,有好的主题大家也可以分享出来和大家一起交流哦~ 2.增加网站的功能 插件 功能 插件名称 Markdown编辑器 WP Githuber MD 论坛创建 bbPress 商城 WooCommerce 3.根据需求制定网站的外观 站点图标 背景图: 好看的背景图网站推荐 静态首页 这个是别人进入到你的网站,第一眼看到的界面,所以要尽可能的展示出你的网站特色 4.首页页面 这个是网站主要功能的展示 5. 视频演示 6