Yes, it is a several custom fields in the profile (place of residence, family, interests, about the disease, etc.)
Everything I have prepared in the form of Ultimate Member, but do not know how to assign a profile form bbPress. When I enter shortcode, Displayed only the word “text”.
Vendulka
Hi,
The best way is to create a child theme (see https://codex.bbpress.org/functions-files-and-child-themes-explained/).
If you don’t want to do that, find the functions.php in your current theme and add it at the end. Of course when you update your theme, you will have to do this action again.
Pascal.
Please Councils – use bbPress 2.5.8, extension Ultimate Member 1.3.36, Ultimate Member – Online Users 1.1.0, Ultimate Member – Profile Completeness 1.1.9 (on their website, I found the answer).
When specify a custom of profiles field, fail to show it to me nowhere. I tried insert a shortcode in several placesbut no success. Still I do not know what I’m doing wrong.
I guess I have something set a wrong, but I do not know what.
For any advice, I would be grateful, Vendulka
Hello,
Wordpress is new for me.
I implemented bbpress forum in my wp webiste.
but I am getting same problem.
Please anyone tell me location of file where to put Satrya’s code ?
Satry’s told to put it in functions.php but which functions.php ?
Because,there are a lot of functions.php in plugin/bbpress/admin,plugin/bbpress/user
I put that code at bottom of plugin/bbpress/user
but did not worked.
Please, help me
Thanks
Thanks – I’ll take a look at those, perhaps run it in parallel on another machine to see which is going faster. I won’t fiddle with the current box just in case. Current projections show it’ll take around 5.5 days to complete which is a bit rough but the client is happy with it so I’ll let her ride 🙂
It’s quite a process from what I can see – basically converting each bbpress post to a wp post and then adding post metadata and working out all the relationships. I may write a script to run it for the hell of it while I’m waiting.
Hello there lovely Community&Devs,
Since i update bbPress last weekend. Not logged in users are able to view the forums.
Id like to prevent that but havent found an option via the Dashboard.
Can someone point me in the right direction/to the right file so i can prevent not logged in users from viewing the forum.
Thanks in advance,
Avery
Hi,
If you use the latest WP and bbPress and also the latest version of the plugin, then it SHOULD work. But it would be best to open a support call on the plugin directly. This issue seems to have happened before.
Pascal.
For anyone interested in this, I had this made and it’s available on codecanyon now.
http://codecanyon.net/item/bbpress-thread-prefixes/14402729?s_phrase=&s_rank=4
If anyone is interested in seeing it in action, check out my forum
http://artofwargaming.net/forums/cat/community-forums/off-topic-discussions/
The author of the plugin was fantastic and I recommend him to anyone looking for a custom plugin.
Make sure your using the correct database prefix, most phpBB tables will be named something like phpbb_posts, in that case the database prefix is phpbb_
If you are importing from phpBB 3.1 then you can test the new importer via our bbPress “development version” aka bbPress 2.6 alpha, theres some new import improvements, you can get this from the following page or direct link:
• https://wordpress.org/plugins/bbpress/developers/
• https://downloads.wordpress.org/plugin/bbpress.zip
@excandesco The Xenforo import does NOT convert passwords
(I think its only bbPress 1.x, SMF, phpBB and vBulletin that convert passwords at this stage)
The Importer runs smoothly until it gets to “Converting Replies”. It then just gets stuck somewhere in the middle of processing replies… I just see the rotating loading Symbol. At my last try to get this done, it already got stuck at “Converting Replies 0-99” …..
This is an awful error and wish I could replicate it so it can be fixed, sadly haven’t been able to achieve this yet. Its usually caused by character encoding in the database, more can be found on this issue in the codex here:
• https://codex.bbpress.org/getting-started/importing-data/import-forums/import-troubleshooting/
So where are replies 100-200 ???
The importer will, rather should continue on from where it left of when you stop then start it again, the way it currently works is it stores the current value and reads that when you start it again, I’ll take a closer look at the code to see if thats not doing what it is supposed to be doing.
You should also use the “development version” aka bbPress 2.6 alpha, theres some new import improvements, you can get this from the following page or direct link:
• https://wordpress.org/plugins/bbpress/developers/
• https://downloads.wordpress.org/plugin/bbpress.zip
1. You should be sorted by doing what your doing and refreshing (in another browser tab)
2. This is also usually an authentication issue, though this time with the MySQL database, you’ll usually only get this error though if you haven’t refreshed this page recently before starting of an import.
You should also use the “development version” aka bbPress 2.6 alpha, theres some new bbPress 1.x to 2.x import improvements, you can get this from the following page or direct link:
• https://wordpress.org/plugins/bbpress/developers/
• https://downloads.wordpress.org/plugin/bbpress.zip
hi @jezza101,
thank you for your response 🙂 i already posted a reply on your plugin support page, Link
Thanks @casiepa 🙂
Hello
I want to prevent user role with participant from creating new topics. By default, registered users are given the participant role. I want the forums to be organized and if I allow everyone in they will mess the forums.
I read this: https://bbpress.org/forums/topic/prevent-users-from-creating-topics/
But it’s no longer applicable to the current version.
I tried this fix:
.bbp-topic-form {
display: none;
}
But it’s incorrect because users will not be able to edit their replies and it affects the functionality of forums.
Please help!
link to your site please
and
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
I have installed bbpress and user able to login and change a password via a “generator” button. It generates a random password and email to user. All this are done in the edit profile page.
However I’d like a user upon login to allow them to edit profile and change to a desired password. If possible also prompt them to enter old password before proceeding.
Trying to import a very large bbpress 1.2 forum to the latest. As I understand it, the converter essentially reads through all topics, replies and forums and creates a new post of type “forum” in the main WP database.
My issue is that this forum has approx. 520k topics and many, many more replies. The furthest the import process has managed to get has been 67k posts imported before timing out or dying in some unshown way. This is running on a dedicated server with 4GB RAM which runs nothing else.
Short of me rewriting the converter so it’s pure scripting and doesn’t run in WP, is there some way for me to speed this up and make sure it doesn’t die? To recap, it’s died in the following ways:
1) got to 67k, ended in ———- : AFAIK from reading, this is due to login timeout. I’ve solved that by auto refreshing the dashboard page
2) Says “starting conversion” hangs there indefinitely : logging that I’ve put in place indicates that inserts are happening but nothing is coming through on the WP log window. This eventually dies as well.
Any advice would be great – I’m not sure if @netweb is still around but if yes, please help 😀 I’ve read all your posts to other people on this sorta topic.
Hi everyone,
I was trying to read some topics on this, but couldn’t get it to work. I am working on:
http://independentflorida.com/forums/forum/presidential-election/
I am trying to get the bbPress sidebar (like on the main forum page) to apply inside each forum and each topic. I tried to go through #26 on the codex link without using a plug in. I’ve also tried WP Tweaks. I would like to fix it with as few active plugins as possible.
It seems to me like the problem is the page set to full width, but I’m not an expert. I’m hoping someone can help me go in the right direction. Thanks!
Greg
Any ideas?
This is my site http://doggeando.com
Wordpress 4.4.1
bbPress 2.5.8
You’re right.
I went through and deactivated all of my plugins again, but this time I activated bbPress first, and I discovered that the issue is being caused by a conflict with the WooRockets Pagebuilder plugin. All is well now that I’ve deactivated the page builder.
Thanks
Hi, I am integrating bbPress and BuddyPress and want users to be able to update their public name in one place–the BuddyPress name field. It seems the simplest way would be to modify bbPress to show this BuddyPress field rather than one of the myriad WordPress profile fields.
I know it’s kinda possible to get this to work if you turn on BuddyPress->WordPress profile sync, but this feature of BP overwrites WP first_name and last_name, which is unacceptable in this site. Does anyone know how to accomplish what I’m trying to do?
Thanks!!
Guys, I’m having a major problem with bbPress on my site.
If I have bbPress activated, I can’t do ANYTHING in the wordpress admin (Create, Edit, or Delete Posts, Pages, etc). bbPress is slowing my site down to a crawl. It’s so slow, that the page eventually just times out.
This has to be a flaw in the bbPress code, because there’s no reason why bbPress should be running on every page of the wordpress admin. That’s incredibly ineffecient on your server resources.
Can someone please help me fix this problem?
Thanks,
Good day, excuse my English. I am new to bbPress, and I’m looking for a way to make my forum posts appear in the search results box finder wordpress, this is that all the results of my site appear in one box. Is there any way?
Thanks in advance