Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 37,326 through 37,350 (of 64,532 total)
  • Author
    Search Results
  • #106512
    gloom
    Member

    I’m glad to report that this fixed all my issues with bbPress 2.0 beta 2b. :)

    #106511

    It appears any permastruct with…

    /%category%/

    …in it is plagued with this issue.

    Can you remove that from your structure and try again? If that fixes it, then an obvious work-around for now is not to use the category name in your permalinks. Thinking it’s a WP core issue, but need to look deeper into $wp_rewrite

    (p.s. – I deleted your posts from the other topic, as it was an unrelated issue)

    #106510
    gloom
    Member

    Almost, yeah :)

    /%year%/%category%/%postname%/

    This is the .htaccess:

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteRule ^index.php$ – [L]

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    </IfModule>

    #106509

    What are your permalinks set to? I’m going to go out on a limb and guess:

    /%category%/%postname%/

    #106508
    gloom
    Member

    Update: I can’t edit posts that are the first one in a new topic either. The page just refreshes and I’m back where I was when I click “Edit” on such posts.

    #38660
    gloom
    Member

    Hi there,

    We are experiencing really odd behavior on our WordPress 3.1.2+bbPress 2 beta 2b installation. People can post replies, but when they edit them, they disappear from the topic. They are, however, still counted towards the “posts in topic”-count, and I can find the posts in the admin console (“Replies”), but they don’t show up in the threads.

    If anyone would be able to help me out with this, I would be eternally grateful – we were planning on launching the site by the coming weekend (5th of June, 2011).

    Admin-access to the site is of course no problem either.

    #38658
    GeraldS
    Member

    To get the HTTP authentication plugin running with bbPress 1.0.3 I had to do a few tweaks. Here is the diff from the original file and my modifications:

    42c42,45
    < global $bb_submenu;
    ---
    > if (function_exists('bb_admin_add_submenu')) { // Build 794+
    > bb_admin_add_submenu(__('HTTP authentication'), 'use_keys', 'http_admin_page');
    > } else {
    > global $bb_submenu;
    44c47,48
    < $bb_submenu['plugins.php'][] = array(__('HTTP authentication'), 'use_keys', 'http_admin_page');
    ---
    > $bb_submenu['plugins.php'][] = array(__('HTTP authentication'), 'use_keys', 'http_admin_page');
    > }
    176c180
    < $user_exists = bb_user_exists( $user );
    ---
    > $user_exists = bb_get_user( $user, array('by' => 'login') );
    226c230
    < ?>
    No newline at end of file
    ---
    > ?>

    Hope this helps someone.

    Regards,

    Gerald

    #106271
    kai920
    Member

    I was able to get Comment Form Quicktags showing on bbP’s reply form by adding add_filter('bbp_get_reply_content', array(&$this, 'detect_start')); but not on the topic content form. I tried:

    add_filter('bbp_topic_content', array(&$this, 'detect_start'));
    add_filter('bbp_get_topic_content', array(&$this, 'detect_start'));

    What am I doing wrong?

    tza79
    Participant

    When I fill out the New Topic form, it creates the topic, redirects me to the topic.php page with my new topic showing, however it shows up twice, as if there were two topics. When I refresh the page, the second one goes away. It only shows the topic twice right after submitting the form.

    Here is the bbPress forum: http://new.earwolf.com/forums/forum.php?id=13

    Feel free to create a topic to see what I mean.

    Any ideas? I tried deactivating the plugins I am using (bb-attachments, bb-video) but it did not make a difference.

    #106500

    Here are the settings. It doesn’t matter if I’m logged in as admin or a vanilla user, same problem. And the other problem I have is I can’t post to this forum from FF in my Mac. I’m in a Win7 VM now using IE 9.

    Settings are currently restrictive while I sort this out.

    Main Settings

    Main settings for the bbPress plugin

    Lock post editing after 15 minutes

    Throttle time 60 seconds

    Allow Favorites No Allow users to mark topics as favorites?

    Allow Subscriptions No Allow users to subscribe to topics

    Allow Anonymous Posting No Allow guest users without accounts to create topics and replies

    Per Page

    Per page settings for the bbPress plugin

    Topics Per Page 15 per page

    Replies Per Page 15 per page

    Per RSS Page

    Per RSS page settings for the bbPress plugin

    Topics Per Page 15 per page

    Replies Per Page 15 per page

    Archive Slugs

    Include custom root slugs to prefix your forums and topics with. These can be partnered with WordPress pages to allow more flexibility.

    Forums Base forums

    Topics Base topics

    Single Slugs

    You can enter custom slugs for your single forums, topics, replies, and tags URLs here. If you change these, existing permalinks will also change.

    Forum Prefix Yes Incude the Forum Base slug in your single forum item links

    Forum slug forum

    Topic slug topic

    Topic tag slug tag

    Reply slug reply

    User base users

    View base view

    #95485

    Tools > Import

    :)

    #38654

    I’ve just installed the bbPress 2.0-beta-2b in WordPress 3.1.3. Regardless of the browser (FF Mac, FF Win7, IE 6-9) I get the Slow down error, and cannot post.

    Here’s a url to the error screen. It offers no clues so I’m hoping you can. I’m happy to provide any info that can help solve this.

    http://lampguild.org/images/bbPressError.jpg

    Thanks!

    Anointed
    Participant

    Just a quick f.y.i. so I don’t forget about this one.

    If you are using a combination of forums and sub-forums and you set the widget to ‘-1’ it doesn’t work. (At least on my install)

    Setting the widget to ‘0’ works just fine.

    #95484
    Jamie Marsland
    Participant

    Sorry 1 more question…

    Where is the bundled import tool in bbPress 2.0?

    #95483
    Jamie Marsland
    Participant

    Thanks John, think i will go for option 2 for now.

    j

    #106492
    Fartlek
    Member

    Never mind, just saw this post: https://bbpress.org/forums/topic/here-goes and I think some of the links at the end of the suggested tut will help.

    #106486

    In reply to: here goes …

    Nate
    Participant

    thanks john. i followed the instructions, and edited the style.css in /wp-content/themes/bbpresslifestyle …

    snippet:

    * Theme Name: bbpresslifestyle

    * Template: lifestyle

    and activated the child theme via dashboard. the result is:

    http://www.mandressed.com/?forum=mandressed-forum

    and some of my page elements from the parent theme (not all) are no longer displaying. again, i wonder if it’s because of the theme’s custom framework.

    or i’m really, really close…

    (betting on the former).

    meh.

    thanks!

    #38649
    Fartlek
    Member

    If I go to Dashboard > Appearance > Editor and I have the plugin for bbpress installed, where do I go to edit the background color? This is for the basic TwentyTen that comes with the bbpress plugin. Is it the style.css file? That seems like a very short file.

    #105750

    In reply to: bbPress 2.0 – FAQ

    I hate to keep bringing up Buddypress integration, but by “not directly” I assume that means the new version of Buddypress and its groups will still be based off the old stand alone bbpress?

    And when the two plugins are installed separately (Buddypress and the new bbpress plugin) a user’s bbpress activity is not yet built to feed into the Buddypress activity stream/wall/wire/whatever?

    #100650

    In reply to: bbPress 2.0 – FAQ

    I hate to keep bringing up Buddypress integration, but by “not directly” I assume that means the new version of Buddypress and its groups will still be based off the old stand alone bbpress?

    And when the two plugins are installed separately (Buddypress and the new bbpress plugin) a user’s bbpress activity is not yet built to feed into the Buddypress activity stream/wall/wire/whatever?

    #105990

    @Kalman – If you’re already using a child theme, you’ll want to copy everything out of bbp-twentyten (except functions.php and style.css) into your child theme. You will want to merge the contents of your functions.php file with the one from bbp-twentyten. Because child themes are inherently different, you’re forced to make these play nicely on your own.

    #106484

    In reply to: here goes …

    Nate
    Participant

    >>If this is not a custom theme under your control (meaning you are not the author) you’ll want to copy the entire “/bbpress/bbp-themes/bbp-twentyten” folder into your themes folder, rename it to something else, and modify your style.css to make it a custom child theme of whatever your current theme is. <<<

    OK. Retracted my previous efforts after realizing I probably misinterpreted the directions, and just freshly installed the twentyten folder (as suggested above) into my themes folder and renamed it. So … at this point, how do I modify the style.css to “make it a custom theme.”?

    Thaaaanks

    #38647

    Topic: here goes …

    in forum Installation
    Nate
    Participant

    i hate asking for help with opensource (free) software, but i can’t seem to resolve this via the issues presented by others. which sucks, because that’s my normal course of action …

    my problem: going to mandressed.com/forums results in just the display of my Home page. Choosing to ‘View’ a forum displays the following: mandressed.com/?forum=mandressed-forum

    i’m using a wordpress theme developed by another provider (themefuse), and it involves their own framework. and i’ve followed john’s theme compatibility post by doing the following:

    -copied all files from bbp-themes/bbp-twentyten into my theme folder (/wp-content/themes/lifestyle), including single-forum file, etc etc, and creating a /bbpress/ folder within it for the single bbpress css, respective js file, etc.

    -i am admittedly confused by the ‘modify your style.css to make it a custom child theme of whatever your current theme is.’

    maybe that’s the dilemma.

    if i’m missing the obvious or you guys can’t respond, that’s cool. normally i have a lightbulb moment and resolve it in time. just asking for some direction.

    thanks,

    nate

    kai920
    Member

    What do you guys think about adding wp_register(); to the login widget?

    https://codex.wordpress.org/Function_Reference/wp_register

    #89234
    crates
    Member

    knottsav, I just realized I have the same problem only on my own site. I thought it was a bigger issue but it works just fine here. I think we’re experiencing a glitch somehow.

Viewing 25 results - 37,326 through 37,350 (of 64,532 total)
Skip to toolbar