Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 28,651 through 28,675 (of 64,518 total)
  • Author
    Search Results
  • #120713

    In reply to: bbPress 2.2.2 released

    sunflyer
    Participant

    on my installation I want to use the default theme, but it looks like its appearing with no style sheet attached. Also when I make a new topic its kind of “invisible” to the public and me. It says this forum has no posts or topics but it does! What could be wrong ?

    #120710

    In reply to: bbPress 2.2.2 released

    @sooskriszta – your theme is using query_posts() or is misbehaving in some other way. Maybe creating a WP_Query() that it’s resetting? Either way, I can remove that bit, but bbPress needs to take care to only intercept ‘the_content’ filters when it’s supposed to.

    #120709

    In reply to: bbPress 2.2.2 released

    SK
    Participant

    @johnjamesjacoby That resolves the issue!

    Halo Diehard
    Participant

    Howdy, can someone please check out the first page of my bbPress forums and tell me if it’s supposed to look like this? I can certainly tweak it with CSS, but I need an example, so if someone could provide a link to what it’s supposed to look like that would be great! BTW, I don’t mean colors, which I’ve begun tweaking already, I’m referring to the layout.

    I’m using:

    WordPress Version: 3.4.2
    bbPress Version: 2.2.2
    Theme: Custom Community

    Link to my bbPress test forums: http://themetest.halodiehards.org/hd-forums/

    #120702
    Michael
    Participant

    For what it’s worth, I’m looking for whatever function is calling content-archive-forum.php.  I can edit this file in my child theme per the Codex, but I’m trying to figure out which function is calling this, and in particular, what function generates the code above the <div id=”bbpress-forums”> at the start of content-archive-forum.php.

    Does bbPress simply use the default post display template, and if so, where is the call to load and execute content-archive-forum.php  made?

    I tried a grep for content-archive-forum in the entire wordpress tree from wp-content on down, and I can’t find where this is called from.

    Many thanks

    Michael

     

    and not just this template file

    #120698
    Michael
    Participant

    Hi there — I’m running WP 3.4.2, bbPress 2.2.2 & buddypress 1.6.1.  Overall, I’m quite happy with the installation, and I’ve done a fair amount of customization on my site  to give it a nice L&F.  I’ve been using a child theme to do all customization, and it’s been reasonably straightforward, but not trivial.  That said, many thanks to all the bbPress folks who are putting lots of time in on this plugin — it’s a great platform.

    Onto my question:  How is the main forum archive page generated?  I want to create my own template to generate this page, and I’ve been stumped trying to trace the sequence of files/calls used to create it.

    For context, I have the Forums Base set to “member-area/forums” in Settings -> Forums. I can go to http://mysite/member-area/forums and see the standard listing of all the forums in a table.  Perfect, just what I want.

    That said, how exactly is this page created?  Which files & calls in the plugin create it?  I’ve found loop-forums.php in …/plugins/bbpress/templates/default/bbpress/which is used to create the table within the page (apparently called as the_content() somewhere), but I can’t find the code blocks that create the header, footer, etc.  Is there a single template page used to create the Archive Base page?

    Apparently this page is generated regardless of whether there is an existing page (permalink) to the same permalink used as Archive Base.  Nifty, but I want to use my own template (the whole thing) for creating the Archive Base page.

    Even when I create a page with a permalink address the same as Archive Base and insert a  [bbp-forum-index] in the post content, I can’t seem to select a Template from the Page Attribute pull down that has any effect on the creation of the Archive Base page.  It’s like it’s hard wired to use a very specific template — that I can’t find in the directory tree.

    Long winded, but I hope that conveys what I’m trying to do.  In short, I just want to create my own template for creating the Archive Base page.  Any pointers are appreciated.

    Cheers,

    Michael

    #120696

    In reply to: bbPress 2.2.2 released

    #120695
    frenzis73
    Participant

    Hello, I use BBpress 2.1.

    Is there a way to merge two forums in one?

    Regards, Francesco.

    #120692

    In reply to: bbPress 2.2.2 released

    SK
    Participant

    As reported elsewhere, my theme doesn’t seem to like bbPress 2.2.2 either.

    The problem caused is that I think the template files that make bbPress work with other themes broke.

    I can still go to the forum pages with direct URLs or links in forum list widget, but the forums (list of forums or list of topics) are not visible. All I see in content area is page/forum title and forum description.

    Similarly, on topic pages, I see topic title, but nothing else…

    When I view source, the code is not there. e.g. when on forums home I view code, I can’t find the forum names (except in the forum list widget)

    P.S. Reinstalling 2.2.2 has not resolved the issue.

    #120691
    padekan
    Participant

    Is there a workaround (I hope I’m not asking a boy if he knew anything about CSS, this would be obvious question)?

    #120690
    SK
    Participant

    Created ticket https://bbpress.trac.wordpress.org/ticket/2031

    JJJ says no need yet, but will consider if it is a popular request.

    #120689

    In reply to: bbPress 2.2.2 released

    @mickeyroush – Annoying. Usually bumped automatically. Will fix. Thanks.

    #120688

    In reply to: bbPress 2.2.2 released

    @technotip – If there’s only one theme, the option is hidden.

    #120685

    In reply to: Legacy versions

    #120684

    It’s most likely bbPress’s fault, being too strict on clearing out the CSS for lists.

    #120683
    tilmanjo
    Participant

    Hello,

    I have the following problem:

    In the form-topic.php in somewhere aroung line 43 there is written:

    bbp_is_single_forum() ? printf( __( ‘Create New Topic in “%s”’, ‘bbpress’ ), bbp_get_forum_title() ) : _e( ‘Create New Topic’, ‘bbpress’ );

    Now on my website it shows: Forum_titleCreate New Topic in “”. Somehow it is not working that %s is replaced by the bbp_get_forum_title() information!

    Anther problem that occured:
    When starting a Forum as private and then changing it to public the topics that were created as in the “private mode” still remain private and I could not find a way to change that back.

    Thanks for working on bbpress!

    Tilman
    actual wordpress and bbpress version

    #120682
    sambedingfield
    Participant

    Not be the most elegant solution, but it’ll have to do for now:


    //redirect user profile topic permalinks to fix pagination, as we have topics embedded on profiles
    function rats_redirect_user_pagination( $pagination ) {
    // Get bbPress
    $bbp = bbpress();
    if (bbp_is_single_user() && is_array($pagination) && isset($pagination['base']) ) {
    //if topics has not been included in the url yet
    $check_topic = strpos($pagination['base'], '/topics/page/');
    if($check_topic === false) {
    $pagination['base'] = str_replace('/page/','/topics/page/', $pagination['base']);
    }
    }
    //return pagination array
    return $pagination;
    }
    add_action('bbp_topic_pagination', 'rats_redirect_user_pagination', 99, 1 );

    #120681
    artmuns
    Participant

    Looking for BBPress plugin 2.2.1 or 2.2. Can’t seem to find it here.

    artmuns
    Participant

    In any users “Profile”, clicking on “Topics Started” or “Replies Created” displays “Viewing topic x (of x total)” or “Viewing x posts (of x total)” but non of the Topics or Replies are displayed. This had been working. Not sure if it went away in 2.2.1 or 2.2.2.

    WP 3.4.2
    BBPress 2.2.2

    Thanks, any help appreciated!

    #120679
    padekan
    Participant

    I did the foolish thing of changing two variables at the same time and now I’m not sure what I caused.  Recently I upgraded to bbPress 2.2.1 and at the same time moved to Twenty Eleven theme (wanted a responsive bbPress theme).  Had a couple of problems which I googled and resolved:

    1) no side bars showed up on Forum & Topic pages (fixed by installing Twenty Eleven Theme Extensions & Enabling Widgets on single post pages)

    2) Ultimate Tiny MCE was no longer showing up .. this was fixed by John’s helpful advice in:

    No more Ultimate TinyMCE buttons in fancy editor after latest 2.2 update.

    And I noticed a third issue, which was for ordered and unordered lists, they longer had bullets/numbers.  I upgraded to bbPress 2.2.2 today hoping that might have fixed the problem but the behaviour is still the same.

    I looked at the element information in Chrome and it shows that the list-style-type is set to “none” by bbpress.css. This is true for both ul and ol type lists.  I can’t be sure whether it is Twenty Eleven or the bbPress updates which caused the formatting to change but the fact bbpress.css was involved pointed me here.

    Being a pretty newbie guy from CSS perspective, I don’t know where and how I show try override the style type.

    Suggestions greatly appreciated.

    regards, Paul

    #120674

    In reply to: bbPress 2.2.2 released

    Satish
    Participant

    How do I select my forum theme?
    No option present in the settings!

    #120669
    Pierre-Luc Auclair
    Participant

    After some query, function and class debugging, I now realize that bbpress runs on post_types and a heavily modified wp_query calls and a bunch of (largely undocumented) functions and classes. Most of the magic happens in a Loop that is different depending on what you want to show.

    Looking at the widgets calls has been tremendously helpful in successfully achieving what I wanted to do.

    I managed to find a function/class list with comments at http://phpdoc.ftwr.co.uk/bbpress-plugin/ that was also very helpful.

    I leave this for reference to others, hope it can help someone else.

    #120668
    wadams92101
    Participant

    I have a WP 3.4.2 multisite subdomain installation, with buddypress and bbpress. However, my bbpress is activated locally only on a subdomain, where I have a couple of forums. Since upgrading to 2.2 (actually, I didn’t detect the problem until 2.2.2), my menu forums page no longer shows a directory of my forums. The menu is set to http://subdomain.domain.com/forums/. What changed and how do I get it back to showing the links to the forums when the menu item is clicked (like it did before the upgrade)?

    #120667
    Stephen Edgar
    Keymaster

    Make sure you select ‘phpBB’ with the ‘import forums tool’ option ‘Select Platform’

    Check out the brief docs here https://codex.bbpress.org/import-forums/

    The import works pretty well for the base of phpBB migration for users, forums, topics & replies.

    #120664
    SydneyDesigner
    Participant

    Thanks but yes, I already tried that and just tried again to make sure.

    Again, please correct me if I’m wrong, but “deleting the bb-config.php file and resetting the option boxes” no longer seems to apply to bbPress 2.2+.

    Firstly, there is no bb-config.php file in the root directory anymore.

    Secondly, in BuddyPress config you now leave the forums component off (not on like before). I did still try toggling the BuddyPress forums component on then off, but that didn’t fix it.

    I’d be grateful for any more suggestions to try please.

Viewing 25 results - 28,651 through 28,675 (of 64,518 total)
Skip to toolbar