Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 11,451 through 11,475 (of 64,454 total)
  • Author
    Search Results
  • #174653

    In reply to: Text Editor Missing

    rf0854
    Participant

    Hi @jonathan-mangual,

    Just noticed this as well. Anyone else run into this issue as well?

    bbPress Version 2.5.9
    WordPress Version 4.5.1

    #174651
    jon
    Participant

    Mywebsite: http://www.lucacenter.com

    BBPRESS Versión 2.5.9
    WordPress 4.5.1

    After I update my bbpress to version 2.5.9 I can’t see the Text editor.

    I try to change themes, flush cache, and desactive all plugins. :/

    any knowed issuess?

    View post on imgur.com

    #174649

    Topic: Help needed

    in forum Installation
    sg1984
    Participant

    Hi im new to bbpress and have some questions to ask.

    1) How do you hide the wordpress top bar for subscribers, subscribers dont need to use the top bar to access to the forum. I dont wish users to know that they are using a wordpress website.

    2) How do you increase the size of the font for the main forum? The description of the sub forums are too small, would love to change the font type and its size.

    Tranny
    Participant

    I have installed bbPress on my busy site when it already had 500k registered members. With the forum running, I noticed that some registered members have their role displayed as “Participant”, while other as “Member”. I don’t even see the option to set a user’s role to “Member” and am rather confused by the discrepancy, especially since it appears to have occurred without my (administrator/keymaster) input.

    Could anyone fill me in on the difference between the roles, and how they are assigned?

    #174628
    Artisantopia
    Participant

    HI. I have the following structure:

    – Private Group
    – – Private Forum Category
    – – – Private Forum
    – – – Private Forum
    – – – Private Forum

    So, a private group that has a forum. The top level forum is of type category, then the child forums are all private forums.

    If a user that is not a member visits the Group or Forum Category they cannot see anything and are shown the option to request membership.

    But if they go directly to the child forum they can access it and post. Even though they are not a member of the group.

    I have the latest versions of WordPress, BuddyPress and bbPress as at today.

    I just ran 2 forum repairs:
    – Recalculate private and hidden forums
    – Repair BuddyPress Group Forum relationships

    and now I have a another problem. I’ve actually been experiencing this problem on and off now for about 2 weeks and I’m starting to pull my hair out!

    So now if I go to the forum list (at the category level) I can see that there are topics in the child forums. But when I click through to the child forum it tells me “Oh bother! No topics were found here!” This is for a group that the user is a member of. There are definitely topics in that forum.

    If I change the user from a Participant to a Moderator they can see the topics.

    If I change them back to a Participant and then toggle the forum from private to public to private they can see the topics again. I have done this toggling of forum visibility several times over the past week and it only lasts for a day or two, then I’m back at this problem.

    Further testing:
    – I’ve changed to TwentyFifteen theme
    – deactivated all plugins except for BuddyPress and bbPress

    I still can’t see topics that the user should be able to see. And they can access a private forum they aren’t a member of.

    Where do I even begin to figure out what is going wrong with this site? Thank you!

    PS I have logged this in trac: https://bbpress.trac.wordpress.org/ticket/2947

    #174627
    nedens
    Participant

    Its a closed site and a test account. I was hoping for some quick help. Unfortunately the activity on this forum is less than quick it seems. I like bbpress and buddy press a bunch. But buddy press seems like a complete mess to customize.

    Kineta
    Participant

    This is just what I need for the project I’m working on. I have the same question about how to do this without hacking the core files. Any guidance for a wordpress/bbpress beginner?

    #174622
    nedens
    Participant

    I have an issue where my breadcrumbs are not showing as well as I can’t seem to find any template file to customize how the top banner looks and behaves on the forum pages or how the Group Admin and Group Moderators section behaves and looks.

    In addition I would really like to remove the Private: Forum Name text as I only have one forum per group.

    Site is currently not open but you can login with
    username: debug
    password: debug
    to see what I am talking about here
    http://www.hackbg.org/wp-admin/

    #174621
    Stephen Edgar
    Keymaster

    Yeah, a pure MySQL will always be better, for bbPress 1.x imports both the topics and replies steps of the imports have a table join that is currently required for topics to determine the 1st post and ignore replies, then for replies to ignore the topic.

    I’ve got some ideas on how we can eliminate this join which would speed things up significantly but that will have to wait a bit as it involves refactoring the entire process, that then means refactoring the other ~24 importers to also work. At the moment this process is all manual, try this, try that, and that makes it incredibly time consuming. Hopefully not to far down the road I can automate much of this with bbPress’ new testing setup much of the manual work can be eliminated and iterating the importers can happen alot faster.

    #174616
    Stephen Edgar
    Keymaster

    Regarding option 1, is it even possible and does such a script exist?

    Yes, there one, maybe two scripts, but they are quite out of date.

    Regarding option 2, what are the required wp_postmeta keys I would need to generate?

    Have you looked at the internals of any of the ~25 importers included with bbPress?

    phpBB and SMF are the two most “feature complete” in that they import nearly 100% of the required wp_postmeta fields.

    A basic example version of an importer is included, Example.php in the `/includes/admin/converters/ folder, its fairly basic, when comparing it with either the phpBB or SMF importers it might make more sense. There is also some initial documentation on modifying this yourself https://codex.bbpress.org/getting-started/importing-data/import-forums/custom-import/

    If you upload to https://gist.github.com/ or somewhere, take a screenshot of it from phpMyAdmin I’ll happily help you get it up and running.

    Also, I suggest using bbPress 2.6-alpha, loads of importer improvements over bbPress 2.5.9, you can grab it from here https://bbpress.org/download/

    #174614
    Stephen Edgar
    Keymaster

    Unfortunately the original Sucuri article incorrectly stated what versions of bbPress were affected, the article has seen been updated to document what versions of bbPress were affected. bbPress 2.5.9 patched the security issue documented by Sucuri.

    mario83s
    Participant

    Ok, the weird issue.

    I’m trying to get the forum working on a child theme, however, it is being displayed as a blog posts. Switching to the parent theme makes it display normally. I found that while child theme is activated, bbpress injects into archive-listing.php of my child theme.

    Now, It tried all I could think off. All tutorials, documentation, support topics. It doesn’t matter whether I create a custom bb theme, creating bbpress.php, plugin-bbpress.php or any other file name I found in documentation. It always injects into the same template and displayed as posts.

    If I create a new page and input a [bbp-forum-index], it is displayed properly. However, as soon as I click on a single forum or topic, it gets displayed on a different template again and ignoring bbpress.php.

    I evein tried echoing some custom words inside the templates to see do they even get loaded somewhere. But “hello world” didn’t appear anywhere.

    This issue is clearly not related to bbpress as it works on other themes, the issue is within my child theme. But I don’t have any idea what to do!! I spent last few days googling for a solution without a luck.

    Do I need to add some kind of filters or actions inside my child theme functions.php??

    If anyone has encountered with this issue or can offer a solution, it would be most appreciated!

    WP:4.5.1
    BBPRESS: 2.5.9

    Thanks!

    #174606
    Robin W
    Moderator

    which is why 2.5.9 has been released

    https://bbpress.org/forums/topic/bbpress-2-5-9/

    #174605
    David Tierney
    Participant

    I am assessing installing this for a client and am new to bbpress, but have 9 years with WordPress.

    What default user profile fields come with the basic single site installation of bbpress, and how customizable are they.

    Specifically, my clients wants to have name, company and a question answered (i.e. why are you here). And no other fields other than what is desired.

    And are their options to require fields if so desired?

    And as a side question: Is there any recommendation or advice on whether to install this in a client’s existing website or duplicate their theme and install that theme with WordPress and bbpress on a subdomain and have the forum there?

    Thanks so much,

    David

    #174603
    artmuns
    Participant

    Anyone know about this?

    During regular research audits of our Sucuri Firewall, we discovered a Stored XSS vulnerability affecting the bbPress plugin for WordPress, currently installed on 300,000 live websites, one of them being the popular wordpress.org support forum.

    Exploitation Level: Easy/Remote
    DREAD Score: 6/10
    Vulnerability: Stored XSS
    Patched Version: bbPress 2.5.9
    As a Cross-Site Scripting (XSS) vulnerability, it could allow this user to hijack other user accounts, perform actions on their behalf (like administrators, moderators, etc.) to escalate its user’s privileges.

    #174601
    mojebartar
    Participant

    Hi
    I use a membership system in my site. So i want that when the user clicks on edit in the bbpress Profile, to be redirect to another page(link).
    How do I do this?
    Thanks

    #174599

    Topic: bbpress Theme

    in forum Themes
    Manjeet-Kuldeep
    Participant

    Hi All,

    I am Using budypress + bbpress plugins in my wordpress.
    Now I want that when a member reply a topic, this form open under member profile.
    Basically I need to change bbpress theme which my custom files. But I unable to file them location from where it is call and how I can call my custom header and footer.

    Thanks,
    MAC

    gdelle
    Participant

    Im hoping someone can help… Im using bbpress/buddypress theme and my support is not helping at the moment. They have a 24-48 hour window..

    Half the site is 404 errors. My theme uses/recommenced rtmedia, I updated it and all went wacky. Only thing working Is the forums!

    Now I had many plugins going but shut Every single one down except bbpress/buddypress. Even required theme plugins. Ive even deleted 90% of them and still cant fix the issue…

    I know this is not my ‘support’ Im just at wits end and cant fix it, Im reaching out hoping someone can help… I can pay. We have 200+ members, while not a lot its a lot for us as we are so new.

    We’ve been half down for about 8 hours now…

    Its an adult content site so I dont know if I can/should post a link here… I can give admin, etc.

    This is the theme Im using.

    http://themeforest.net/item/kleo-next-level-wordpress-theme/6776630

    #174584

    In reply to: Forum List

    Robin W
    Moderator

    not quite sure what you are after.
    can you not use the shortcodes

    https://codex.bbpress.org/features/shortcodes/

    #174582
    Hamlet_PL
    Participant

    Hi,
    I have problem with bbpress after update. I get message:

    Warning: in_array() expects parameter 2 to be array, null given in /home/users/domain/public_html/domain.com/wp-content/plugins/bbpress/includes/common/functions.php on line 1446

    line 1446:
    if ( in_array( ‘post_parent__in’, $wp->private_query_vars ) )

    Similar thread:
    https://wordpress.org/support/topic/bbpress-crash-after-update?replies=1

    regards

    #174577
    Stephen Edgar
    Keymaster

    @jkuzma, I’ve moved this to its own topic.

    I did not think your issue was to do do with 2.5.9, as you’d replied to I have the same exact problem to the original authors post from before bbPress 2.5.9 was released.

    Can you add here a list of your plugins and the theme you’re using so I can try and replicate your setup and reproduce the issue please.

    p.s. I won’t be able to now, but will look in the mornings its half past midnight here local time, and yawn, I’m tired 😉

    #174571
    jkuzma
    Participant

    Most likely all the above replies which are *not* the same thing, they are all different errors are caused by the same thing though, a plugin or theme conflict.

    Yes, a BBPress conflict, because this issue did not exist prior to updating yesterday (May 2nd.)

    This is a problem on the backend, and is not theme or plugin dependent, as I’m seeing it on more than one site. I have even reverted back to the previous version of BBPress, changed my PHP version, etc.

    I get this error anytime I am editing/updating a post/page on the backend. The post/page will end up saving, but the errors popup, sometimes with wp-includes/pluggable.php as well (which I’ve also replaced.)

    I’ve also gone through the tedious process of uninstalling and reinstalling every plugin on my site. It’s quite obvious that disabling only BBPress fixes the problem, which is not a solution by any means.

    #174561

    Hi there Kelly,

    I’m the developer of WP-SpamShield. I’m sorry to hear about the issue you’re having and I’ll be happy to help.

    That sounds like you have a some type of conflict that is more specific to your site setup or configuration. We have a lot of users on bbPress, and most are having no issues. (We do a lot of testing to ensure compatibility.) So, there shouldn’t be any generalized conflicts with bbPress.

    We have put together some excellent troubleshooting options for our plugin users, including FAQs, a Troubleshooting Guide, Known Conflicts page, and Support Request page.

    Please take a few minutes to work through the Troubleshooting Guide and FAQs, as these solve over 90% of issues users have.

    One of the things that the Troubleshooting Guide and FAQs will ask you to do is turn on logging. When logging is enabled, anything the plugin blocks will be logged. If you feel that there is a conflict, and something is being blocked that shouldn’t be, you can test it out after you enable logging. If it doesn’t show up in the log, then that tells you that something other than the plugin is blocking it.

    If the information provided doesn’t solve the issue for you, we’ll need a bit more info from you on the specifics, and we’ll need to email back and forth, so please head over to the WP-SpamShield Support Form, and take a moment to fill out a support request. That will allow us to help you diagnose this, find out what the real issue is, and get things working right for you. (If the issue does by chance turn out to be a bug in the plugin, we always try to fix those within 24 hours, and get a new version out with the fix.)

    – Scott

    Please note that the WP-SpamShield Support page is our main support venue, not the WordPress or bbPress forums here, so that will always be the best way to get a quick response and resolve any tech support issues.

    #174566

    Hi there Kelly,

    I’m the developer of WP-SpamShield. I’m sorry to hear about the issue you’re having and I’ll be happy to help.

    That sounds like you have a some type of conflict that is more specific to your site setup or configuration. We have a lot of users on bbPress, and most are having no issues. (We do a lot of testing to ensure compatibility.) So, there shouldn’t be any generalized conflicts with bbPress.

    We have put together some excellent troubleshooting options for our plugin users, including FAQs, a Troubleshooting Guide, Known Conflicts page, and Support Request page. Each of these are linked from the plugin’s settings page in the WordPress admin. Please take a few moments to work through the FAQs and Troubleshooting Guide as these solve over 90% of the issues users bring to us.

    If the information provided doesn’t solve the issue for you, we’ll need a bit more info from you on the specifics, and we’ll need to email back and forth, so please head over to the WP-SpamShield Support Form, and take a moment to fill out a support request. That will allow us to help you diagnose this, find out what the real issue is, and get things working right for you.

    – Scott

    #174556

    In reply to: bbPress 2.5.9

    Soul
    Participant

    Hi Stephan
    nice work for the update. But it is forgotten the pagination when threaded reply is activated.
    Will bbpress do this integrate asap?

    Best regards.

    PS: I made the patch it was mentioned before.

Viewing 25 results - 11,451 through 11,475 (of 64,454 total)
Skip to toolbar