Hi,
1.) Please advice – everywhere Avatar set circle, but online users shows the square. How I fix it?
2.) Profile extension – I have a profile on Ultimate Member extension, but it fails link it. Could you give me an advice please? More specifically – shortcode extension will not appear in the user’s profile.
3.) Profile itself only appears when a user knows the exact link. Why do clicking on the word “Profil” does not appear portfolio? What is wrong?
Vendulka
(bbPress 2.5.8; WP 4.3.2)
I need help on how to do that when in use the radio button (profile page) or drop down (the
sign in form), the user can select several options jut by clicking ((Without ctrl;)).
Plugin, code…
see : http://s17.postimg.org/r22yls5y7/dropmenu.png
Thx
Hi Casipea,
I have one button “New Topic” When I click on that I open new page which is added from pages admin section in that page only shortcode added “[bbp-topic-form]” . and this page only for paticipants.
Sometimes new topic added successfully sometimes not mostly not added
And on other page where we listing all topics and at bottom there is one form for new topic add.
From this new topic is not going to add sometimes added.
Wordpress : 4.3.1
BBPress: bbPress 2.5.8-5815.
Hi,
If you are looking for buddyPress, then you are not on the right support forum.
If you want to add a forum and you look for bbPress, then we can help you further. The basic steps for installing are here: https://codex.bbpress.org/getting-started/
If anything is not clear, just get back and open another thread.
Pascal.
@casiepa, thanks. I have child theme already. I added this code lines at bottom of file functions.php.
but some time new topic is going to create sometime not?
I don’t understand what’s going on, and how to fix it ?
The best way would be to create a new role, and not give it the create topic capability
see
https://codex.bbpress.org/custom-capabilities/
and give it :
// Topic caps
‘publish_topics’ => false,
‘edit_topics’ => false,
‘edit_others_topics’ => false,
‘delete_topics’ => false,
‘delete_others_topics’ => false,
‘read_private_topics’ => true,
Hi there!
I use bbpress along with the Optimize Press theme. It has always worked great.
However, recently, the index shortcode has stopped displaying properly. Instead of a nice, neat little box that listed all my forums, it is now sprawled out all over the page. What is going on, and how do I fix this?
You can see what I mean here: http://www.themusiciangirl.com/community-forum/
Thanks so much,
Maya
And, make sure you have no other plugins active when you do the import, a recent case of an import taking forever was because the plugin was hooking pre_get_posts and as such every single post as it was being imported was being passed through this plugin making the import ~20x slower.
Try also dropping the “delay”, I typically run it as 0.1 (you can change this “on the fly” if you’ve already kicked it off 😉
Also if your MySQL server can handle it, bump the “rows” to 1,000.
With or without the changes above it should be no where near 5.5 days, I’d expect somewhere it should do 500k on a “typical” machine in about 6-8 hours based on others historical imports.
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
Hi senco,
Please do not revive old tickets but next time open your own one explaining what issue you have.
Only keymasters should see this message. If you have any plugin that changes capabilities, please review your settings.
If you only want to hide the box then you can play with a CSS code like this:
.bbp-template-notice {
display: none;
}
.bbp-template-notice.info,
.bbp-template-notice.error,
.bbp-template-notice.important,
.bbp-template-notice.warning {
display: block;
}
Or check out a plugin like ‘bbP Toolkit’ that does this too. Just note that both options also remove some other informational messages !
Pascal.
Hi Bruce,
I suppose you refer to the breadcrumbs ?
If you don’t want to add code yourself, you can just install my ‘bbP Tools’ plugin.
If you are into coding, add a filter to bbp_before_get_breadcrumb_parse_args in adapting the correct arguments.
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
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
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!
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
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,
Hi Bob,
If you want it the easy way, install my bbP Toolkit where you can change the separator to new line.
If you don’t feel in adding extra plugins, check item 1 on https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/
Pascal.