Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 55,176 through 55,200 (of 64,460 total)
  • Author
    Search Results
  • #68584
    chrishajer
    Participant
    #68113

    Hi,

    I recently installed BBpress live on my blog (http://www.rensenieuwenhuis.nl), and it worked like a breeze. I’m using WP 2.6.1 and bbPress version 1.0-alpha-2.

    I downloaded the WP-plugin from wordpress.org/extend, installed it, then activated it in the plugins-screen, then to the settings-screen in the WP-plugin section, then activated both the widgets (it’s a check-box), and then added the widgets to my sidebar.

    I did encounter minor problem though, which I described here: https://bbpress.org/forums/topic/bbpress-live-widgets-fail-when-changing-other-widgets

    #55941

    In reply to: Show off your Forum !!

    @ TexasH: Thanks! BBpress Live is a cool addition indeed.

    @ Sambauers: Looking forward to it. I considered installing something like bbsync, but already anticipated on the next update to be coming soon. So, I decided to wait.

    Do you know whether it will be possible to send only a selection of the WP posts to the BBpress forum? I.e. only posts within a specific category, or with a specific tag? That would be really great.

    #68210
    joshbruce
    Member

    hey guys, been incredibly busy the past several days. work, home and freelance design work has been crazy…will get back as soon as possible… – Josh –

    #68556
    Deadpan110
    Member

    Im not sure if I have set my bbPress 1.0.alpha2 to work with WordPress MU 2.6.3 correctly, but its working.

    http://domain.com = my WordPress MU

    http://forums.domain.com = bbPress sub domain

    As you can probably see, there are things within the config files that might not be needed.

    WordPress/wp-config.php

    define('AUTH_KEY', 'authkey');
    define('SECURE_AUTH_KEY', 'secureauthkey');
    define('SECURE_AUTH_SALT', 'secureauthsalt');
    define('LOGGED_IN_KEY', 'loggedinkey');
    define('SECRET_KEY', 'secretkey');
    define('SECRET_SALT', 'secretsalt');
    define('LOGGED_IN_SALT', 'loggedinsalt');

    I copied and pasted the existing lines straight into bb-config.php replacing what was already there and then added the BB_ to each.

    bbPress/bb-config.php

    define('BB_AUTH_KEY', 'authkey');
    define('BB_SECURE_AUTH_KEY', 'secureauthkey');
    define('BB_SECURE_AUTH_SALT', 'secureauthsalt');
    define('BB_LOGGED_IN_KEY', 'loggedinkey');
    define('BB_SECRET_KEY', 'secretkey');
    define('BB_SECRET_SALT', 'secretsalt');
    define('BB_LOGGED_IN_SALT', 'loggedinsalt');

    In BOTH bb-config.php AND wp-config I added:

    define('COOKIE_DOMAIN', '.domain.com'); // remember the '.' prefix
    define('COOKIEPATH', ''); // this is empty

    Then I visited http://forums.domain.com/bb-admin/options-wordpress.php (Settings > WordPress Integration) and scrolled down to ‘Manual bbPress config file settings’ and copied all the text below ‘WordPress cookie integration speedup’ and pasted into bbPress/bb-config.php.

    $bb->wp_siteurl = 'http://domain.com';
    $bb->wp_home = 'http://domain.com';
    $bb->cookiedomain = '.domain.com';
    $bb->cookiepath = '';
    $bb->authcookie = 'wordpress_LEFT_THIS_ALONE';
    $bb->secure_auth_cookie = 'wordpress_sec_LEFT_THIS_ALONE';
    $bb->logged_in_cookie = 'wordpress_logged_in_'; // DELETE the hash part
    $bb->admin_cookie_path = '/bb-admin';
    $bb->core_plugins_cookie_path = '/bb-plugins';
    $bb->user_plugins_cookie_path = '/my-plugins';
    $bb->sitecookiepath = '';
    $bb->wp_admin_cookie_path = '/wp-admin';
    $bb->wp_plugins_cookie_path = '/wp-content/plugins';

    Oh, and I added the$bb->wp_table_prefix = 'wp_'; too.

    NOTE

    $bb->logged_in_cookie = 'wordpress_logged_in_';

    The hash was removed and the line reads EXACTLY as above.

    To test, just make sure you are logged out of both and then log in and visit your other site.

    Final Note, as stated above – there is probably a lot of unneeded clutter in the bb-press config, but all works for me – no matter which domain I log into!

    I hope this helps someone :)

    #68112

    Thanks for the tip. I’ve been trying to get this work too.

    #49966

    In reply to: En español

    chrishajer
    Participant

    For the alpha version of bbPress there is this plugin that allows you to use an external SMTP server:

    https://bbpress.org/plugins/topic/smtp-mailer-for-bbpress/

    There’s also this for 0.8.x and 0.9.x versions of bbPress:

    https://bbpress.org/forums/topic/trick-to-fix-some-email-problems-with-08x-plugins-on-09x

    There was someone here who was just displaying the password on the screen too, but I can’t find that right now.

    #68582
    chrishajer
    Participant
    #4201
    umdenken
    Member

    I’ve started a project to allow people to integrate apps like bbPress into existing Rails applications. From the README:

    The Integration API is an Open Source project with the goal of making

    it easy to integrate an existing Rails application with any number of

    off-the-shelf apps, such as WordPress, Beast, PunBB, or Vanilla. The

    focus is on enabling transparent single sign-on between the

    applications.

    The basic idea


    The key idea is to add a web services API into the existing Rails

    application, which allows one or more 3rd party apps to get the

    information they need, when they need it. The API should be

    configurable enough and general enough so that it can be added to any Rails app without modification. The Rails app stays in control of all sign-in and sign-out functions.

    …so, the idea is to write a plugin for bbPress that works something like WordPress’s LDAP plugin. But I’m not a big bbPress coder … anybody interested in helping with this?

    Project page: http://greenfabric.com/page/integration_api_home_page

    #68111

    I ended up using Jeriko’s Import RSS feeds into your WordPress blog hack instead. A bit of PHP fiddling and it gets me where I’m going.

    #4202

    i wonder if there’s bbpress plugin that can display graphical ranks (something like phpbb’s default stars under user’s nickname…)? if no – did anyone though about writing such plugin?

    #49965

    In reply to: En español

    giovancito
    Member

    USUARIOS EN BBPRESS

    UNA PREGUNTA IGUAL PARA USTEDES SEA TONTA, PERO TENGO EL PROBLEMA DE QUE AL REGISTRARSE UN USUARIO NO LE MANDA LA CONTRASEÑA A SU CORREO, NUESTRO SERVIDOR LO TENEMOS LOCALMENTE NO ESTA MONTADO EN UN DOMINIO POR QUE PRIMERO QUEREMOS HACER PRUEBAS, LA SALIDA HACIA INTERNET ES POR MEDIO DE UN PROXY NO SE CUAL SEA EL PROBLEMA.. Y NO SE SI TAMBIEN DEBAMOS TENER UN SERVIDOR DE CORREO…ESPERO UNA RESPUESTA PRONTA

    #67020
    Tammy Hart
    Member

    Is bbPress ever going to get as sophisticated and easy to use as WordPress?

    #64166

    In reply to: bbOrg?

    chrishajer
    Participant

    I was just able to download it now without a problem.

    http://onvertigo.com/downloads/bbpress-forum.zip

    Maybe just Internet weirdness, solar flares, hamster died, something like that.

    #55940

    In reply to: Show off your Forum !!

    beernews
    Member

    http://beernews.org/bbpress/

    Tons of plugins. Modeled after a combination of the bbpress forums and ck’s great bbshowcase board. I have no link on my main page yet but will add one today (just launched).

    Looking for feedback on performance. Thanks! I did notice it hanging on some onvertigo javascript?

    #68528
    chrishajer
    Participant

    What version bbPress did you install? Maybe it’s a bug changing from a category and then back not working.

    I have an Alpha 2 installation, and I created a forum, made it a category, then added some sub-categories. Then, I unchecked the “Forum is category” on the top forum, and it became a regular forum, and I was able to post in it. At that point it was just hierarchical, with a top level forum and three sub-forums, not a parent category that would not allow posts. I think this is exactly how the “Forum is Category” functionality is supposed to work.

    #55939

    In reply to: Show off your Forum !!

    texash
    Member

    The forum is looking great rense, and also the BBpress Live. Excellent!

    #68571
    hornymelon
    Member

    I guess the version numbers would help. I’m on wordpress 2.51 and bbPress 0.9.0.2

    #68441

    @sambauers

    thanx for info sam.

    i wanted to have bbpress loaded into wpmu (as i see it). I’d like to create a page under wmpu, where bbpress can be loaded into.

    Same as i had integrated Phorum.org forum into Mambo.

    thanx for info, i’ll be watching that trac ticket.

    buzz

    #55937

    In reply to: Show off your Forum !!

    Sam Bauers
    Participant

    @rensenieuwenhuis

    Awesome to see bbPress Live in use.

    The post to a forum stuff is coming really soon. It may require you to update bbPress to the latest Trunk though…

    #68440
    Sam Bauers
    Participant

    @buzz_lighty

    Yes, integration you describe is possible. The only problem is if you try to load WordPress inside bbPress

    @zachblank

    As above. All the issues are being compiled on a single Trac ticket:

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

    _ck_
    Participant

    Try 0.0.2 and please report back on the plugin page for the plugin instead of here.

    #68574
    v5etboyphc
    Member

    so anyone could please help me out?

    #55936

    In reply to: Show off your Forum !!

    forum: http://www.rensenieuwenhuis.nl/r-forum/

    blog: http://www.rensenieuwenhuis.nl

    New forum on R-Project and statistics in general, based on BBPress 1.0 alpha-2I didn’t change much to the original code (other than some minor tinkering on the CSS).

    Plugins:

    • Support Forum
    • Unread Posts
    • Post notification
    • Moderator post notification
    • Google adsense
    • Akismet

    Also use BBpress Live to mirror on my blog what’s going on at the forums. Finally, the forum is accessible through a ‘page’ on my blog: http://www.rensenieuwenhuis.nl.

    In the future, I plan to use BBpress Live to send a selection of my blog-posts to a subforum.

    #55935

    In reply to: Show off your Forum !!

    thion
    Member

    http://forums.astateofmind.eu

    Plugins:

    – Human Test for bbPress

    – Forums Moderators

    – Allow Images

    – bbSocialize

    – bbPages

    – bbPress Smilies

    – bbFlickr

    – Forum Last Poster

    – BBPress Private Messaging

    – BBcode Buttons Toolbar

    – Private Forums

    – bbPress signatures

    – bbPress Polls

    – BBcode Lite

    Modifications: A lot! bbSocialize and bbPages plugins has been created specially for this website, there is a lot of conditional php tags (if, else, etc.), I’ve created a function to create a sidebar, and I’ve integrated some jQuery stuff, and more ;).

    If I could only attract members as I’m coding things :P.

Viewing 25 results - 55,176 through 55,200 (of 64,460 total)
Skip to toolbar