Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 49,201 through 49,225 (of 64,096 total)
  • Author
    Search Results
  • #77673

    Can you link to the plugin? I don’t know that off the top of my head.

    #77775
    DennisH
    Member

    @Ipstenu – It’s not the glitter and unicorns that make a site hard to convert, but best practices :) If you designed your website with good XHTML etc, it’s a simple matter (a weekend at most) to convert it to WordPress or bbPress or BuddyPress.

    That was just my attempt at humor. :)

    We where able to integrate BB into our WP theme is about 30min. Although restyling everything is still ongoing, but that’s not a issue with BB (although more themes would be great). With the WP header/footer there is some issues with BB plugins that require javascript, but we are working around that.

    The issue I have with “integration” is that WP should be able to call info BB and vice versa. That’s it.

    The other issue I have is that v1.0 more or less killed all the developments that came before it.

    I think BB is great and I wouldn’t be spending my time here if I didn’t. After solving a major issue with converting our old phpbb forum we have decided to push forward with bbPress.

    So now I’m off to figure out how to call up Bavatars in the post.php file. If I have time after that I will try and get that BB welcome/login message in the header working.

    #31411
    #77739
    johnhiler
    Member

    It’s definitely possible to do.

    Here are a few links on it that should hopefully shed some light!

    https://bbpress.org/forums/topic/integration-with-non-wp-software

    https://bbpress.org/forums/topic/bbpress-integration-2

    #77820

    I’m trying to have a central signon at my site, where users must sign onto WP first and access bbPress via a page link. The logic you’ve provided looks like it can be incorporated to include the bbPress login page, is this correct?

    I think kind of — I’m not 100% sure what you’re describing so let me try a different way.

    If you force all registration to go through WPMU, then you can use the in-line login form, native to bbPress, to permit users to log in via bbPress, and they will still be logged in on WPMU. That’s the basic plus of integration :) Login on WPMU, you’re in on bbPress, and vice versa.

    In my template, make my login-form.php file look like this:

    <form class="login" method="post" action="<?php bb_uri('bb-login.php', null, BB_URI_CONTEXT_FORM_ACTION + BB_URI_CONTEXT_BB_USER_FORMS); ?>">
    <p>
    <label><input name="user_login" type="text" id="quick_user_login" size="20" maxlength="40" value="<?php if (!is_bool($user_login)) echo $user_login; ?>" tabindex="1" /> <?php _e('User Name'); ?></label>
    <br /><label><input name="password" type="password" id="quick_password" size="20" maxlength="40" tabindex="2" /> <?php _e('Password'); ?></label>
    <br /><input name="re" type="hidden" value="<?php echo $re; ?>" /> <?php wp_referer_field(); ?> <input type="submit" name="Submit" class="submit" value="<?php echo attribute_escape( __('Log In') ); ?>" tabindex="4" /> <label><input name="remember" type="checkbox" id="quick_remember" value="1" tabindex="3"<?php echo $remember_checked; ?> /><?php _e('Remember me'); ?></label>
    <br /><a href="http://yourdomain.com/wordpressmu/wp-register.php">Register</a> | <a href="http://yourdomain.com/wordpressmu/wp-login.php?action=lostpassword">Forgot password?</a><br />
    </p>
    </form>

    What this does is, if someone clicks on the registration or forgot password links, is take them right to the WP side. Now from there, it’ll log them back in to the WP main page, IIRC, but the login form itself, being inline, will keep the user on the same page as they logged in from, so they don’t appear to go anywhere.

    Does that make sense?

    Are there any other backdoors or pages users can directly access from the outside that may need redirection?

    Since the bbAdmin pages are locked to admins, I don’t think you need to worry about that.

    #76654

    bbPress-WordPress syncronization Version 0.7.7 – You shouldn’t need this right now. It’s not required for WP 2.8+ and bb 1.0+

    #77774

    @DennisH – It’s not the glitter and unicorns that make a site hard to convert, but best practices :) If you designed your website with good XHTML etc, it’s a simple matter (a weekend at most) to convert it to WordPress or bbPress or BuddyPress.

    And I do get what you mean about Gravatars. I rather like them because it gives people a sense of conformity in that Ipstenu everywhere has this icon and I am, thus, recognizable. Internet anonymity wishes aside, it grants me a level of credibility. I am me as you are we as I clearly need more coffee!

    #77738

    Thanks John,

    No particular choice, which ever user system is easy and simple to integrate.

    #77737
    johnhiler
    Member

    Which user system do you want to use… bbPress’ user system? Or another CMS’s?

    #77736

    No reply :(

    I See everybody is busy in integrating bbpress and WP.

    #77294
    _ck_
    Participant

    I think too many people are confusing the new theme look for THIS WEBSITE (bbpress.org) with the bbPress software

    bbpress.ORG is not bbPress 1.0, the first is this website, the latter is the software program

    Sam is showing how THIS WEBSITE will look soon, the new theme.

    It has nothing to do with bbPress 1.0 (except that of course this website is for support of bbPress 1.0)

    #76653
    daniellaf
    Member

    Figured out what was going on! I had a hardcoded navigation link in my wordpress header to direct users to the forum (I know, bad habit). It had “www.” when the rest of the side is www-free. Deleting the www. seems to have fixed the issue.

    So, if you’re integrating and are having trouble, hopefully this post will be helpful to you. Below, I’ll list what I’m running and what plugins I have in case that helps.

    WordPress 2.8.3 installed at webroot, linux server with php5. Shared database between BBPress and WordPress. BBpress 1.0.2 installed in forums subdir.

    WP Plugins related to BBpress

    – bbPress Integration Version 1.0 | By Michael Adams and Sam Bauers (plus manual cookie info from this plugin put into WP config file)

    – WordPress-bbPress syncronization Version 0.7.7 | By Ivan Babrou

    BBpress plugins (all, because I enabled some others and then things started not working again)

    – Akismet

    – bbPress-WordPress syncronization Version 0.7.7 | By Ivan Babrou

    – Hot Tags Plus Version 0.0.2 | By _ck_

    Right now I don’t have _ck_’s Fix Admin Access plugin on the server, but I’ve used it a few times.

    #16882
    daniellaf
    Member

    Hi BB peeps!

    I have WordPress 2.8.3 and BBpress 1.0.2. (Before people get on my case for having upgraded the software and blah blah, I went through a painful upgrade BECAUSE the chatter in the forum indicated that WordPress 2.8 was needed to integrate better with BBpress and that it would have “native” cookie integration. Whatevs. So, let’s make that a mute point.)

    They are pretty well integrated (you can have a look here: http://www.planningpool.com). What I’m finding is that I have a problem and when I fix it, it creates a second problem, and when I fix that I get the first problem again.

    To explain better, most of the time the user can log into WordPress and then is not logged into BBpress when they click on “forums.” But, if the forums are opened in a new window, they are logged into it…?!? I’ve cleared my cookie cache and used various users and computers, and it does this every time. So, when I fix this issue by adding cookie info into my WP config file and deactivating Michael Adams’ BBPress Integration plugin, I get the second problem.

    The second problem is that the user can log into WordPress or BBpress and be logged into both, but the user can’t access the BBpress “admin” panel or press the “logout” link. When either of these links is clicked, the page refreshes and nothing happens. So, to fix this, I reactivate Michael Adam’s BBPress Integration plugin and upload _ck_’s “fix admin access”. But now, the logout button in BBpress does not work.

    So, to fix that problem, I delete fix admin access from the server, and things work great for about 30 seconds. Then, when I go to the wordpress site and then back to forums, I’m back where I started: I’m logged in on wordpress, but not logged in on BBpress.

    Strange, huh? Any ideas? I’m thinking I’m going to uninstall and reinstall the integration plugins and try again

    #77293
    kriskl
    Member

    It looks hot!

    maybe at least a month – as target release? :)

    I was planning on moving from phpbb3 to bbPress 1.0

    but maybe it will be better to wait now …

    #77292

    Love it. Similar but different. I also love the icons, as it is “bee bee Press” after all. Plus, if we’re going to over think this, Bee’s and hives represent a colony, and forums are basically the same thing; a colony of users.

    Or, maybe you guys just love sweet, sweet honey… Just a bunch of Pooh Bear’s surrounded by empty glass jars hoping Matt will send another shipment this month to keep you motivated. :)

    #77773

    DennisH, it sounds to me like you want BuddyPress + bbPress + WordPress. If you’re not using all three, then you’re really not going to get what you want.

    Also, if phpBB just has too MANY features, you could trim some of phpBB’s code out, no different than you can add code to any *Press product.

    It also is a relatively new concept (Within 1 year) of having all of these platforms working in unison together. BuddyPress has taken giant strides towards providing a personality to the users on your site, to give your bbPress users profiles and information beyond the basics.

    Regarding the “promise” of integration, it’s possible to do within a few minutes, with integrated logins, profile info, etc… The major difference is that you can’t expect it to look like a typical forum is going to look, at least not at its current stage of development.

    When you consider that phpBB is 3.0.5, and it stayed in the 2.0 branch for over 7 years, apply that logic to bbPress that JUST turned 1.0 a month ago… There’s still LOTS that can be done, but for now bbPress is a stable and powerful product that is a developers dream platform for forum software to start with. You can mold and shape it to handle just about any task (wait until you see what BuddyPress is going to do with it ;) )

    Long story short, I’m sorry you’re disappointed at the moment, but I’m willing to bet you won’t always be. If you need something besides bbPress right now, no one’s feelings are hurt, but my suggestion to you would be to make friendly with it now so you can be better prepared to use it later, when it better meets your expectations. :)

    #77819
    teamamy
    Member

    @Ipstenu

    I’m trying to have a central signon at my site, where users must sign onto WP first and access bbPress via a page link. The logic you’ve provided looks like it can be incorporated to include the bbPress login page, is this correct?

    Also, I’m waiting for the revised Admin SSL plugin to be published for WP. This should allow be to secure the WP site and hopefully the bbPress. Are there any other backdoors or pages users can directly access from the outside that may need redirection?

    #77291
    teamamy
    Member

    Wow! The future bbPress looks incredible. Fantastic work Sam!

    Is there a planned target date set for it?

    #77754

    In reply to: bbPress nonces in WP

    Burt Adsit
    Member

    Simon,

    Looks to me like the code in wp and bbpress says you need NONCE_KEY in wp and BB_NONCE_KEY in bbpress to match. Then the salts BB_NONCE_SALT and NONCE_SALT have to match. If the salts don’t exist, wp and bbpress generate random ones. Of course they will not match.

    #77772
    DennisH
    Member

    @Ipstenu: Deep Integration worked nearly out of the box for me on BuddyPress. I don’t do it on WP because really I don’t need it when I can easily reproduce my theme for bbPress. But still, no hacks were needed, just a tweak of the bb-config.php and some jiggering of a theme. Took me all of an afternoon.

    We have lots of glitter text and animated gifs of unicorns on our site so it may take more than a afternoon.

    @Ipstenu: Gravatar works fine.

    Gravatars are great for some sites, but I was looking for more of a custom solution. I think customizing their profile even if it’s just a avatar gives members a sense of belonging and therefor more likely to comeback.

    #76215

    In reply to: Closed registrations

    grosbouff
    Participant

    I have mydomain.com

    My bbpress is at

    mydomain.com/bbpress

    but I use a subdomain

    forums.mydomain.com which redirects on it.

    I put an .htaccess file inside /bbpress with this content

    Redirect 301 /register.php http://www.mydomain.com/wordpress/wp-login.php?action=register

    Redirect 301 /bb-reset-password.php http://www.mydomain.com/wordpress/wp-login.php?action=lostpassword

    But it does nothing. Chmodd is 755.

    I try too with

    Redirect 301 /bbpress/...

    and

    Redirect 301 (no start slashes)

    and it does not work either.

    Any idea ?

    Thanks !

    Any idea ?

    #77771

    I’m talking about having to hack almost every bbpress php file to include the wp header and footer or having to hack the config files.

    Deep Integration worked nearly out of the box for me on BuddyPress. I don’t do it on WP because really I don’t need it when I can easily reproduce my theme for bbPress. But still, no hacks were needed, just a tweak of the bb-config.php and some jiggering of a theme. Took me all of an afternoon.

    As far as Avatars I’m using the wp-united on the live site (phpbb avatars). For BB I have not found a solution yet that will work or integrate into both BB and WP.

    Gravatar works fine.

    #73512

    You have the WordPress plugin for bbPress installed?

    #77825
    batrachoid
    Member

    Risking putting my foot in my mouth again but…

    modifying _ck_’s plugin here: https://bbpress.org/forums/topic/how-do-i-remove-the-posters-ip-address-from-the-post-display#post-55575 (thanks, Ipsentu) will probably do the trick.

    #77770
    DennisH
    Member

    At this point I’ll take 1 out of 3. :)

    I’m not talking about plugins. I’m talking about having to hack almost every bbpress php file to include the wp header and footer or having to hack the config files.

    The phpbb solution at the time (a year ago)was a HUGE F@#*ING HACK, but now that phpbb has a automod (or whatever they are calling it) it’s basically as easy as a plugin.

    I’m not looking for the login form (I’m building a lightbox for that), I’m talking about:

    “Welcome, _ck_ ! View your profile (Admin | Log Out) 5 New Private Messages”

    As far as Avatars I’m using the wp-united on the live site (phpbb avatars). For BB I have not found a solution yet that will work or integrate into both BB and WP.

Viewing 25 results - 49,201 through 49,225 (of 64,096 total)
Skip to toolbar