Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 24,201 through 24,225 (of 64,535 total)
  • Author
    Search Results
  • #137346
    speds
    Participant

    I am using WordPress 3.6.1 version and bbpress version 2.4. My site is a membership site, if I deactivate bbpress, I will be able to send emails. However, if I reactivate it, I will not be able to send an email.

    Can someone help me.

    #137343
    Nadiamode
    Participant

    i have same problem, this happen many days ago still no update
    i have to patch myself with matt_peapod’s method it’s work and easiest


    @matt_peapod

    youcan report bug here https://bbpress.trac.wordpress.org/timeline

    #137342
    Ristana
    Participant

    Hi guys,

    Has there been any other fix to this problem, as I don’t have direct access to our server I can’t modify core files either. Problem is same as above if the Forum root “forums” shares a name with a page it does not use the page settings but tries to display it like a blog layout. So if you click Forums in the breadcrumb it takes you to a blog archive type page instead of the index page it should. I am using latest version of wordpress 3.6.1, latest version of bbpress 2.4 and use Headway theme 3.5.5. Any advise would be greatly appreciated. Link to site is http://thaimarket.co.za/forum/ Thanks

    Stephen Edgar
    Keymaster

    Can you create a ticket in Trac for this with as much info as you can to help us reproduce the issue.

    http://bbpress.trac.wordpress.org

    #137339

    In reply to: Duplicate Page Titles

    Todd – WireFlare
    Participant

    Marked as fixed in the upcoming 2.5 release. See the ticket here:

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

    #137338
    arthurse
    Participant

    Thanks Travis. MyCred seems to be good for me, i tested it a little bit, have a lot of settings and works with bbPress. May be it will be my choice.

    #137335
    bluesage
    Participant

    Hey guys! 🙂

    Just wondering if you can help me. All the research I’ve done on bbpress.org points to articles 1 and 2 years ago which isn’t relevant anymore (due to directories and files being changed.)

    What I’m wondering is, how can I get bbpress to honor or become similar to the theme I’ve chosen in WP?

    I’ve seen all about copying files named bbp_xxx and “compat” related stuff but in the latest WP/bbPress combo I don’t see any of those options still remain.

    Anyone care to shine a light please? I’m really loving WP + bbPress. It’s actually what I’ve needed over and instead of all the other forum software I’ve dealt with since 2009. (4 years later LOL.)

    Thanks much,
    Bluesage.

    SysFailure0x5a
    Participant

    I read through a bunch of documentation. I cannot find whether it is supposed to be required to enable bbpress network wide rather than on a site-per-site basis.

    Having it enabled network wide is annoying, I would much rather let my users enable it if they want it.

    #137333
    Nykess
    Participant

    OK, I was able to fix the widgets. Thank you.

    #137332
    Kaliceos
    Participant

    Hi,

    I needed something similar. So I did myself and published it a few days ago. Take a look at :

    Forums index in the same layout as other bb software

    fontadoni
    Participant

    I’m guessing this has to be a bug in the bbpress “repair forum” tools. My board has been down for a week already, so I’m hoping somebody will pitch in soon (now that it’s two of us, and probably more of us eventually). Let me know if you are able to find a solution.

    #137320
    sJanellc
    Participant

    @netweb

    @kcurlsjr This is a known issue on forum visibility, details are in ticket #2408 and a possible workaround is in this thread

    I didn’t find a workaround in that thread. I also viewed the ticket and didn’t find a workaround there either.

    #137319
    cristian5
    Participant

    No one?

    In other words, is it normal for bbPress to increase the post count for a user, every time that user edits a post?

    #137317
    arthurse
    Participant

    Thanks Robin. I found the plugin, but its too old, like bbPress version 0.9 =(

    #137316
    dman578
    Participant

    wordpress = 3.6.1
    bbpress = 2.4
    theme = twenty ten with bbpress child (css heavily modified)

    so when a new user registers, i have a plugin that allows me to accept or deny the new user registration. PLUGIN = New User Approve(1.5.2)

    the new user gets email being sent during the approval and acceptance process:

    “You have been approved to access MySite Community
    Username: testdan1
    http://www.mysite.com/community/wp-login.php”

    That is all that the users gets when i approve them? where is the password? If i deny the user, they get:

    “You have been denied access to MySite Community”

    #137314
    Robin W
    Moderator

    There used to be, it was called (surprisingly!) bbpress leaderboard, but whilst references to it are many, I can’t find an actual plugin

    #137313

    In reply to: where do i begin?

    Robin W
    Moderator

    Start by watching this, it’s a bit old, but will get you started.

    Then

    Create a page called “forums” or whatever you set the forums page to be when you were in settings (see video), if you are using a custom menu, add this page to it. That way your have a fourms page on your site which has all the forum stuff inc. login which we’ll add next!

    Next – install a further plugin called bbpress tweaks https://wordpress.org/plugins/bbpress-wp-tweaks/

    This :

    Adds a forum specific sidebar to your forum page, so this can be different to the blog and static pages.

    Gives you login widgets which along with recent comments and recent topics widget makes your forum sidebar have everything it needs

    example

    http://www.gospbc.co.uk/forums/

    #137311
    WordProSystems
    Participant

    hello. sometimes i feel like a senior citizen using a computer for the first time when it comes to WordPress…
    i’m working on a site http://www.evangelicalassociation.org/EAWordpress and i’m hoping to create a forum that requires a log-in and can receive email notifications when a new topic is posted. i’ve downloaded the latest version of bbpress as well as bbpress email notifications today.

    where do i start? how do i add the forum to my page? when someone clicks on the ‘forum’ menu option in the navigation, will it prompt to create a log-in?

    i’m very new to wordpress and i know very little about coding and things like that, so please be gentle 🙂

    thank you for your help!!!

    #137309
    Travis S.
    Participant

    I noticed on previous posts that bbpress may have or used to have a compatible terms of service plugin for registering. Any word on that plugin, or recommendations for a 3rd party plugin that is compatible?

    Thanks

    #137307
    matt_peapod
    Participant

    Hey,

    I found the same issue. In my case I patched bbPress to bail if the page isn’t a bbpress page. so in bbpress/includes/common/template.php line 2504 (include bbp_title() function, bbpress 2.4):

    if (!is_bbpress()) {
      return $title;
    }

    This must be a bug. Where can I submit a patch for this, or check if it’s a known bug?

    Thanks,
    Matt

    Stephen Edgar
    Keymaster

    It’s all contained in my answer, bbPress ‘needs’ a slug for each term to determine the post type.

    Dountill
    Participant

    In short no, what about an extended answer? What do i have to do to get it done?

    #137301
    Sven
    Participant

    Howdy,

    I have upgradet bbPress 1.1 (standalone) to bbPress 2.4 integrated in WordPress. Some new written posts will not shown in the forum-index. In the topic-overview it shows the correct post order (post time and date). I have installed the GD bbPress Tools and when I klick on show the newest replys, the order of the topics is confused. I think there is a problem with user rights, because some posts are displayed correctly and some do not. If the administrator with id 4 writes a post, it will not display correctly. When the user id 240 (new user) writes a new post, it will shown correct.

    I had searched for sich problem, but the solutions I found was for bbPress 1.

    What can I do?

    Kind regards

    #137299
    StuartWildman
    Participant

    Hi , I have a forum with bbpress…I need users of the forum to be able to attach jpeg images and upload MP4 files into their posts(not through media library as I believe GD attachment plug BBin works)..this is vital for the website. I don’t seem to be able to manage this..is there a plugin that will do the job?…have tried bbpress attachments etc..

    Total novice so any help hugely appreciated!!!!

    #137296
    MoniqueR
    Participant

    My visitors can post new topics and replies. They don’t have to register. But, by default they can not give tags to their topics or replies. How can I enable visitors to be able to give topic-tags?
    In my opinion I think it is strange that there is no option to enable or disable this.
    BBPress give the option to enable/disable anonymous posting, so why not embed an option where you can enable/disable tags for anonymous posting

    I use BBPress 2.4 and WordPress 3.6.1.

Viewing 25 results - 24,201 through 24,225 (of 64,535 total)
Skip to toolbar