Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 10,676 through 10,700 (of 64,454 total)
  • Author
    Search Results
  • #177090
    Stephen Edgar
    Keymaster

    Your theme developers will need to be a little more specific than “bbPress code has some problems”.

    If bbPress’ code didn’t change and you updated your theme and now bbPress doesn’t work, then this is not a bPress issue, it is a issue with your theme and what changed in the latest theme update.

    I suggest you contact the theme developers again, link them here to this post of mine, if there is a bbPress issue, I’m happy to work with the theme author to fix bbPress if that is the case.

    #177089
    kellyt
    Participant

    i checked with technical support apparently the bbpress plugin code has some problem, hence it is not able to function properly. Is anyone facing that problem?

    #177087

    Topic: Newbie Stuff

    in forum Troubleshooting
    Joe Siegler
    Participant

    I’ll be short. Just installed this and looking at it for a possible forum option. Linkage:

    http://www.rowlettanglicans.org/forums/

    Wordpress version is 4.53, and bbpress is 2.5.10

    1) You’ll see the colors are all wrong. Theme is Divi. Obviously css work needs to be done, but I’m not even sure where to begin with that. Any ideas?

    2) Also, is it possible to stick this software behind a overall password? We have a password protected members are on the church site, and they’re wanting me to put this in the private area, which is already behind a password. Is this possible at all? I tried putting the slug wiht the same URL as the password protected area, but it didn’t pick up the system password for that (which isn’t a surprise, but hey, I tried). My thought is to put it behind our church’s password protected area, and then not require people to have accounts to post.

    #177086
    Robkk
    Moderator

    @phileas013

    I would like the questions to be displayed the same way that on this bbpress forum.

    On these forums the developer removed the content holding the labels and also moved the post date and id number in a different area.

    Robin linked you to a plugin that enables you to show the lead topic, which this site does, so you have that. If you do not want to use the plugin, or you are really just using it to just show the lead topic, you can also use this custom php snippet that is on this site.

    https://codex.bbpress.org/bbp_show_lead_topic/

    I still do not find a way to add a border around the topic (and not the replies) or find a way to make it look different from the answers.

    You can try some custom CSS like this. It won’t look as good as this site because of how its designed as I stated above.

    .single-topic .topic {
      border: 2px solid black;
    }

    I do not understand why the line in blue with “créateur” and “sujet” appears above and below the main topic.

    Thats normal, its how the lead topic is supposed to be displayed by default.

    Robkk
    Moderator

    I have kept two topics as super sticky and the same are showing under each forum topics due to which the “bbp-pagination-count” shows wrong results but the same get fixed in next page (i.e. page 2).

    Also, I have noticed that, one of my topic is showing twice i.e. on first as well as on second page.

    This might be related to this issue, if you the topic you are seeing is a sticky topic.
    https://bbpress.trac.wordpress.org/ticket/1642

    You can Try to see if this works for the first issue you are seeing though.

    Go to the repair tools in Tools > Forums and try running

    Recalculate the sticky relationship of each topic

    and

    Count topics in each forum

    Make sure to run them separately and see if that fixes your first issue.

    Robkk
    Moderator

    Just so you guys know there is a plugin for bbPress that could do what you guys want.

    It is fairly new, so consider testing it out and if you come across any issues contact the developer in their support forum.

    https://wordpress.org/plugins/bbp-anonymous-subscriptions/

    #177081

    In reply to: Super Sticky topics

    crosstherubicon
    Participant

    I am on WP 4.5.3 and the latest version of bbPress, just installed it yesterday

    #177076
    Robin W
    Moderator

    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

    #177073
    greggish
    Participant

    Do any of the mods or developers have an ETA on when v2.6 might reach beta or perhaps latest stable release?

    From the July 13th blog post:

    Speaking of bbPress 2.6, we’re working on refactoring per-forum moderators now, and we’ll have a beta ready for everyone to try shortly!

    bbPress 2.5.10 – Security Release

    #177072
    mroth911
    Participant

    I installed bbpress. forum is not coming up on the side. either .

    [edited] – to put into a new topic

    #177071
    crosstherubicon
    Participant

    I just installed bbPress today so the latest and greatest. WP ver 4.5.3. When I add forums and topics they do not show up on the Forums page when logged out. When logged in they do show up. These have been set up as Forum, Open and Public. Topics have been set up as Normal and Open under the appropriate forum. Why would they not show up when logged out but do show up when logged in?

    #177070
    Robin W
    Moderator

    put this in your child theme’s functions file, and make the number bigger than the number of forums you have

    update_option ('_bbp_forums_per_page', 200) ;
    

    Functions files and child themes – explained !

    Costin
    Participant

    Hi,

    First assure that ‘Allow guest users without accounts to create topics and replies’ is checked.

    To allow guest just to create topics, in wp-content/plugins/bbpress/templates/default/bbpress/form-topic.php one line 28 change with:

    <?php if ( bbp_current_user_can_access_create_topic_form() && !bbp_is_anonymous() ) : ?>

    To allow guest just to create topics, in wp-content/plugins/bbpress/templates/default/bbpress/form-reply.php one line 28 change with:

    <?php if ( bbp_current_user_can_access_create_reply_form() && !bbp_is_anonymous() ) : ?>

    #177064
    pikerstrow
    Participant

    Hi. Help me please to solve my problem… I’ve created two lenguage site (used polylang plugin), and installed bbpress.
    But I dont know how to create two different forums for different languages…. Please tell me how to do it…
    Thanks.

    #177060
    Stephen Edgar
    Keymaster

    We would love have full WCAG 2.0 compliance 🙂

    Our open tickets for further improvements are here: https://bbpress.trac.wordpress.org/query?status=assigned&status=new&status=reopened&component=General+-+Accessibility&order=priority

    We will also follow WordPress’ lead and any initiatives by the accessibility team

    https://make.wordpress.org/accessibility/

    There is also the accessibility team handbook: https://make.wordpress.org/accessibility/handbook/

    For bbPress much of what is needed right now is testing of our open tickets to make sure we are on the right track, any help would be graciously welcome 🙂

    #177058
    Robkk
    Moderator

    @maryt66

    bbPress needs some more work to be more accessible to visually impaired users. There are some tickets in the bbPress trac for bbPress for adjusting things like the breadcrumbs markup, notices markup, and some heading changes, etc.

    A lot has been suggested for improvements from this gist and I think there could be some other improvements regarding admin link markup, topic status labels, and just having a horizontal layout might be better in the end for users.

    Robins plugin I think won’t really help in most of these areas and won’t really make your forums moer accessible, I think only a possible contrast issue in one area at best is what his plugin can help with.

    #177056
    Robkk
    Moderator

    @haddly

    I have noticed a potential legal issue. If the forum users all start receiving notifications and they want to unsubscribe, they can’t do this through the email notification that they receive.
    I believe legally, they must have the option to unsubscribe within the email.
    can this be done with bbpress?

    Yes, there is even a plan to introduce it sometime into core.

    https://bbpress.trac.wordpress.org/ticket/2707

    #177053
    Robkk
    Moderator

    @mshane8

    I have 2 profiles(roles) that all users will fall under (employer & employee). Then I have 3 membership levels for each role (FREE, Standard & Premium). The idea is to pair up these users by category and control the level of access/features they have based on account type. So direct messaging is available only to premium members, push notifications only available to premium members. The more features and ability to build out your profile is based on your membership type.

    I know there are plugins like s2 member and paid memberships pro that you might be able to use that might work with bbPress. User role permissions for features in BuddyPress I am not sure of and you may need to go to the BuddyPress support team, and see if they know anything that can do something like that.

    https://buddypress.org/support/

    I would obviously add membership plugin to restrict access and capability as well as ecommerce capability for checkout.

    There are sure some membership framework plugins that work with popular ecommerce plugins like woocommerce or easy digital downloads.

    I know bbPress and BuddyPress are forums and social communities but will they integrate well into membership type communities where clients need to pay for additional access to social community and forum features?

    I say look into using s2member or paid memberships pro. I suggest you contact the BuddyPress support forum if they have any suggestions, or just search their forum and see if a question like this has already been answered.

    #177049
    kellyt
    Participant

    bbPress Version: 2.5.10
    Wordpress Version: 4.5.3

    Hello,

    The plugin was installed and activated, worked fine until I updated my theme. The plugin is there in the plugins list activated. However, I cannot locate its settings and “forums” to add new forums. All current forums are gone. So, basically when people click on “forums” on my site, it states “there are no forums”. I have even tried deactivating, reinstalling and reactivating but to no avail. How do I fix this issue? I am hoping someone can help me as my site is live and the forums page is not working. I have even contacted the theme developer but before they can help me i am required to pay for support which i am not so sure whether they can help with the problem.

    Thank you and much appreciate.

    #177045
    mobilportal
    Participant

    Hi,
    I have instaled wordpress in folder http://www.mydomain.com/wp
    I have instaled bbpress plugin in folder http://www.mydomain.com/wp/wp-content/plugins/bbpress
    After install
    BBpress list of my forums is working at URL http://www.mydomain.com/wp/forums
    and sigle forum “disqus1” is working at URL http://www.mydomain.com/wp/forums/forum/disqus1
    and sigle forum “disqus2” is working at URL http://www.mydomain.com/wp/forums/forum/disqus2

    I need change URL adress for “disqus1” to http://www.mydomain.com/forum/disqus1
    How can I do it?

    Thanks Peter

    #177042

    In reply to: SMF to bbpress

    moedan9
    Participant

    Hi folks,

    Trouble with SMF 2.0.7 to bbpress 2.6 beta import
    Wordpress version 4.5.3

    I’ve just imported the SMF forums here on my server –

    http://www.holistic-counseling.ca/Forums/index.php

    to bbpress here on my server:

    http://nutopia.cc/Holistic-Counseling-WP/holistic-counseling-community-forums/

    you’ll need to login to see.
    user [redacted]
    p/w [redacted]

    At first glance, everything appears fine, although the number in the Posts column seems to be a product of adding the number of topics to the number of replies in a given forum. I don’t mind this.
    Freshness shows zero, but that’s not a big deal either bc A) I can fix the freshness (but it results in losing posts and replies in the forums. B) Once new forum posts happen, it will repopulate.

    now here’s the main issue
    Upon clicking on a forum, it says:

    This forum contains 8 topics and 15 replies.

    Viewing 4 topics – 1 through 4 (of 4 total)

    So the top area states how many topics there are accurately but then only 4 are actually displayed.
    This problem is consistent across the other forums. (sometimes only 3 or 2 are displayed when more are stated above)

    Any idea what that is about? It’s the main issue.

    note: i did a repair Recalculate last activity in each topic and forum
    and then the bottom forum dropped to 0 and 0.
    Any of the forum repairs that I use that involve Topics creates problems in the number of topics and replies and doesn’t fix anything.

    HELP is much appreciated.

    since my forums are quite small and seem to be largely well imported, I would be willing to manually fix the incorrect topics and replies in the database. But I have no idea how to do that. At this point, I am satisfied with any solution to get all the topics and posts from the other SMF forum up and running.

    #177038
    haddly
    Participant

    I have noticed a potential legal issue. If the forum users all start receiving notifications and they want to unsubscribe, they can’t do this through the email notification that they receive.
    I believe legally, they must have the option to unsubscribe within the email.
    can this be done with bbpress?

    #177033
    haddly
    Participant

    Hi,
    do i add this file to the bbpress plugin directory?
    i have lots of directories in my server and not exactly sure where to place the “topic subscribe.php.
    thanks

    #177031
    joshgb93
    Participant

    Hi,

    I’m having some issues between bbpress and Ultimate Member plugin.
    Ultimate Member has a feature that lets us add custom permissions on the menu’s links, allowing X user role to see Y links on the menu. It always works well, except when I’m on the forums root (smilang.com/forums), where all logged-in users see the website menu as group X, no matter their current role. If they go on a specific forum or topic, the issue goes away and the menu gets back to normal.

    See the images for an example:

    On the forums root (Not OK)
    On forums root

    Elsewhere on the forums (OK)
    Elsewhere on the forums (menu is normal)

    I’ve also contacted Ultimate Member’s support team about this, I just did a plugin and theme conflict test, it doesn’t seem like it’s my theme nor any other plugins than UM and bbpress. I’m waiting for their answer now but I was wondering if you could find anything that would cause this.

    I’m using bbpress 2.6-alpha, I just updated in hopes it would fix things but it doesn’t change anything. WordPress 4.5.3
    Thanks!

    #177028
    senatorman
    Participant

    Hello,

    Bbpress is a very nice forumscript, but it can’t handle big forums.
    We have imported an big phpbb forum in bbpress with this statics (+1000K posts, +70k topics, +50k users)
    BBpress need almost 30 second to place a new topic or post.

    This problem is NOT a serverproblem.
    It is sure that BBPRESS can’t handle a big database.
    When i reset my forum (remove all posts and topic) Then creating a post/topic it take 1 second.

    I’ve search the internet and BBpress has this problem al several years.
    There as topics from 2004 with this problem.

    Developers Please think about this problem.

Viewing 25 results - 10,676 through 10,700 (of 64,454 total)
Skip to toolbar