Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 42,551 through 42,575 (of 64,521 total)
  • Author
    Search Results
  • #91450
    _KB_
    Participant

    @kevinjohngallagher thanks dear, I’ve done it already, its a part of integration, But I really surprised why its won’t work for me??

    but I’m curious that may be _ck_ tell me new thing.

    OK, I’m going to disclose my config files and cookies, check it dear buddies….

    for wordpress,

    http://pastebin.com/embed_iframe.php?i=hPpMiDyZ

    for zptest students

    http://pastebin.com/embed_iframe.php?i=jcS2377M

    If you need more things, I’ll share it..I really want to fix it….Thanks

    #91449

    In your bb-config.php file put this code:

    define( 'COOKIE_DOMAIN', '.your-domain-name.com' );
    define( 'SITECOOKIEPATH', '/' );
    define( 'COOKIEPATH', '/' );

    If you’re using WordPress, make sure you put the same in the wp-config.php too.

    Now, I know this isn’t supported or well-liked or even neccessary these days (was it ever), but I still put this legacy code into my bb-config

    $bb->wp_siteurl = 'http://www.my-wordpress-url.com';
    $bb->wp_home = 'http://www.my-wordpress-url.com';
    $bb->wp_table_prefix = 'wp_';
    $bb->user_bbdb_name = 'my-database-name';
    $bb->user_bbdb_user = 'my-database-username';
    $bb->user_bbdb_password = 'my-password';
    $bb->user_bbdb_host = 'localhost';
    $bb->custom_user_table = '';
    $bb->custom_user_meta_table = '';
    $bb->authcookie = 'wordpress_';
    $bb->cookiedomain = '';
    $bb->cookiepath = '/';
    $bb->sitecookiepath = '';
    $bb->wp_table_prefix = 'wp_';

    Does it make any difference? I doubt it. But with all the integration stuff over the years, I’ve become a big fan of covering the bases.

    #91448
    _KB_
    Participant

    I’m using WordPress 3.0 and bbPress 1.0.2.

    Set all cookie paths to the root /

    Can you please explain little bit more about it?

    _KB_
    Participant

    Thanks _ck_ besides my cookies related question (now I’ll ask about it in my other thread), also I’ve asked a question about the transformation the data from standolone to plugin.

    No-6: If I install multiple bbpress instances (right now), then after (in future ) bbpress-Plugin’s announcement will I able to switch from standalone to bbPress-Plugin with same plugins, database, users, content, without losing anything???

    P.S I think matt is no more on bbpress, or not interested in my question.

    @_ck_ awesome plugin you have there

    I guess all your plugins are tagged https://bbpress.org/plugins/tags/_ck_

    right?

    And I believe even your updated plugins support 0.9 ?

    #91447

    yes _ck_ is right

    integrate as many installs as you want. be it on sub-domains or sub-directories

    #91541

    In reply to: Plugin alternatives?

    zaerl
    Participant

    zaerl Editor just add a <a> tag which is the standard way of doing things (nothing more). It seems that bb-open_in_new_window just scan the DOM searching for a elements and append a _blank. So I don’t see a reason why it should not function with my plugin.

    Checkbox for e-mail subscription

    Here we have the trunk version of bbPress (1.1 or 1.0.3, we don’t know how to name it and this is a great problem, really) which introduce anonymous posting and subscribe to topics.

    If you want a plugin that transform links the way you want I can send you the version 0.2 of my plugin “zaerl URL preview” which I have not uploaded to bbpress.org for several reasons (here there is only 0.1).

    za AT zaerl.com

    #91446
    _ck_
    Participant

    You don’t even need a plugin for this.

    You just need to fix your cookie settings and it will work instantly.

    Set all cookie paths to the root /

    and make sure they are all using the same key/hash which is likely the problem.

    You didn’t say which version of bbPress you are using, it appears to be 1.0.2

    I don’t think I’ve ever bothered to figure out all the new variable names under 1.x which is why you can’t find them around here.

    _ck_
    Participant

    Yes, there are already sites using it that way.

    In fact if they are all using the same domain “example.com” then you don’t even need an extra plugin to do it.

    Set all the cookie paths to the domain root. /

    Point all the user tables to the same db.

    Setup the same cookie keys/hash and done.

    This wasn’t really a question for Matt unless in general people want to know how a bbpress plugin would handle multiple installs. As far as I could guess, you’d have to install multiple copies of WP.

    #34771
    fbutera101
    Member

    I’m sorry if this has been discussed. I’ve tried a bunch of different searches to no avail. Installing bbPress with MU is easy enough, but is it possible to somehow install bbPress in such a way, via a plugin or something, that would allow anybody with a blog on the multiuser site to have a bbpress forum? It can be done with a forum plugin like simplepress, but I really like bbpress and would rather do it that way if possible.

    Thanks.

    #34798
    Joe Gibson
    Member

    Greets –

    After having a great time tinkering with bbPress and deciding upon a theme, I’ve turned my attention to plugins.

    Here are some I’ve tried and gotten nowhere with. If anyone has an alternative to suggest (or how to get these working), it would be appreciated.

    “Open_in_new_window” (opens link in new window) – no work-o with Zaerl Editor (IE or FF)

    “Post Notification”, Subscribe To Topics” – both dead

    “Live Comment Preview” – couldn’t understand the instructions

    “Checkbox for e-mail subscription” (the one used here) – doesn’t appear to be available as a plugin

    Thanks,

    Joe

    #91532
    zaerl
    Participant

    It’s a known issue of deep integrating bbPress 1.0.2 with WordPress 3.0. One of mine plugins solve this:

    https://bbpress.org/plugins/topic/zaerl-wordpress-3-integration/

    #34781
    Erlend
    Participant

    So I’m wondering, how will the bbPress plugin deal with front-end editing? It’s certainly not uncommon that you need to go back and edit your post, and when you do that you’d rather not be sucked into the WP admin panel just for a quick edit. However, from the little I’ve experienced and read about plugins taking advantage of custom post types in WordPress, front-end editing is no simple task.

    Example one: BuddyPress Wiki Component

    http://wordpress.org/extend/plugins/bp-wiki/

    In order to achieve front-end editing of wiki pages (custom post type), it bundles its own TinyMCE script. This also allows it to extend TinyMCE with wiki-specific features.

    Example two: Justin Tadlock’s Custom Post Type based Forum

    http://justintadlock.com/archives/2010/07/16/a-wordpress-forum-plugin-using-custom-post-types

    At the time being, front-end editing is not possible with his forum, and according to his roadmap the forum will use existing inline-edit plugins available (I believe Scribu’s editor was mentioned somewhere).

    I wouldn’t imagine the official bbPress plugin would resort to yet another plugin for such a basic functionality, so what’s the plan? What I’d love to see is rich front-end editing based on the native WP editor, meaning if I have plugins that extend the native editor, they also extend the front-end editor (provided its within the scope of the editor-extending plugin and the admin enables it).

    Best case scenario, this involves modifying the WordPress core so that plugins like the two mentioned above will also have an easier time tapping into native WordPress for front-end edits.

    Erlend
    Participant

    I’ll just say this: All I’m seeing is many bbPress standalone users passionate about keeping bbpress.org as the home for the standalone software that they’ve come to rely on, while the only people steadfastly arguing bbpress.org should be the home of the new WordPress Forum plugin, are the core developers. While the rest of us, those who are eagerly planning to make the switch from standalone (or BuddyPress) script to plugin when the time arrives, couldn’t care less what it’s called, as long as it’s official, sleek and solid.

    In other words:

    “Keep the bbpress.org domain for the software it is today! Make a new one for the plugin!”

    In favor: Several

    Opposed: Few

    Don’t care: Thousands

    So there are some benefits about sticking to bbpress.org thrown about, but what have you got to lose by picking a new name? What happened to making everyone happy when you’ve got the chance?

    I reckon we’re all pro innovation, right? As far as I’m concerned, I’m only typing up this rant in an attempt to foster innovation, and that’s it. Either which way this turns out I’ll still have the plugin I’ve always dreamed of. I just want it to become the best it can be.

    We could probably keep the existing bbP directory running in a different directory to give people time to transition.

    Not everyone’s going to ever make that transition, you know that.

    In the wake of just a couple days of posting, I think it’s pretty evident that a bbPress fork, or 0.9 continuation more like it, is a pretty likely forecast. Now where could a front runner or two organically emerge to lead such a new initiative? bbPress.org. Where would such an initiative pick up the most momentum? bbPress.org. I couldn’t think of a significant third, but if I did? bbPress.org.

    Does a bbPress plugin need any of this? No. A single mention on WordPress.org/.com (include the rest of the WordPress/Automattic ecosystem for good measure) and this plugin will have more buzz than any domain by itself could ever achieve anyway.

    And I don’t believe a standalone bbPress fork would damage WordPress. If anything, it would only challenge its limits. bbPress will be shoulder to shoulder with the likes of Vanilla, while WordPress + Forum will be just that; +reason why you should pick WordPress to build your website. Don’t fool yourself into thinking that someone who wants just a forum will pick a plugin powered by a blog. If you want eggs you get eggs, not a full English breakfast with eggs on top.

    “This just in: WordPress foundation gives bbpress.org back to the community that’s been keeping it alive” That’s what I wanna see. Openness for the friggin’ history books.

    #34796
    slee
    Member

    Hi all, id like to set up a wordpress website that lets a user signup which then gives them their own blog and also gives them access to the forum – is this possible?

    then as an extra but not essential – is it possible to do the above but use facebook connect to gain access to the above?

    hope that makes sense

    #91055
    Joe Gibson
    Member

    Z – I got on a bbPress plugins page and found your ‘Open in new window’ plugin but the rascal doesn’t seem to work. Tried it in both ‘bb-plugins’ and ‘my-plugins’. It activates just fine. Is there a trick I’m missing?

    Thanks,

    Joe

    #34795
    dpbbpress
    Member

    Hello,

    I hope someone can help. I just moved my website to a new host. I’ve copied all files from the old bbpress directory to the one created with the new host. Everything seems to be working fine except for the Register function. If I try to create a new user and click Register nothing happens. Should I maybe change some permissions?

    Thanks for any input.

    Dan

    #91515

    In reply to: Better Profiles….

    zaerl
    Participant

    The best plugin for uploading avatars is bavatars: https://bbpress.org/plugins/topic/bavatars/

    #34794
    nickaster
    Member

    Is there a better option than gravatar for making avatars? I like gravatar, but most novice users still can’t figure it out. Also – are there better options for profiles in general? Are there plugins where people can add real information to their profile pages, not just the bbpress defaults? I don’t need much, just a little more than is there now, like a bio and whatnot.

    #85435
    nickaster
    Member

    So.. i guess this is a bump. How do i do the last step? “integrate a facebook connect button”? What’s the code for that? Do I just slap it onto my bbpress template?

    #34768

    Hello.

    I am using Bavatars 0.4.1 plugin in bbpress 1.0.2.

    Now, I am trying to get my avatar (or every user’s avatar for that matter) shown next to every post that I (or they) make.

    I have tried using something of the <?php avatarupload_display(get_post_author_id()); ?>kind in my template’s post.php page, specifically in <div class="threadauthor"> section, but I don’t know the exact function that I am supposed to call there. I got the idea from another plugin (Avatar Upload), where it seemed to be working fine.

    This is the function in Avatar Upload plugin <?php echo avatarupload_display($user->ID, $force_db); if ($config->use_thumbnail == 1) { echo " &nbsp; " . avatarupload_displaythumb($user->ID, $force_db) . "</p>";}?> defined in avatar.php (from Avatar Upload plugin).

    Now, if I was to define the exact function in bavatars.php and call it in post.php, I guess it would work, but I cannot find my way round the Bavatars plugin.

    Any ideas?

    Thank you.

    Regards,

    Bob

    Chip Bennett
    Participant

    Call me crazy, but I’m excited about this change. Initially, I wasn’t – but bbPress integration into WordPress has only benefits for me.

    I can’t wait to see it come to fruition – and then get to work modifying my theme(s) to accommodate bbPress-as-WP-plugin! (Hey, what are a few more template tags, functions, and hooks to learn, among friends?)

    yetanotherlogin
    Participant

    To have WP send my admin password, I edited php.ini to use my ISP’s SMTP server instead of “localhost” (no SMTP server on this test host), restarted PHP-FastCGI, and clicked on the WP “Lost your password?”, but I get this:

    “The e-mail could not be sent.

    Possible reason: your host may have disabled the mail() function…”

    So can’t get the admin password back. Anyway, since it doesn’t complain about the password and just loops back, I assume it has to do with the WP/bbPress integration?

    Pete Mall
    Member

    No, the plugin is built directly on top of WordPress.

    Brian Duffy
    Member

    I installed wordpress using simplescripts. I installed bbpress manually.

    Everything works fine until I add the following line to bb-config.php

    require_once(dirname(__FILE__) . ‘/../wp-load.php’);

    After adding the above code I can no longer login to bbpress.

    Instead I get the below error:

    Fatal error: Cannot redeclare class PasswordHash in /home7/brianduf/public_html/wordpress/forum/bb-includes/backpress/class.passwordhash.php on line 38

    If anyone could help to throw some light on this for me I would be over the moon : )

Viewing 25 results - 42,551 through 42,575 (of 64,521 total)
Skip to toolbar