Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 34,851 through 34,875 (of 64,516 total)
  • Author
    Search Results
  • #40274
    ptruong
    Member

    Hi, I recently install bbpress on my site. I created a login using the shortcodes but for one it prompts that you can’t register and also if you do sign in using my admin it will show already signed in and will not go to the forum. For the forum I cannot find a way to connect it to a page either. Perhaps if anyone could shed some light on this that would be great. Thank you very much

    #108900
    highexistence
    Participant

    JQuery is called first and I’ve tried only activating BBpress and Buddypress and the error is still there.

    Thanks for your help mate! This is a tough one. If you have any other suggestions, I’m all ears. Thanks again.

    #109786
    ns32
    Member

    We’re having the same issue.

    #109841

    In reply to: Displaying Forum

    travis.hill
    Participant

    Try setting up the group forums again through the BuddyPress Admin. Note though, that by effectively deactivating bbPress 2.0, the issue is now BuddyPress related, not bbPress 2.0.

    Try re-installing (or using an existing install) of the Forums for Groups through BuddyPress.

    I had this same issue not long ago, but unfortunately don’t remember the exact fix. I know I played with the group forum settings in the buddypress admin area and got it working as expected.

    #109840

    In reply to: Displaying Forum

    webowner
    Member

    Hi and thank you so much for the reply. Much appreciated.

    I have taken your suggestion and have deactivated the bbpress plug-in.

    So now I only have the community page set as a forum.

    But still cannot add a new topic.

    Any ideas?

    #109839

    In reply to: Displaying Forum

    travis.hill
    Participant

    Looks like you still have both activated. You can use both, provided you change link settings for bbPress 2.0.

    BuddyPress will claim the /forums/ permalink (and create a page). Try changing your Archive slugs in the bbPress Forums Settings Page (Settings > Forums) to something other than /forums/. /community/ is a good choice.

    By doing so, you are effectively using both forum types (groups and site). The group forums will be through /forums/ and the site forums will be through /community/.

    If you don’t want both forums types, deactivate the bbPress 2.0 plugin.

    #109778

    In reply to: "Page not found" error

    grafics
    Participant

    Took a shot based on comments on this board and all now seems to be well.

    I unchecked the forum prefix and set the forum and topic (single slugs) to forum and topic. Single topic is now displaying correctly and using the custom buddypress child theme.

    If it makes any difference, this is a buddypress/bbpress plugin install. I have not moved any bbpress files into my child theme.

    Thanks to everyone for all the good advice!

    #40271
    webowner
    Member

    Hi All,

    I own a web business and am now using bbpress 2.0 and buddypress together.

    I’m a bit confused about the Forum; but for now can display the bbpress one.

    However, I woudl rather have the buddypress forum; because it looks so much nicer in

    it’s appearance (group forum).

    But the problem is, with buddypress I cannot add new topic.

    What is the matter, and how do I fix?

    #40270
    Anointed
    Participant

    I am adding a number of new options to bbPress and want to add the user inputs to the bbPress options page. Instead of messing around with the default options page, I simply want to add a few tabs to the page where I can add my options.

    I do know how to do this when writing my own page from scratch, but do not yet know how to add tabs and options to an existing bbPress options page.

    example of what I am talking about:

    http://digitalraindrops.net/2011/02/tabbed-options-page/

    Can anyone point me to a plugin, or code snippet that would show me how to extend the bbPress options page with tabs and options?

    thnx

    #40269
    Anointed
    Participant

    I’ve been following the trac ticket http://core.trac.wordpress.org/ticket/17144 where we are now able to bring the editor to the front end of our sites. Seemed like a perfect addition to bbPress.

    Has anyone come across a good tutorial on using the new api?

    #40268
    webowner
    Member

    Hi All,

    I own a web business and have sucessfully installed Bbpress.

    Please tell me if there is a way to order the “posts” in the Forum?

    Link is: http://buddy.focusonedesign.ca, although I am still working on it.

    Many thanks.

    #109810
    Andre
    Participant

    You were on the right track when you enabled bbPress solely on the 1 main site.

    Install WP.

    Enable Multisite, but you don’t have to create the other sites yet.

    Install and activate Buddypress without installing or activating forums through BuddyPress.

    Install and activate bbPress.

    You are going to get that warning for the time being because BuddyPress 1.5 and bbPress 2.0 aren’t fully integrated yet. Better/Full integration is being worked on for BuddyPress 1.6 which is supposed to come out around the same time as WP 3.3, which just hit beta 1 and is scheduled for release at the end of November

    #40257
    dosch
    Participant

    Hey all!

    I am trying to make my dream-setup:

    One multi-site with six sites.

    The main site has bussypress1.5 with bbPress2.0.

    I can;t get this to work… Is there already a tutorial on how to do this?

    At first I tried installing BuddyP. and then activating fora and installing bbPress in the process; enebling it network-wide. But then the bbPress-fora show up on the dashboard of every site.

    Now I tried to enable bbPress only on the site I want to use it, but it generates conflicts with the Buddypress installation. I get this error:

    “The forums component has not been set up yet.”

    (also, on a side-note; BuddyPress can only be configured on the dashboard of the Network, not only on the site I actually want to have it running on, but that seems to fit maybe more on the BuddyPress forum).

    I’d be gratefull for any help or step-by-step guidance here!

    dizmarkie
    Member

    I’m using SEO by yoast to handle my breadcrumbs. When my forum pages load this seems to inject the output of the forum breadcrumbs into my own breadcrumbs and breaks the logic.

    If I remove my function then the forum logic’s breadcrumbs work great.

    I have my logic in my header.php file and would like to keep it there due to the way my layout is built and would prefer to not have to include it on a per page basis.

    Is there a condition i could put to not show my own breadcrumb logic on ANY forum related page? so it inherits the bbpress breadcrumbs?

    I tried

    if !is_page_template (‘forum.php’) and it didn’t work.

    I have a page template for my forum in a file called forum.php

    thanks in advance

    #109822
    Andre
    Participant

    That would probably require bbPress 2.0. You could insert a topic specific short code into the discussion tab. You’d also have a separate area that has all of the forum content, but you wouldn’t have to put a visible link to the forum anyplace.

    [bbp-single-topic id=$topic_id] – Show a single topic

    Justin Mason
    Member

    Hello,

    On my current homepage, I was displaying 3 comments at a time per blog post by using the following code :

    <?php

    $number=3; // number of recent comments desired

    $post_id = get_the_ID();

    $comments = $wpdb->get_results(“SELECT * FROM $wpdb->comments WHERE comment_post_ID=$post_id AND comment_approved = ‘1’ ORDER BY comment_date_gmt DESC LIMIT $number”);

    ?>

    <?php if ($comments) :

    foreach ( (array) $comments as $comment) :

    echo ‘<div class=”ddcomment”>’;

    echo ‘<p>‘, comment_author() . ‘ says:</p>’;

    echo comment_text();

    echo ‘</div>’;

    endforeach;

    endif; ?>

    This code works perfectly in displaying my comments on the homepage. However, I’ve decided to add bbpress forums and sync my topics with my posts.

    If you add a reply now to a post, it is not reflected on the homepage comments (since it is a reply from bbpress, not a wp comment). I am trying modify this code so I can pull the correct replies for that particular Post or Topic ID, since it is now synced together.

    The site is currently located at http://www.propaintball.tv

    Is there a specific database query I can use to replace my $comments variable with the topic replies? Thank You for your help!

    #109764
    selise
    Participant

    travishill, your plugin works a treat for me. many thanks (and also to daveshine for the head’s up).

    #109193
    Rev. Voodoo
    Member

    I used SMF years ago, it was poorly documented, and hell to use.

    I’m not bashing SMF, the point is bbPress is brand new. The devs are creating a new product from scratch. You get a product, or documentation. It all takes time. Resources are finite.

    It takes time to grow everything out. If more people don’t volunteer their time, it is what it is. Do you have any idea how many people have worked on something like SMF? Or how long it’s been around?

    I’m not knocking anyone here, it’s just good to have realistic expectations.

    #107093

    In reply to: bbPress 2.0 & BBCode

    antonchanz
    Member

    I think I read somewhere that the way to do this would be to extend a WordPress plugin that adds bbcode to wordpress posts, such as the bOingball BBCode plugin to also apply to bbpress posts and replies.

    I also need this feature and would be willing to do the work coding it. At the moment though I’m not sure how to begin unless someone can quickly teach me the basics for making a wordpress shortcode active in bbpress forum posts… ^-^

    #109818
    Andre
    Participant

    bbPress 2.0 uses the same theme as the WordPress site it’s part of. You won’t find separate bbPress 2.0 themes as you would with bbPress 1.0.

    happycappy
    Member

    Hello! Have been looking things over here and I’m wondering if this is the solution to my problems. :) I’m working on a web site with the following requirements:

    1. Admins, and only admins, start new topics.

    2. One topic, and one topic only, needs to be embedded in a web page. Each of the similar web pages will have a different topic.

    3. Users can add their comments to a given topic (once they register.)

    Can / how can this be done with bbPress? If not, do you have any suggestions about other software that can do this?

    Thanks so much.

    #109819
    David Decker
    Participant

    I see you’re using Genesis – so you could hook in via functions.php or Simple Hooks Plugin and just add some content/message after that notice.

    bbPress already has a shortcode for registering: [bbp-register]

    So you might add that via Simple Hooks which supports placing of shortcodes.

    -Dave :)

    #109777

    In reply to: "Page not found" error

    David Decker
    Participant

    Back in summer I had similiar issues with the betas and RC’s… When I had templates in theme/child theme and combined bbPress functions.php with my theme/child theme’s functions.php I had problems with still enqueueing the scripts from the included bbPress-twentyten, so I just removed these lines of code from my combined functions.php and got it working. After that my template files/css etc. were called and used correctly.

    It’s only a suggestion to just check the source code of your forum index what stylesheets and what scripte are loaded from what source. Then compare it with the calls from the functions.php files. Maybe you can find some issue…

    I didn’t liked all these combining and integrating so I just added some css rules to my theme stylesheet (most with “!important” but I don’t care that much about this…) and left all other on default bbPress which worked best for me :)

    Hope this helps a bit, Dave :)

    #40259
    ChrisEnd
    Member

    Hey!

    Ive for ages trying to find a solution to my problem. I need a forum for my website and the Ive chosen BBpress. The thing is that I don’t want the bbpress theme to affect my wordpress theme. I´ve downloaded several themes, but have no idea where to install and how to activate. I also wonder if there are any place out there where I can download free or premium bbpress 2.0 themes?

    I feel quiet stupid, since I look at my self as a person that usually figure things out ;)

    Thanks,

    Christoffer

    #40256
    Tim Hyde
    Member

    I created a BuddyPress compatible theme but when forums are enabled using bbPress I get the annoying message in Appearance panel that says:

    “Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress.”

    My theme displays the forums correctly with or withour BuddyPress enabled.

    One of the great things about bbPress is the theme compatability mode. This message is unhelpful as it implies the current theme is not bbPress compatible. It is confusing users.

    Is it possible to turn off this message?

Viewing 25 results - 34,851 through 34,875 (of 64,516 total)
Skip to toolbar