Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 30,576 through 30,600 (of 64,518 total)
  • Author
    Search Results
  • #116130
    #116128
    grayson76
    Member

    I just set up a bbPress install with BuddyPress, and each forum page shows the topics for all forums, not just the one forum’s topics that are supposed to be displayed. This happens no matter what theme I try — Twenty Ten, Twenty Eleven, BuddyPress Default, Elbee Elgee… Any ideas? Thanks.

    #116127
    Adam
    Participant

    So I think it is a permalink issue but I am not sure. I am developing a theme framework and I want to integrate bbpress with it and thus i was testing bbpres default installation. How ever going to site/forums/forum/test gives me a 404 error. even site/forums gives me a 404 – the theme throws the 404 –

    Can any one give me any ideas as to how to fix this? My permal link structure is

    /%category%/%postname%/
    
    #116126

    HELP!

    I’m having issues with my BBpress WordPress installation as of late (since I did a plugin update to 2.1.1) on all pages I get the error:

    Warning: get_class() called without object from outside a class in /nfs/c05/h01/mnt/77944/domains/charterproject.ca/html/wp-content/themes/charterprojectbb/functions.php on line 529

    I tracked this in the functions file in my theme that controls the WP theme and the BBPress theme.
    the code is:
    if ( 'bbPress' == get_class( $bbp ) ) {
    $bbp->theme_compat->theme = new BBP_Twenty_Ten();
    }
    endif;

    I’m not a wiz at PHP so I’m not sure why this causing this error but it does result in the form being quite non-functioning, please help! you can view the site for reference at : http://charterproject.ca

    Pez

    #116125
    fatfrog
    Member

    I have converted from phpBB to bbpress with luck.

    But everytime my forum converted users want to login they get this error:

    Warning: require_once(bbp-converter.php) [function.require-once]: failed to open stream: No such file or directory in /home/surfogki/public_html/wp-content/plugins/bbpress/bbp-includes/bbp-user-functions.php on line 1466

    Fatal error: require_once() [function.require]: Failed opening required ‘bbp-converter.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/surfogki/public_html/wp-content/plugins/bbpress/bbp-includes/bbp-user-functions.php on line 1466

    Normal made users can login as normal. how do i fix this?

    newpress
    Member

    At least can I have it verified whether it is a bug in the script or not?

    #116120
    5ngua
    Participant

    Hi John,

    I want to send you a demo account on my site. But I can not find out how to send you a PM on bbpress.org. So could you send me a ping to the email address that I use in my profile on this forum? I will reply you with the account info.

    varsitysmack
    Participant

    I was able to get this to work using a custom page.php file, some sql to pull the data and a truncate function to minimize the number of characters replied. You can view the result of my work at: dev [dot] silverdoctors [dot] com/topic/testing-topic/.

    The final thing that would be really cool is to have the ability to have a jquery loader that when a button is clicked, would load, lets say, 10 more recent site-wide forum replies. Or even better yet, a jquery function designed to automatically load new content at the bottom of the screen (by appending to a DOM element) when the user scrolls beyond the element, much like Facebook does with their status updates.

    Do you know if anyone has ever done something like this with bbPress? Would you be able to guide me as I go through with this next step of adding the jquery?

    #116113
    aaclayton
    Participant

    Thanks a bunch for sharing this snippet. It works perfectly when not conditioned. It’s not behaving nicely with the is_bbpress() conditional logic, so I’ll have to delve a bit deeper into the set of is_ functions you mentioned above, but I should be able to work something out. Thanks again for the help, and for the great forum software.

    #116112
    Tanya
    Participant

    For those of you familiar with phpbb forums, a very liked feature is the ability to show your unread posts, and also to skip to the last unread reply in that thread.

    I have spoken to Pippin, from http://pippinsplugins.com, who estimates that to create a plugin to include these features on bbpress will cost between $350 and $600.

    Now my website, which will have a forum migrated to it soon, will require these features, however it is only a hobby website 🙁

    So I’m asking bbpress forum owners out there, do you want this plugin? And if yes, would you be willing to contribute to the cost?

    Tanya 🙂

    #116110
    Janus12
    Member

    I just had a quick question about removing the sidebar.

    I changed my forum theme to 2010 (bbpress). The forum now fill up almost the full width of the page. I am using custom community theme mind you.

    The problem I have know is the sidebar on the forum pages

    The sidebar is now underneath the forum and I was wondering if there was a quick method to removing the sidebar on forum pages.

    If there is no easy way, what is the only other way?

    Thank you so much for your time!

    • This topic was modified 13 years, 9 months ago by Janus12.
    newpress
    Member
    1. I activated bbPress (Twenty Ten) theme

    2. Enabled Group Forums within bbpress settings (buddypress default bbpress wasnt installed)

    3. Checked “Allow BuddyPress Groups to have their own forums”

    4. Group Forums Parent is “group-forums” and its a category (I also tried a forum for that but it didnt work either)

    http://fantastic7.x10.mx/forums/forum/group-forums/

    1. A group forum that doesnt work

    http://fantastic7.x10.mx/groups/morb/forums/morb/

    1. A thread, topic within the same group forum that didnt work and still is

    http://fantastic7.x10.mx/groups/morb/forums/topic/actu-tutoc/

    1. No plugins activated other than bbpress and buddypress

    2. I made the above group forum sit at the forum root. But it was also fruitless

    3. selected Forum Root as group forums Parent (the thing that isnt recommended) but it was futile too

    4. “Works fine if I navigate to it directly”, I seriously doubt that anyone would do that

    #116105
    aaclayton
    Participant

    Sorry, I should have included this info in my initial post.

    I’m using the bbPress plugin version 2.1.1
    My theme is custom built using Justin Tadlock’s Hybrid Core version 1.4.0.

    I don’t believe there should be any pre-existing theme conflict with the /users/username permalink structure, but obviously there is something that I have overlooked. If I switch to TwentyEleven, I’m not getting a 404 on user pages, so it has to be something related to the Hybrid framework. Hopefully I can track it down.

    #116104
    aaclayton
    Participant

    Sorry, I guess I’m not being very clear. The is_bbpress() function already seems to deliver the conditional logic I need. That (I don’t think) isn’t my problem. My problem is getting the proper syntax for removing the actions that add styles and scripts to the head area.

    remove_action ( 'bbp_enqueue_scripts' , 'enqueue_styles' );
    remove_action ( 'bbp_enqueue_scripts' , 'enqueue_scripts' );
    

    This doesn’t work, nor do some variants that I have tried. Could you suggest the proper syntax for removing the relevant actions, regardless of the conditioning logic employed?

    #116102

    In reply to: front page text plugin

    This is not for bbPress 2.1 and above. You can use normal WordPress pages for this.

    #116101

    There are a few tags you could use, but the normal bbPress CSS isn’t written to be broken up and conditionally loaded; you’ll need to do that yourself. They are conveniently called is functions:

    https://bbpress.trac.wordpress.org/browser/branches/plugin/bbp-includes/bbp-common-template.php#L91

    #116100
    BigDayBarter
    Member

    Hi. I’m new to bbpress and I’m trying to install the front page text plugin but I can’t get it to work. Can someone give me some more detailed guidance than what’s on the page here, http://www.fldtrace.com/wordpress/bbpress-front-page-text-plugin.

    I have the plugin installed and I can activate it from the admin account, but when I click on the “front page text” button, I get an error message that says, “There is no administration page at the requested address. Please check the address you entered and try again.”

    Any ideas?

    #116099

    What version of bbPress and what theme you’re using are always helpful. bbPress takes measures to prevent incorrect 404 notices, so it’s likely a theme is resetting those flags afterwards, or it’s a bug.

    #116094
    groubee
    Member

    Hi I am new to bbPress and BuddyPress 🙂

    I have just installed: WordPress: 3.4.1 Theme: Salutation Version 1.4.3.1 bbPress: 2.1.1 BuddyPress: 1.5.7 + some more plugins

    • how to create a parent bbpress group forum in buddypress?

    I am a Administrator and have created a new Group and wants to create a forum but cant – get this ERROR: Your forum must have a parent?

    But where do I create this parent forum? I have tried to create a Category but it didn help 🙁

    I am a newbie i know 🙂 regards Tonny

    NB! BuddyPress forum is not enabled

    • This topic was modified 13 years, 9 months ago by groubee.
    • This topic was modified 13 years, 9 months ago by groubee.
    #116093
    #116092
    aaclayton
    Participant

    I am still having this issue, unfortunately. Although I worked out enough of the technical details of bbPress 2.1 to port the plugin/templates/css over to the live (development) site.

    If it would be helpful to see what I’m talking about you can access http://tamrielfoundry.com with username: test, password: test.

    The bbpress CSS + some other scripts are being loaded in the head site-wide, and I can’t figure out the correct conditional syntax to remove them unless is_bbpress() is true.

    George
    Participant

    Does anyone have any idea how I can have members become “Supporting Members” and add a supporting member badge to a single user’s bbpress posts under their username? I dont want to run a full subscription plugin, just a badge to show members that are in an elite group of donating members?

    #116090
    DramaticBaby
    Participant

    Got another question. How does bbPress weigh the different templates? For example, if I put a bbpress.php in my child theme root, with the sidebar removed, all pages in the forum misses the sidebar.

    However, if I put archive-forum.php in the child theme root, with a removed sidebar, that sidebar pops up on all the other pages.

    In what order does bbPress look for templates in version 2.1?

    #116088
    viktora
    Member

    Hi all, it looks like the bbpress is – for some reason – not interpreting the HTML tags in first posts. The HTML tags are visible in the posts themselves and the content is not formated. Replies are OK – HTML formated, tags not visible.

    Example here: http://poradci-sobe.cz/diskuse/topic/nef%C3%A9rov%C3%A9-jedn%C3%A1n%C3%AD-poji%C5%A1%C5%A5ovny/

    Any idea what is the issue

    One small remark – all the forum content was imported from bbpress 1.02 via bbconverter

Viewing 25 results - 30,576 through 30,600 (of 64,518 total)
Skip to toolbar