Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 59,451 through 59,475 (of 64,408 total)
  • Author
    Search Results
  • #61188

    In reply to: Plugin: Gravatar

    Trent Adams
    Member

    I like this plugin the way it is! It is great! Thank you! Don’t forget to add it to the repository as well:

    https://bbpress.org/plugins/add/

    Trent

    #57850
    Sholto
    Member

    I’ve just been caught out by the spaces problem – I’m finding that integrating WP and bbPress is a painful experience…

    #58173

    In reply to: bbSync

    fel64
    Member

    The previous version of this plugin. That’s version μ instead of the latest, ν.

    #61187

    In reply to: Plugin: Gravatar

    livibetter
    Member

    Oops…

    I changed my mind. bbPress doesn’t check the validity of new email address and confirm the user really own that new email address.

    #58170

    In reply to: bbSync

    vitovarducci
    Member

    Awesome. OK, so I removed the entry from the database and I was able to login like normal.

    Then I went back and created a new post again to test if it would create a new topic in bbpress. No new topic. And it wouldn’t let me login to the backend again.

    So I went back and removed the capabilites entry from the database.

    I can create topics no problem in bbpress. Just doesn’t create new topics when I write posts.

    #55813
    andrew79
    Member

    Great , Thanks trent

    #58168

    In reply to: bbSync

    vitovarducci
    Member

    I’m using the latest version of bbsync.

    Now I can’t login to the bbpress backend. It’s like it doesn’t recognize the roles anymore. I can login and view my profile and such, but can’t get into the backend.

    #2522
    intellivision
    Participant

    I’m going crazy trying to get this to work.

    I tried

    http://wordpress.org/extend/plugins/comment-quicktags/

    AND

    http://www.40annibuttati.it/comment-quicktags-for-bbpress/

    that.

    STILL no quicktags. I activate them, de-activate them, re-upload them. Everything I can think of I do.

    Help!

    #58167

    In reply to: bbSync

    fel64
    Member

    mdawaffe may have sorted the somewhat ridiculous globals thing ( https://bbpress.org/plugins/topic/56?replies=18#post-597 ). I see what you were saying now too jazbek, it seems obvious in retrospect. Updating plugin now (to ν).

    Vito, what version of the plugin are you using?

    #61181

    In reply to: Error while posting

    chrishajer
    Participant

    What version of bbPress are you using and what type of host system is it on? It looks like the single quote in Mail's throwing for a loop, but I haven’t seen that happen in any recent version of bbPress.

    #2521
    wrsantiago
    Member

    I get this error while I posted this using copy and paste

    Clean up Mac OS X Mail’s Auto-Complete List

    To clean up or empty the auto-complete list of previous recipients’ addresses in Mac OS X Mail:

    * Select Window | Previous Recipients from the menu.

    * Click on the Last Used header so the arrow points downward.

    * Make sure no entry is highlighted.

    * Hold down the Shift key.

    * Click on an address last used a year ago.

    o Of course, you can choose a different interval and select all addresses not used in the past month, for example.

    * Verify all entries not used in the last year are highlighted.

    * Click Remove From List.

    On a new topic, but if I type something or paste something else I dont get any errors, please help thank you

    bbPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘s Auto-Complete List

    To clean up or empty the auto-complete list of previ’ at line 4]

    INSERT INTO bb_posts (forum_id, topic_id, poster_id, post_text, post_time, poster_ip, post_status, post_position) VALUES (‘3′, ’50’, ‘1’, ‘

    Clean up Mac OS X Mail’s Auto-Complete List

    To clean up or empty the auto-complete list of previous recipients’ addresses in Mac OS X Mail:

    Select Window / Previous Recipients from the menu.

    Click on the Last Used header so the arrow points downward.

    Make sure no entry is highlighted.

    Hold down the Shift key.

    Click on an address last used a year ago.

    Of course, you can choose a different interval and select all addresses not used in the past month, for example.

    Verify all entries not used in the last year are highlighted.

    Click Remove From List.

    ‘,’2007-10-19 20:23:20’, ‘70.188.228.89’, ‘0’, 1)

    Warning: Cannot modify header information – headers already sent by (output started at /home/libreexp/public_html/apple/foro/bb-includes/db-mysqli.php:192) in /home/libreexp/public_html/apple/foro/bb-includes/pluggable.php on line 164

    #55812
    Trent Adams
    Member

    I managed to destroy this one and with a server crash and just haven’t rewrote it yet, but if you head over to https://bbpress.org/plugins/topic/55?replies=8 that plugin will do the same thing ;)

    Trent

    #61176
    intellivision
    Participant

    WP answers to requests to domain.com

    I followed the WP instructions on serving WP from a different directory than it’s installed in (WP Admin -> Options).

    I put bbPress inside wp/ like the general consensus here recommends, and the syncing works very well. Cookies work fine etc. I’m very pleased with this. I didn’t want to have problems with syncing, so I didn’t do the parallel method.

    WordPress:

    http://appleswitcher.com

    bbPress:

    http://appleswitcher.com/wp/forum

    bbPress, ideally:

    http://appleswitcher.com/forum

    #60751
    rosebud
    Member

    I am on the same boat here. Actually I didn’t upgrade to 0.8.3 because of Forum Restriction breaking. I already have some sections of the forum pupulated, which need to be hidden from the general user, so upgrading is just not plausible for me right now. I am using it in conjunction with Private Forums plugin (which feels much better to me). If that plugin could be integrated with Roles it would be the best solution by far.

    I am at a dead end for now. I can’t upgrade WordPress to 2.3 because bbPress breaks, and I can’t upgrade bbPress because I would be opening some important forums to everyone.

    #52876
    Sam Bauers
    Participant

    Put this in a plugin file named ‘_addSuperuser.php’ in the my-plugins directory:

    function addSuperuserToArray($array)
    {
    $array[] = 'Superuser';
    return $array;
    }

    add_filter('bb_trusted_roles', 'addSuperuserToArray');

    .

    If there is no my-plugins directory in the bbPress root, just create it. The underscore at the start of the file name should make the file autoload, so it is available without activation in the admin area.

    #61175
    chrishajer
    Participant

    If your WP installation is at http://www.domain.com/wp/ then if you install the forum at http://www.domain.com/forum/ they are parallel. The bbPress installation would not be in a subfolder of WordPress.

    Does WordPress come up at http://www.domain.com or http://www.domain.com/wp/ ?

    There is probably a way to do it with mod_rewrite on apache, but I’m not sure I understand the question.

    #58160

    In reply to: bbSync

    fel64
    Member

    Slex, indeed there’s some issue there. It probably needs further thinking about. However, like I said if you want to modify it to stop wp saving comments, or even to make bb add replies to wp comments, implement the change and I would definitely like to make a branch of bbsync.

    Vito, can you please open bb’s config.php file and add this line to it somewhere?

    global $bb_cache;

    That should fix that error (assuming you’re using the latest stable, .8.3!).

    No good news on making backdated topics I’m afraid, because there’s no way to use the API to create the topic and set the time of it to be in the past. You’d have to copy and modify some large blocks of code, which is exactly what I want to avoid with bbsync (regarding the problem that became with bbpress post, for example).

    However, if you edit an old post in wp and press save, it will create a new topic in bb for you (but with today’s date, rather than the appropriate one). It’s an unfortunate limitation of bbsync.

    #58159

    In reply to: bbSync

    vitovarducci
    Member

    fel,

    Thank you so much. I never even had bbpress post, I thought that this migration would create new topics for each already existing blog post.

    But every time I try to create a new post, I receive this error:

    Fatal error: Call to a member function on a non-object in /homepages/28/d126493713/htdocs/cbusaffairs1/forum/bb-includes/functions.php on line 997

    The post is still created on the blog, but nothing happens in bbpress.

    Is this an error on my part?

    Also, is there any way to create the new topics for each already existing blog post?

    Thank you so much for all your help.

    #60750

    I’ve looked through the (two) plugins that allows us to restrict forums, and sadly, it seems your guesses are correct. The first one which allows you to allow users in to a forum based on member names is hardly compatible with the latest version of bbPress (and seems dead). I almost got it working right, except for the fact that it messed up my forum hierarchy, and some other bugs, which meant that threads couldn’t be posted to a certain forum without being in that forum, which was enough for me to rule it out.

    The other option, private forum as you tried out yourself, doesn’t allow us to do anything but restrict it to either members, mods or admins, which is the most viable solution to me at this point. It does mean however that I will need to give all my members who need access to the restricted forum moderator capabilities. Hardly ideal, but I’ll have to go with it for now.

    I’ll be looking at it this weekend though, and hopefully I can find a sort of solution to it. Right now I’m thinking of finding a way to strip moderators of actual moderating powers, but I really don’t know. Adding another usergroup (pretty simple) should work too, but it has to be reflected in the plugin as well, but I don’t have the coding skills (I don’t have any coding skills) to do that.

    Hopefully a gifted plugin developer will step in and solve this for us :)

    #61157

    In reply to: Internal Server Error

    chrishajer
    Participant

    There is also a patch attached to this ticket to address the same problem:

    https://trac.bbpress.org/ticket/745

    Look for 745c.diff:

    https://trac.bbpress.org/attachment/ticket/745/745c.diff

    #61166
    iamfyrestorm
    Member

    Well, I don’t know, but since there’s a deregister view following the register view function maybe it’s not necessary.

    function bb_register_view( $view, $title, $query_args = '' ) {
    global $bb_views;

    $view = bb_slug_sanitize( $view );
    $title = wp_specialchars( $title );

    if ( !$view || !$title )
    return false;

    $query_args = wp_parse_args( $query_args );

    if ( !$sticky_set = isset($query_args['sticky']) )
    $query_args['sticky'] = 'no';

    $bb_views[$view]['title'] = $title;
    $bb_views[$view]['query'] = $query_args;
    $bb_views[$view]['sticky'] = !$sticky_set; // No sticky set => split into stickies and not
    return $bb_views[$view];
    }

    function bb_deregister_view( $view ) {
    global $bb_views;

    $view = bb_slug_sanitize( $view );
    if ( !isset($bb_views[$view]) )
    return false;

    unset($GLOBALS['bb_views'][$view]);
    return true;
    }

    I’m in trouble if I ever need to create my own views or if the views that are being created in the default-filters.php page are ever used. But until I get a response from someone that knows what’s going on, I’m running bbPress without it register views.

    #61154

    In reply to: Internal Server Error

    livibetter
    Member

    Have you tried this this

    to modify line 80 in db-mysqli.php?

    #61152

    In reply to: Internal Server Error

    livibetter
    Member

    Hi JRussell,

    Although, I don’t use WordPress and bbPress in the same time. But I think if you can provide web server logs like error.log from your hosting service provider. We will have more clues.

    #53043
    livibetter
    Member

    I made another approach to fit this need and used it on my forum.

    function ChangeRoleDisplayName() {
    global $bb_roles;
    $bb_roles->role_names['keymaster'] = "Toilet Cleaner";
    [...]
    }

    add_action('bb_got_roles', 'ChangeRoleDisplayName', 10, 0);
    ?>

    The complete code is in role-display-name.php.

    #61137
    chrishajer
    Participant

    Do you have the allow-images plugin? Just curious.

    I think it’s related to this (still unresolved):

    https://bbpress.org/forums/topic/cant-put-code-between-backticks-after-upgrade?replies=4#post-8736

Viewing 25 results - 59,451 through 59,475 (of 64,408 total)
Skip to toolbar