Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 33,376 through 33,400 (of 64,534 total)
  • Author
    Search Results
  • #42035
    tyepo
    Member

    Hi there,

    I’m using buddypress and bbpress 2.0 and wondering if there is a way to get user stats on their profiles or at least have the users post count under their avatar?

    Any help would be much appreciated!

    Tyler

    #42034
    phishor
    Member

    Hello everyone. I have a couple of alignments problems with my website, and would love to know which file I would edit to adjust the width of various tables etc. I am totally new to BBPress and any help is greatly appreciated :)

    Many Thanks

    Paul.

    #111604
    Anointed
    Participant

    The only limitation put on bbPress scaling is your own server environment. The more resources you have the more you can run. bbPress is no different than any other software in this regard.

    No, topics are not deleted if no new replies. That would definitely require a custom plugin.

    kuching
    Member

    This is a question between Buddypress and WordPress, however I decided to post it also here, because I’m not too sure whether I should use BBPress or Buddypress in my setup and maybe someone could give me some advice here.

    I’m working at a wordpress project that is structured as follows in a multisite configuration:

    1) main site, single language, heavily customized with post types, loads of content, no forum, one webshop

    2) secondary site, simpler setup, relatively little content, no forum, no webshop, multilanguage (WPML)

    3) third site hosting a forum only and no other content; forum interface will be multilanguage (like site #2)

    4) fourth site, reserved to admins only, single language, possibly a forum, to manage content and carry on project management tasks and discussions, etc.

    – all sites would be in the same domain (ie http://www.domain.com/ = 1, http://www.domain.com/2, http://www.domain.com/3 etc)

    – sites #1, #2, #3 would be seamlessly integrated in the frontend. However content displayed changes, since #1 has very different contents meant for users in the main language, while #3 is just a forum. Site #2 is intended to provide information and basic contents to international users, while the forum would provide a common space for discussion, being the interface translated.

    I want a multisite setup so users can keep their logins, cookies, across the sites, yet at the same time make some order to admin the different areas.

    Now… it is clear to me that WPML I can take care of the translation part. However, what I’m really clueless about is how to seamlessly integrate the forum part. Since mine is a community-type website, I want to have community features… Buddypress seems to offer a more complete solution for this than bare bbpress. I don’t want users to create their blogs or groups. But it would be nice to have better profile pages, private messaging, set their own display pic, and so on. Features that bbpress lacks or are not natively integrated (I come from a bbpress 1.0 experience and while I love it for the theming possibilities, plugin wise was badly supported).

    So what I would really like to know… Does it make sense to run BuddyPress on site #3, activate only modules for member profiles, forums and activity streams?

    Will the activity streams report activity of these users on sites #1 and #2? (would that include creation of new articles, posts and content by admins and authors? or just comments?)

    Will the users be able to login from site #1 or #2 or #3 and kept logged in without any weirdness happening when navigating through the sites and performing actions?

    Can authors from #1 and #2 link their profiles to profiles found in #3 Buddypress rather than using author.php? Same for registered users that post a comment on #1 or #2, can they have a link directing to their Buddypress member profile page/activity stream?

    Being site #1 only in one language for both content and interface, what if user jumps from #2 or #3 to #1 and then back to #2 or #3, would his languages preference being persistent?

    Thank you!

    dreamgrowers
    Member

    No, but I’d love to know if you or anyone else figures this out.

    I would love to see a clear explanation of how to remove the sidebar on bbpress or a little easier theme integration.

    Although bbpress has loads of potential, I’ve currently put my bbpress usage on hold and using other solutions until there’s a little more documentation and support around it.

    Good luck to you!

    #111603
    newpress
    Member

    any help ?

    #42032
    newpress
    Member

    how many categories, forums, topics and posts bbpress wordpress plugin can handle? what are the limitations ?

    does it automaticaly delete threads that dont get further comments ? for about a week or so?

    012birds
    Member

    Did you have any luck getting the sidebar customized?

    #111579

    Probably something our of wack filter wise. Possible autop is missing or unhooked.

    #111601
    ben_allison
    Member

    Hmm… I think it’s cause I had some old bbpress template files in my theme… error’s gone.

    #42027
    ben_allison
    Member

    Just swapped to 2.1 and I got this right away when viewing a topic:

    Fatal error: Call to undefined method stdClass::have_posts() in wp-content/plugins/bbpress/bbp-includes/bbp-reply-template.php on line 201

    Ideas?

    ben_allison
    Member

    Yeah I realized I can move files from the original template, but it looks like theming 2.1 is going to be much more smooth.

    Thanks chaps!

    Paul
    Participant

    Ben, I’ve had more success with the 2.1 development version, available as a zip at the bottom of https://bbpress.trac.wordpress.org/browser/branches/plugin.

    All I have done is create a bbpress directory within my theme folder and in there copied in any files from pluginsbbpressbbp-themesbbp-twentytenbbpress that I wanted to modify. I have not moved any files out of the plugins directory.

    I haven’t had much success with setting the css for bbpress from within my theme. In the end I ended up renaming pluginsbbpressbbp-themesbbp-twentytencssbbpress.css to bbpress_master.css and creating a new bbpress.css in the same folder. Within this new file I have my modifications with the following as the first lines

    /**

    * bbPress specific CSS

    *

    * @package bbPress

    * @subpackage Theme

    */

    /* =bbPress Style


    */

    @import url(“bbpress_master.css”);

    I will need to be careful updating bbpress as I will lose my bbpress.css. Until I work out how to have css working through my theme it will do.

    ben_allison
    Member

    Hmm… just found this:

    <i>”If you are the author of this theme, then you can copy all the files *out of* the “/bbpress/bbp-themes/bbp-twentyten” folder into the folder of your theme, and make your own edits from there. The files to copy include the single-*, archive-*, page-*, and anything in the subfolders.”</i>

    So is the best approach for me to copy the bbPress folder within bbp-twentyten into my theme, and add whatever forum or snippets or files I need to my theme files?

    ben_allison
    Member

    Here’s what I tried:

    1) Copy bbpress theme folder into my theme

    2) add “add_theme_support( ‘bbpress’ );” to my functions file

    Nothing. I think I misunderstand how the bbpress theming system works. I thought it was more or less a “child theme” that bolts on to twentyten.

    Are there files or snippets of code I need to grab from the bbp-twentyten theme?

    FWIW, the site is running Buddypress, along side bbpress. I’m using the stock Buddypress theme, and my own Buddypress child theme.

    Everything is working perfectly (forum is up and running, etc). All I’m trying to do is used a customized bbpress template so I have complete control over the forum markup.

    Thanks!

    #111590
    RVH
    Member

    Rookie mistake, I forgot to activate the TwentyTen bbpress theme!

    ben_allison
    Member

    Just wondering about this.

    Is W3TC “safe” to use with bbPress 2.0?

    #42025
    RVH
    Member

    I’m new to bbpress and I did it quite successfully in my first WP site last week. Now, I’m trying to set up a simple site for my wife using TwentyTen and bbpress is the only plugin.

    When I go to create a new Forum page and I click on the Templates dropdown, only two choices exist Default and One Column.

    Thanks,

    Bob

    #42021
    testuserfay
    Member

    Hi. I am using BBpress to add a community component to my mostly informational site. What I want is for my forums to:

    1) be hidden from nonlogged in members;

    2) require members to be able to login and check the 1 forum that I assign to them for updates, WITHOUT having access to someone elses forum.

    Is this at all possible through an existing plugin or through some code modification?

    I am using wp-members for registration/login stuff. That plugin does have the ability to lock access to pages and posts, but currently, I don’t use those features.

    I am also using latest BBpress and WordPress software.

    Thank you.

    #42019

    Topic: New Post funcion

    in forum Showcase

    I’m working on a custom WP & bbPress theme for a client and I’d like to highlight what forums have had new posts added since the user last logged in. Is there a function that I can call that allows me to get this info?

    I’m thinking something along the lines of this:

    <?php if(new_forum_posts()) : ?>

    highlight icon

    <?php else : ?>

    don't highlight icon

    <?php endif; ?>

    Any help is appreciated!

    #42011
    100pwd
    Member

    i have done an extensive search on this manner but i have not found anything (so i am hoping its just user error!).

    i am using the latest version of bbpress as a plugin with the latest version of wordpress.

    I LOVE IT!

    however…

    i have a privet area (category) in the root of my forum with private forums within. sounds reasonable!

    but when i navigate to my forum root, my privet category shows 0 topics and 0 posts (yes i have added topics and posts). even worse, when i click on my privet category, it just says “This category contains 0 topics and 0 replies.” and doesn’t show the forums that live there. (sadface)

    even more curious, if a make one of the privet forums with in my privet category, public… then they all show up (both in the root and in the category view)!

    this is the case for all roles and accessibility.

    can anyone shed some light on what i may be doing wrong?

    mike

    #42018
    ben_allison
    Member

    So I’m running a loop in my sidebar… on all pages, it works fine. For some reason, on forum pages and topics, the <p> tags created by the_content() get stripped.

    In my page.php template, I reset the while have posts query.

    Ideas?

    #110129
    mohammadg
    Member

    Is there any solution for what eraleks mentioned?

    #107401
    mohammadg
    Member

    Thanks for this! Really helped me out.

    #42017
    SK
    Participant

    http://wordpress.org/support/topic/plugin-gregs-high-performance-seo-gregs-high-performance-seo-kills-bbpress

    It took me a lot of trial and error, deactivating and activating of plugins to figure out what the problem was with my bbpress.

    I don’t know what, why or how, but there is some problem between bbPress and Greg’s High Performance SEO. If Greg’s is installed, bbPress does not work – your forum root will seem ok enough…but if you click on any forum, the forum’s topic listing page will not list any topics, and the topic page will not show the discussion or any response options.

    This is sad because I have come to like Greg’s High Performance SEO…but because I have decided, for many reasons, to move from phpbb to bbPress, I hope a fix is found soon.

Viewing 25 results - 33,376 through 33,400 (of 64,534 total)
Skip to toolbar