Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 22,226 through 22,250 (of 26,846 total)
  • Author
    Search Results
  • #69699

    OK, before I go and mess with this whole thing, are you telling me I should install bbpress inside of phpbb3? I want the tables to be inside wordpress, not phpbb3…I will eventually remove phpbb3. Please confirm that I should be uninstalling the other copy and putting the new one inside of the phpbb3 database and then tell me how that will affect my integration into wordpress and the removing of phpbb3. Thank you.

    #69697

    I am looking at mySQL and my bbpress tables are inside of wordpress (obviously) but with the bb_ prefix, so what would I be changing it to? There are no bb_ tables inside of phpbb3, which is what that error code indicates, or am I thinking of this wrong?

    #71001

    FYI – Only three files changed in Trunk

    • bb-includesfunctions.bb-users.php
    • bb-includesfunctions.bb-meta.php
    • bb-adminoptions-wordpress.php

    I uploaded those and my version says alpha-6

    Check your functions.bb-meta.php file for this:

    case 'version' :
    return '1.0-alpha-6'; // Don't filter
    break;

    #71075
    ganzua
    Member

    Sometime ago I used to think the same, bbpress is too light but when it comes to integrate with wordpress and after having tried another option like simple-forum, I prefer a light core.

    Perhaps the problem is the lack of a codex where you can find out how to add things-> do you want email notification? add this plugin.

    This should be my only concern so far along with some parts of the core that should be in the template folder. There is stuff in functions.bb-template.php and I recently found more in functions.bb-core.php .

    #69696
    wmnasef
    Member

    i think you are using different prefix for your bbpress tables. if thats it, just modify line 17 in phpbb3tobbress.php into the prefix you used.

    again, i wrote that converter assuming the conversion is done on a new empty bbpress installation, not even integrated to wp. integration can be done after conversion according to this post.

    #71064

    In reply to: Single topic only

    chrishajer
    Participant

    Why not have a WordPress blog with a single page and comments allowed? With threaded comments in 2.7, it would be even better, IMO, for discussion. No one would be able to create new topics in WordPress.

    #4596
    Sam Bauers
    Participant

    This alpha release is to specifically address issues that arose from the last release. In addition I believe that the long standing issues with auto role assignment between WordPress and bbPress are now resolved as well.

    Download here

    #70979

    Are you using a shared DB with WordPress and, if so, did you happen to use Fantastico or some other installer app to install it?

    I’ve seen that (latin1_swedish_ci) borking recently with a weird WP install, but not with BBPress.

    #70952

    In reply to: Can’t access Admin

    #70733

    In reply to: bbpress vs phpbb

    johnhiler
    Member

    @eclipsenow – For now, the bbPress philosophy is to keep those 20 features in plugins and out of the core. But judging from how WordPress has grown in features over time, I’m sure bbPress 2.0 will have all 20 features in the core!

    #70862
    feastoffools
    Member

    Not sure where to post this comment, but I’m wondering if the functionality of having wordpress entries appearing in the forums and comments synchronizing (like bbsync plugin allows) will become a feature of an upcoming release?

    #70951

    In reply to: Can’t access Admin

    Ben L.
    Member

    WordPress needs a plugin to allow you into admin on bbPress. Just search “bbPress Integration” in the plugin search.

    #70949

    In reply to: Can’t access Admin

    chrishajer
    Participant

    What version of WordPress?

    Have you cleared the cookies?

    ganzua
    Member

    how? Where? I think I have everthing setup okay, but everyones account on the bbpress side states:

    Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/user/public_html/forums/bb-includes/functions.bb-template.php on line 2009

    This problem comes from 1.04. I have the same error whenever I want to edit an user;

    Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in D:wampwwwwordpressbbpressbb-includesfunctions.bb-template.php on line 2009

    In line 2008 is this code;

    // Keymasters can't demote themselves
    if ( ( $bb_current_id == $user->ID && $can_keep_gate ) || ( array_key_exists('keymaster', $user->capabilities) && !$can_keep_gate ) )
    $roles = array( 'keymaster' => $roles['keymaster'] );
    elseif ( !$can_keep_gate ) // only keymasters can promote others to keymaster status
    unset($roles['keymaster']);

    #70857
    Mark-k
    Participant

    Had anyone had success with alpha 5 (actually r1910) cookie integration with wordpress mu 2.6?

    #70854
    thugzie
    Member

    wordpressfan I tried bbpress 1.0 alpha 4 also. I still had install errors :( Congrats.

    #70853
    thugzie
    Member

    @ wordpressfan Congrats for getting it going. I tried bbpress 1.0-alpha 4 and still was having issues getting the install to work.

    #70941
    chrishajer
    Participant

    Some thoughts on the WordPress community, themes, and the GPL

    http://spectacu.la/wordpressorg-pull-200-gpl-themes/

    http://weblogtoolscollection.com/archives/2008/12/17/matt-the-gpl-and-more/

    There’s a two hour interview there with Matt Mullenweg. He discusses premium themes, the GPL, WordPress, BuddyPress and even bbPress (although he seemed somewhat out of touch with bbPress.)

    I should have said that the bulk of the discussion was 2 weeks ago :-)

    nextical
    Member

    Well.. at the moment, I’m thinking why there isn’t any link to my WordPress ‘Index/Home’ site.. there only link to my bbpress home. So, I was just trying to make a link to my WP Home by changing the URL of the forum in the Setting page.

    From ‘www.ins-ide.org/forum’ being ‘www.ins-ide.org’

    but suddenly all the link missing the target because of the missing path. “/forum” in the URL.

    Well I got Back.. and change the URL again.. but it still doesn’t work.

    The only option I think about is changing the URL line by FTP/Cpanel. But again, I don’t know what file I need to access.

    Anyone can help me?

    #70851
    ganzua
    Member

    I sum up to the toll; recent registered users through wordpress can’t post in the forum. The “add new” link doesn’t appear whenever one of them logs in.

    I tried to manually assign roles but whenever I go to the profile page I get a function error there. Forum death :(

    #64491
    chrishajer
    Participant

    In the German locale the weekday symbol for friday is ‘Fr’ instead of English locale which is ‘Fri’.

    http://rel.me/2008/07/22/date-format-rfc82285010361123asctimeiso8601unicode35tr35-6/

    #64490
    chrishajer
    Participant

    Interesting, same problem here with Drupal:

    http://drupal.org/node/232433

    #64489
    chrishajer
    Participant

    Sounds like there’s a problem with bb_post_time, or with the way the date is being stored in the database. What version of PHP and what version of MySQL are you using? Maybe there’s a bug?

    Also, are you using a language file?

    #70939
    chrishajer
    Participant

    bbPress is GPL v2, so they can’t *require* you to display it. If you haven’t been watching, there’s a huge discussion going on regarding WordPress and premium themes, the GPL, etc.

    #70784

    @the both of yous

    Sambauers is the main programmer responsible for updating and maintaining bbPress, the rest of us seem to serve more as bug testers and trac reporters. You’re both correct to assume that the goal is to have it work both ways, with a registration at one platform to assign a role to the other.

    @globalkris

    You’re lucky, I haven’t been able to get either/or to automatically tell the other what roles to assign, despite my efforts. To be honest, it can’t be happening anywhere on the WordPress side of things, because WordPress has no idea that bbPress exists. It’s just doing what it always did. bbPress needs to look for capabilities, and assign them according to the WordPress role map provided it has been set.

    It seems like a good idea to have the role-map setup as part of the installation process, if choosing to integrate that is.

    The other side of this, which I’ve said before in different topics, is that automated integration of bbPress is difficult to predict, because there are several configurations that anyone could or would use, and it isn’t just WordPress that bbPress is intended to work with. There’s BuddyPress too, which is a whole other assortment of configurations. You can see how having bbPress automatically assign a role to a user that doesn’t have a role at all can be a strange situation, since there are times where WP users might not have roles either. There are about 250 different types of arrangements that users can have that must be trapped when I think about it, considering registrations on either side, the role map, and what the results of each situation would be.

    Maybe when they register through WordPress, I don’t want them automatically given access to the forums, or vice versa. Even though they are integrated, maybe I don’t want them to have a role at all. What if WordPress registrations are closed but bbPress ones are open? I mean when you think of all of the possibilities, it’s a wonder/miracle that it works at all. Ha!

    Long story short, Sam is working really hard on getting this integration up and running for us, and I suspect there will be an alpha6 coming shortly. :)

Viewing 25 results - 22,226 through 22,250 (of 26,846 total)
Skip to toolbar