not quite sure what your questions is.
bbpress will assign the default role on first user login – that’s the way it does it – in effect if there is no role it gives the user then default. So when s2member creates the account, you may not see a bbpress role until they have logged in.
if that isn’t your question, then I’m not sure what you mean by
However, they still cannot access the forums because a subscription has not been created in s2Member
Isn’t that exactly what a membership plugin should do??
bit confused, but please come back and explain some more !
Hello Mr. Pascal, all. I changed my theme to default Twenty Sixteen and the forum worked as expected.
I was able to find the root cause of my issue in a incompatibility between Be Theme and bbp Style Pack.
Once I removed the template files, the style worded as expected. However I lost theme customization, so I need someone to tweak the template files for me.
– There is no major bug in bbPress Toolkit
– There is no major bug in bbp Style Pack
– There is no major bug in Be Theme
I have a incompatibility, maybe related with !important I can see back and forth.
To solve this issue, I have removed the template files from Theme Directory and started to recreate a new one, step-by-step, until I find the issue. (I also have a bug with verbal tense here!!)
Thanks for you attention reading this.
If you find a similar issue, please consider incompatibility with your theme.
Regards,
Celso.
Let me try to explain it another way. bbpress has some existing roles like, Keymaster, Moderator, Spectator, Participant and Blocked.
In the functions.php I added my own role (Globale moderator), with specifix capabilities.
When I set a user to my custom role (Globale moderator) he/she can’t read/see any forum/topic, only the root of the forum. When he/she clicks on a forum/topic, the 404 error page shows up, Oops! That page can not be found. Even when all capabilities are set to true.
When I set the user to an existing role of bbpress like, Spectator (or any other role of bbpress), the user can read/see all the forum/topics.
What is wrong with my custom role? Didn’t I added it correctly, or? I really don’t know.
ok – can only suggest 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 twentyfifteen, and see if this fixes.
Then come back
Glad to hear ! If you are missing anything bbPress related, just get back…
Pascal.
Hello again. I keep testing the forum and I found the images. They are working, but there is another problem: I must click a category to see the images. I need to “expand” the forum front page to display all categories… “open” with the pictures and small description.
I believe something is wrong with my forum setup, the bbPress toolkit is working just fine. I am close the target result, similar to http://www.24baby.nl/forum/
Hello!
I’m having some issues styling the buttons in the bbPress Topics/Forum section. My website contains a large amount of TinyMCE editors — some need specific styles and buttons. Assigning this was very easy to my custom editors, but I’m facing an issue when trying to customize the bbpress editor. None of the code I found in the forums seems to do anything to the buttons.
Here is a snipped of how I’m modifying my other editors. Since these are custom, Is easy to modify by just adding the parameters.
wp_editor(
$options['callout_body'],
'callout_body’, //ID OF EDITOR
array(
'textarea_name' => 'page_options_employer_guide_thrive_overview[callout_body]',
'media_buttons' => false,
'textarea_rows' => 8,
'tabindex' => 4,
'quicktags' => false,
'tinymce' => array(
'toolbar1'=> 'bold,italic',
'toolbar2'=> '',
'toolbar3'=> '',
),
)
);
The buttons that I need displayed in the bbpress editor are different from any other custom post type or options page editor.
I’ve tried every snippet I could find in the forums with no luck, no change. I tried to hook to the examples and add filters, with no luck as well.
I hope I’m clear enough to what I’m trying to achieve.
Thanks
Hello Pascal. I install the bbPress toolkit and the plugin concept is good, but I found issues I’d like to report.
1) The feature “Replace text Oh bother! No topics were found here!…” is not working. I wonder if the issue is because I am using pt_BR translation. I can see the same message (in portuguese), and my alternative text never show up.
NOTE: “Completely remove message and box for empty forum…” is working fine.
2) Display featured image in front of forum name, image width: 50px does not show any image. I see the featured image option in forum page, I loaded a icon-like image but no result.
3) I also have problems with some features from bbp Style Pack… Maybe a theme incompatibility? My theme is a premium one, to be honest with a good quality so it’s weird. I do not expect this kind of bug, I believe is something related with my site.
WP version 4.4.2
Theme Betheme 11.9
PHP version 5.6.18
bbPress version 2.5.8-5815
site url http://qnapclub.com.br/site/forums/
I think the problem is something else. Because, when I set everything on true, even the moderate, he still isn’t working. When I choose a predefined role by bbpress, it’s working fine. When I choose my own role, and set everything to true, he doesn’t.
Yes, this sort of hack would certainly work.
These forums aren’t *that* big. Why is this a problem? Is it a problem with bbPress?
Hello! My website currently has a forum for ‘news’ and a forum for ‘other’.
I want my users only to be able to create topics under ‘other’, but not under ‘news’. I do want them to be able to reply to both topics made in ‘news’ and ‘other’.
I tried setting the ‘news’ forum status to closed, and the topics under there on open. But it still makes users unable to reply on them.
Any way I can achieve my goal? Maybe with the help of another plugin?
I’m currently using bbpress with buddypress and the free version of the theme Quest.
I’m running WordPress 4.4.2, bbpress 2.5.8, buddypress 1.9 and Quest 1.4.1 (which are all the latest versions at creation of this topic)
Thanks,
Jasper
Hello all. This may not be the best place for this thread, but since it involves bbPress then I am asking for any help. I am using bbPress with the s2Member membership plugin. In s2Member, when someone registers, their account is created, giving them the role of “Participant” in the forums. However, they still cannot access the forums because a subscription has not been created in s2Member. If I manually go in to a users profile and create the subscription, everything is fine. Has anyone experienced this? How can it be resolved so the subscription is created during signup?
currently you cant. i am trying to get some attention on this . but there doesnt seem to be any
Any way to eliminate redundancy/weirdness in permalinks (i.e. “forums/forum”)?
This issue was first flagged 7 years ago and has never been “Fixed” because in essence it works. it just doesnt work correctly
Hi Bruce, then unfortunately it might not work. It works for sure on standard bbPress forums.
Pascal.
Hello,
Thank you for your reply. To answer your questions:
1. Jetpack was installed, but I removed it
2. No security plugins
3. I tried this, but the error still occurs
4. No membership plugins
5. Yes – I have verified my SQL & PHP time is the same as my WordPress time
I have also tried disabling ALL plugins, except for bbPress.
What is the difference between bbpress/wordpress/joomla??
(relax-iplant.com) like this website what this this made with ?? </srtrong>
I solved this issue (plus some others) on my side, by adding this CSS:
Hope this may help someone else….
input#bbp_search {
margin: 0.25em 0.25em 0.25em 0.25em;
}
li.bbp-header {
margin-top: 0px !important;
margin-bottom: 2px !important;
border: solid 0px red !important;
}
/* START -- Main Effect on Forum width on small devices */
ul.forum-titles li {
text-transform: uppercase !important;
font-size: 12px !important;
}
li.bbp-forum-info, li.bbp-topic-title {
width: 40%;
}
li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count {
width: 15%;
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
width: 30%;
}
/* END -- Main Effect on Forum width on small devices */
#bbpress-forums ul[id*='forums-list-'] {
padding: 0px !important;
border: solid 0px red !important;
margin-bottom: 2px;
}
#bbpress-forums ul[id*='forums-list-'] li.bbp-body ul[id*='bbp-forum-'] {
padding: 10px !important;
border: solid 0px red !important;
margin-bottom: 2px;
}
#bbpress-forums ul[id*='bbp-forum-'] {
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-khtml-border-radius: 0px;
-o-border-radius: 0px;
padding: 0px !important;
border: solid 0px red !important;
margin-bottom: 2px;
}
#bbpress-forums ul[id*='bbp-topic-'].post-inner {
border-radius: 0px 0px 0px 0px !important;
-webkit-border-radius: 0px 0px 0px 0px !important;
-moz-border-radius: 0px 0px 0px 0px !important;
-ms-border-radius: 0px 0px 0px 0px !important;
-khtml-border-radius: 0px 0px 0px 0px !important;
-o-border-radius: 0px 0px 0px 0px !important;
}
#bbpress-forums ul[id*='bbp-topic-'] {
padding: 10px !important;
margin-bottom: 2px;
border: solid 0px red !important;
}
#bbpress-forums p.bbp-topic-meta img.avatar,
p.bbp-topic-meta span.bbp-topic-freshness-author a img.avatar {
display: none;
}
Kind Regards,
Ok, here’s my dilemma. I have a corporate website and we are working on adding a forum. After working with bbPress for a couple of weeks I like what I see and have a good working shell, but as I get deeper I have some concerns with integrating a forum into my WordPress site versus completely stand-alone.
My question is, on a single host is there a way to have bbPress installed and totally separate from the main website. For example, current forum requests get added to my users within WordPress. While they get credentials to only have forum access and not WordPress access, it still concerns me that this is leaving open back doors for smart hackers to sneak in to my WordPress administration. I had to install some bbPress code in my functions file to stop non-administrator profiles from seeing the WordPress main menu at the top of the forum. This just seems too loose, as if hiding it with code really stops someone that knows what they are looking for from finding it.
With that, in having to add code such as this I subsequently shut down my entire site due to adding code the functions.php file that it didn’t like. Not a good situation for me. So, my second and really primary question is how I can have a forum administered in WordPress but totally separate from my main website. What I feel this gives me is 1) totally separate sites where my forum user profiles are not intermingled with my WordPress corporate site administrators and 2) a separate place where I can make site changes that I know only impact the forum and not the main site at all, so if I hose the forum temporarily it’s not as big of a crisis as if I shut down our entire web presence.
Can this be done on the same host where I have a subdomain and a separate WordPresss login for the forum as if the main website didn’t exist, or am I better off just having these creates separately under truly separate hosts and just pointing a URL on the corporate site’s menu to the stand-along forum that’s on the separate host and managed as a totally independent website?
I appreciate your suggestions.
When I loaded bbpress and created a forum and the topic “Server Rules” Next to the post that contains all the rules its using this http://imgur.com/Ocgu2Ag
Some of the text is overlapping and it looks crammed
Also, what profile is bbpress putting there on the left and how do I edit what shows?
can you post a more detailed explanation – I don’t understand your question !
on your first it is being affected by
http://olympusnetworkmc.com/wp-content/plugins/bbpress-new-ui//inc/css/dark.css?ver=4.4.2
change line 1411
media screen #bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content {
padding-left: 5px !important;
}
to from 5px to say 30px
Also, what profile is bbpress putting there on the left and how do I edit what shows?
Hi,
Most of the themes are compatible for bbPress and the ones that are not can be tuned with some CSS.
So I would say, go for a theme you like, install a WordPress in a test environment, get bbPress and play with it !
Pascal.
I want to delete this function.
https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#21-show-5-recent-topics-after-forum-index
How can I make this?
And how can I put into the Forumlist widget all forums with subforums?