Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 26,551 through 26,575 (of 64,518 total)
  • Author
    Search Results
  • #131034
    kraigg
    Participant

    I’ve been testing the latest bbPress 2.3-rc1 and BuddyPress 1.7 beta2, and I noticed that the subscribe to topic link and “Notify me of follow-up replies via email” checkbox no longer appears. “Favorites” appear as normal, but not “Subscribe”.

    I had a look at the code inside bbPress/form-reply.php and bbPress/form-topic (http://jsfiddle.net/kraigg/jVvzv/) which calls bbp_is_subscriptions_active. It seems that the conditions aren’t being met, and so the subscribe link and checkbox no longer appear. If I remove the If statement from the code, the subscribe link and checkbox appears on the page again, but I’m afraid it might break something else later down the track.

    I was logged in as the administrator and viewed an open topic. I also looked inside Dashboard > Settings > Forums and verified that the checkbox “Allow users to subscribe to topics” was ticked.

    Is there a fix for this? Should I add this as a new Trac issue?

    #131033
    gopanthers
    Participant

    Forget it. Can’t see anything + no support at all = delete + bad review.

    #131032

    Topic: wysiwyg

    in forum Troubleshooting
    JohnnyJonJon
    Participant

    Howdy all, is there a wysiwyg for bbpress within buddypress or am I missing something? I have latest WP with buddypress 1.7 and bbpress 2.2.4. Can I install bbpress 2.3 beta for this?

    Thanks, Jon

    #131031
    rqstadman
    Participant

    Hi, I use bbpress and infinite scroll in jetpack but something strange happens in the bbpress mainpage, the forums are showing as articles under the coloms with the forums, please help

    #131029
    maxime77
    Participant

    bbPress 2.02
    WordPress 3.3.2

    Hello,

    I’ve looked and looked, there doesn’t seem to be a way to see all the posts from a specified user. All you can see are the topics that he/she created or has subscribed to, but not the replies. In the backend, you can’t order the replies or subjects by user either.

    Does anyone know of a way it can be done or of an add-on that can solve this?

    Thanks.

    #131026
    #131025
    mferris2
    Participant

    Greetings, I would really appreciate some help on getting by bbpress plug-in to work. Currently I cannot see my forums or topics when I click on preview or view page from the admin panel nor can I view the discussions on my website when I click on the title from the “Forums” page I created. I can see the forums and discussions on the “Forums” page (used the shortcodes)they apparently link to now where :)Working with WP version 3.5.1 and bbpress version 2.2.4.

    Reading the other forums I have tried the following:
    1. Switched to twenty-eleven and twenty-twelve theme, doesn’t make a difference.
    2. Gone to permalinks and saved, again, no change.

    Any help would be appreciated, please see the link to the site below.
    http://hsg.trg-learning.com

    dhtc
    Participant
    #131021
    dhtc
    Participant

    If non-registered users are clicking on private topics via widgets, you may be seeing this bug: https://bbpress.trac.wordpress.org/ticket/2279

    #131020

    In reply to: Forum parent location

    himanshu1976
    Participant
    #131017
    ntmedia
    Participant

    Hey guys,

    i use bbpress 2.1.2 togehther with wp and bp. Until last week everything works fine, but since then the server response time for topics with more than 1 reply and for the bp-members-loop (so i`m not sure if it is a bbpress or bp issue or just an issue with my hoster) grown extremly on the first load.

    Because there is just an issue with the server response, i think it is an sql issue, so im debugging the requests. Here is what i get:

    Topic with 1 reply: Total query time: 0,33933s for 234 queries.
    Topic with 3 replies: Total query time: 0,81064s for 269 queries.
    Topic with 10 replies: Total query time: 1,56761s for 372 queries.
    Topic with 243 replies: Total query time: 13,15631s for 744 queries.

    Each page showing 20 replies. What`s going wrong here? 🙂 Are these counts of queries normal and it is just a issue with my hoster or is there something going wrong?

    Some additional infos:

    WP: 15000 posts
    BP: 1400 Members
    Topics: 520
    Replies: 3400

    SQL queries for homepage as reference: Total query time: 0,13822s for 272 queries.

    Samantha Miller
    Participant

    Cheers @alexanderagn, works perfectly.

    tobyrhodes
    Participant

    Hi

    I have just set up a bbPress group forum in BuddyPress and am learning how it works. I have just noticed this visibility issue too. Any ideas anyone?
    Toby

    #131013

    In reply to: 404's for non-admins

    drrxa
    Participant

    I have a 404 problem with pagination on topics archive pages, for both admins and non-admins. The first page display correctly, but get a 404 errors on subsequent pages:

    `
    /topics/page/2
    /topics/page/3
    `

    I am using a custom `archive-topic.php` on my theme and using the following plugins on WordPress 3.5.1:

    bbPress 2.2.4
    BuddyPress 1.7-beta2
    User Switching 0.7.1
    WordPress Post Type Archive Links 1.1
    WordPress SEO 1.4.4

    I have disabled all plugins and switched the theme to TwentyTen with flushing rewrite rules on every steps with no success. I have also changed the permalink structure to default `?post_type=topic&paged=2` and still not working.

    On my attempt to debug `$wp_query`, at the `pre_get_posts` action hook, everything looks OK:
    `
    [query] => Array
    (
    [paged] => 2
    [post_type] => topic
    )

    [is_archive] => 1

    [is_404] =>
    `
    However at `template_redirect` action, query looks like:
    `
    [query] => Array
    (
    [paged] => 2
    [post_type] => topic
    )

    [is_archive] =>

    [is_404] => 1
    `

    I only tried that with topics pagination, not forums or replies.

    Thanks.

    #131006

    In reply to: I just don't get it

    jetsoftworx
    Participant

    i have a page called /forum that has the shortcode to display the forum index. When I click on a item it will go to that post. In the breadcrumb there will be home->forums->post, clicking on /forums takes me not to /forum where my shortcode is located but to the hard coded thingy that is defined in the plugin setup? So I have to mess around with trying to make templates just to get it working with my theme, when it just seems that if you make use of shortcodes for the operation of the forum, it would be compatible with ALL themes more or less. Is that a correct assumption?

    As it stands now, I don’t think I will be able to use this plugin because I do not have the time to workout all the different things just to make it work with my theme. I really should not be complaining for something that is free to the community and it is not to diminish the great work of the developers, this is not my intent. After fiddling for days trying to get this to work correctly, I just came to the conclusion that maybe it would be better if shortcodes where used exclusively for the functionality of the operations, then all of these sorts of problems should become non existing.

    if I could have a page called /forums that would override the /forums settings defined in the plugin then that would work, but how can you tell wordpress to do this? I looked and tried different things, but it all becomes way more work then it seems it should be when a shortcode would do the trick. Any way, I am curious to know how other people are getting bbPress to work properly with their themes. I am open to suggestions, ideas and thoughts.

    Oh, one thing I did was to setup a redirect from /forums to /forum (forum index shortcode) and that seems to be working so far. Not sure yet what side effects maybe lurking as a result. So far so good. But when I sit back and think about it, what keeps coming to mind is… why? Why should I even have to do something like this??

    Thanks

    Jarrod

    #131005

    In reply to: Permalink Problem

    Stephen Edgar
    Keymaster

    If you create a forum, then move it to trash, delete it permanently, and finally create a new board with the same name, it always gives it an integer

    No, I cannot reproduce this.

    Also, I have noticed another glitch. If I were to rename the permalink to /leaflet/ and then I change my mind and rename it to something like /leaflet-forum/ and then I finally decide to go back to the original permalink, it adds an integer even though there is no other board with that name and I have just been fiddling with the same forum this entire time.

    Again, I cannot reproduce this.

    I even deactivated bbPress, removed it from WordPress, deleted the bbPress plugin folder with FileZilla, uploaded the newest bbPress, and all of my forums are still there somehow giving the same error. So, there is something keeping track of forums (even when you go to those lengths) and it doesn’t realize that particular forum has been deleted.

    Even if you delete bbPress as you have ‘the data remains in the database’ and this is by design, if you want data deleted you must use bbPress (or a myPhpAdmin etc) to explicitly delete the data.

    First thing go to your permalinks settings page and change your permalink settings, click save, then change them back to your original setting and save again. This should flush any of the rewrites going on with WordPress.

    If it still doesn’t work try switching themes to Twenty Eleven’ and try again.

    #131004

    In reply to: Permalink Problem

    mintertweed
    Participant

    Nope. There was a forum named “leaflet” a while back, but I have since permanently deleted that board. And I have repeated this particular error several times. If you create a forum, then move it to trash, delete it permanently, and finally create a new board with the same name, it always gives it an integer, as if the previous board still exists. I even deactivated bbPress, removed it from WordPress, deleted the bbPress plugin folder with FileZilla, uploaded the newest bbPress, and all of my forums are still there somehow giving the same error. So, there is something keeping track of forums (even when you go to those lengths) and it doesn’t realize that particular forum has been deleted. Also, I have noticed another glitch. If I were to rename the permalink to `/leaflet/` and then I change my mind and rename it to something like `/leaflet-forum/` and then I finally decide to go back to the original permalink, it adds an integer even though there is no other board with that name and I have just been fiddling with the same forum this entire time. Very frustrating.

    #130996
    Anonymous User
    Inactive

    So I’ve searched and searched and haven’t found anything that’ll allow my logged is users to choose from a drop down option that they can post as their user name or as anonymous. I would like this option to be available site-wide but if that’s not possible to accomplish through BuddyPress and just bbPress in the forums and groups then I’m fine with that as well. I’m willing to make this work in one way or many.

    Stephen Edgar
    Keymaster

    Thanks, these types of deeper permissions will come in future versions of bbPress & BuddyPress.

    #130992

    In reply to: bbPress 2.2.2 released

    Anonymous User
    Inactive

    Does bbPress no longer support Anonymous posting? I have WP 3.5.1 BP 1.6.4 and bbPress 2.2.4 installed and I don’t see anywhere on the dashboard that allows for Anonymous posting.

    #130989
    Bas3008
    Participant

    Hello,

    when I set someone to forum role ‘moderator’, he’s displayed as ‘Super-Administrator’ on his profile and in the forum.
    Why is that? I haven’t done any changes at the bbpress installation.

    Wordpress: 3.5.1
    BBPress:  2.2.4

    Thanks in advance for any advices!

    — Bas3008

    #130988
    mintertweed
    Participant

    I don’t really know what this issue is called. I created several forums here and, for some odd reason, when I generate a new forum, it gives me a permalink with the name of the forum plus a number, like so: http://www.happynakedpeople.co/forums/forum/leaflet-2/. There is no other forum named Leaflet and I would like the permalink to be as clean as possible. When I try to change the permalink to just `/leaflet/` it defaults back to `/leaflet-2/`. Why is this?

    I am using WordPress 3.5.1, bbPress 2.2.4, and my theme is built around Starkers 4.0.

    #130987
    maggieymae
    Participant

    Sorry- I didn’t see your reply earlier
    Yes the BBpress widgets work nicely.
    The issue is that I want to decide which widget shows on which page.
    I have tried numerous widgets and when the forum pages show, they are all messed up. They fill in with the forums only all scrunched together.

    I’ve als tried putting the shortcode in a page and that has helped when assigning widgets except for when on the “forums” part of the breadcrumb after entering a board. It goes crazy.
    sitename/forums/etc

    I found one custom widget plugin that makes a widget “drag and drop” page in the editor for each page and post editor area but the person that will be using this will have a difficult time using it. When using that plugin if I make all the forum widgets to be the default setup and just add/subtract widgets per page – it won’t show the craziness.

    I don’t think I can describe this any better. It just looks like craziness and it isn’t in the forum widgets… The forum contents fill up any available widget on the sidebar even if the widget isn’t “assigned” to the forum and it is only when following the breadcrumbs AFTER being in a board.

    #130986
    Gettinitdone
    Participant

    Looks like it will add many things I don’t need.

    I am surprised wordpress\bbpress\s2member doesn’t have a plugin to shut down a site based on users time zone.

    Wordpress has a plugin: https://wordpress.org/extend/plugins/use-clients-time-zone/

    this one picks up users time zone from their ip.

    I was not able to find a plugin that will shut down a site based on the time of day?

    I am looking to make my site unavailable from 10pm-6am for any user, no matter which time zone they are in.

    #130985
    Gettinitdone
    Participant

    Layed in some dirt today and came up with:

    Thank you for creating bbpress.

    I created a forum with bbpress.  I created many categories, forums, and topics.

    question: How do I make the forums and topics static at their current position?

Viewing 25 results - 26,551 through 26,575 (of 64,518 total)
Skip to toolbar