Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'updated'

Viewing 25 results - 1,851 through 1,875 (of 2,086 total)
  • Author
    Search Results
  • #65043

    Addendum: The SVN for .pot file is poorly updated, actually there is not the 0.9.2 tag yet. and trunk get updated usually only in a month or less. On WP SVN the pot generatios is fully automatic adn during beta and RC it’s updated more than one time per day during busy day.

    Would be nice having this on bbPress too, I usully sync it_IT WP trunk to dev trunk once per week having every time few strings to update/translate, thats’ much better than having hundreds strings like in the last 0.9.2

    #65042

    The SVN repository is already managed by the WP localization team that do the same fot bbpress, cause I’m the one that havs commit access and i was in hospital i want’s ablet o upload the updated version that will be revised soon and committed to SVN.

    on entrans.wordpress-it.it (in futuro entrans.bbpress.it as iI said to Matt during Milan WordCamp there will be a collaborative translation for all the automattic products.

    #64717
    kineda
    Member

    I updated the secret key, but I’m still having the same problem as described above.

    #64917
    bobbyh
    Member

    The easiest way is to find and install an existing theme that exists for both WordPress and bbPress. For instance, K2 for bbPress is similar to the WordPress default theme. Here are some bbPress themes for you to check out.

    #57728
    Detective
    Member

    If you have a WP profile (like the author archive or some other profile) you can redirect the bbPress profile using this hook:

    //add_action('bb_init', 'profile_redirect');

    function profile_redirect() {
    if (is_bb_profile() && $_GET['tab'] != 'edit' && $_GET['tab'] != 'favorites') {
    $user = bb_get_user($_GET['id']);
    if ($user) wp_redirect("http://www.example.com/member/" . $user->user_nicename);
    }
    }

    I did this using this plugin for WordPress profiles, so even users who don’t have published posts have a profile. It works but you miss the profile edit messages (like “your profile has been updated”).

    #64702
    _ck_
    Participant
    #3306
    richcon
    Member

    I updated my web site today to bbPress 0.9.0.2 and WordPress 2.5.1. Cookie integration settings got out of whack and I put them back, but now the two are in conflict.

    I’ve verified (by clearing cookies and watching as new cookies are registered) that both bbPress and WordPress are using the same cookie for login info — same name, path, etc.

    However, when logging into WordPress I am logged out of bbPress, and when logging into bbPress I am logged out of WordPress. So they appear to be using the same cookie and overwriting it as I login to each section.

    Note that the SECRET_KEY and BB_SECRET_KEY definitions in each respective config files are identical.

    The cookie seems to be broken up into three parts: user name, a shortish numerical code (in decimal), and a long hexadecimal code. The name and shortish numerical code are identical between bbPress and WordPress but the long hex code changes every time. Does this help provide a clue?

    #64458

    In reply to: IE 6 breaking tables.

    refueled
    Member

    @fokjulle:

    I am the developer of this theme, and I also saw your post in my forums (will answer shortly.)

    First: This was my first theme and an old one, it needs to be updated. Which is probably why you are having issues. I plan to update all of my bbPress themes this week.

    Second: As a temporary fix, try:

    #front-page #discussions {
    width: 590px;
    overflow: hidden;
    float: right;
    }

    Let me know what happens.

    #64158
    refueled
    Member

    I’ve updated this theme. If you’ve been having registration issues, please download it again and replace the following files:

    login-form.php

    register.php

    register-success.php

    chrishajer
    Participant

    Here’s an example of a URL in the sitemap.

    http://www.riversideinfo.org/forum/topic.php?id%3D3%26page%26replies%3D1

    If you do a

    curl -I http://www.riversideinfo.org/forum/topic.php?id%3D3%26page%26replies%3D1 you get a 302 header back. If you URL unencode the URL and do a curl -I, you get back a proper 200:

    curl -I "http://www.riversideinfo.org/forum/topic.php?id=3&page&replies=1"

    I am not using permalinks or slugs, and that plugin author doesn’t seem to have updated it since I installed it long ago. I actually turned it off a while ago because of the amount of time it was taking to generate the sitemap for 5000 posts.

    http://boakes.org/talk/topic/31

    So, I guess the question is, why does that first URL trigger a 302? Maybe the sitemap plugin is creating URLs that are poorly formed?

    #53835

    In reply to: k2 for bbpress

    linickx
    Participant

    I had an e-mail saying that the latest bbpress broke my port, so I’ve done a re-release :)

    http://www.linickx.com/archives/402/k2-for-bbpress-updated-v002

    #64113

    In reply to: Cannot Delete Forums

    pfdebate
    Member

    I updated the one file that was different between 0.9.0.1 and 0.9.

    Editing the /bb-admin/bb-functions.php file from array_may to array_map fixed the problem.

    Thanks!

    #3136

    I intend to make some Swedish translations for bbpress, but I can’t find any updated .pot files for 0.9.0.1. Latest .pot file in SVN seams to be 0.8.3.1.

    #63967
    retrospec
    Member

    You didn’t mention what to do in the upgrade when it asks for a keymaster. I entered my same details and it went tits up telling me it’s in safe mode, etc.

    I think you need to put what you do at this stage to make it clear.

    #3123
    Sam Bauers
    Participant

    The documentation on this site has been updated to reflect the recent changes to installation, upgrading and integration.

    Please consult the documentation before posting a question here. There is a good chance that your question will be answered there.

    http://bbpress.org/documentation/

    #63847
    olgaberrios
    Member

    no… i have no bbpress admin… http://estoyhaciendocosas.com/debates/

    why?

    i installed an older version and tried to integrate with wp

    then i updated successfully wp, but no bbpress

    so i deleted all de bbpress and i tried to install again…

    #62447
    affacat
    Member

    We realized many of the members seemed to be showing up on the site as ‘inactive’, despite having a record in wp_user_meta with matching records containing:

    bb_capabilities a:1:{s:6:”member”;b:1;}

    I updated a single ‘inactive’ user to ‘moderator’, saved, then downgraded them back to ‘member’, saved… and everyone that was displaying as inactive started displaying correctly as member.

    I do not know what type of glitch this was, or if it was a result of the conversion but am posting it here in case others converting run into the same issue.

    #63768
    bryan868
    Member

    Just a shot in the dark, but I’m guessing the new WordPress.org is using an updated version of bbPress. Looks new-ish! (has gravatar support, etc)

    #63726

    This should be fixed now. Because of caching, you won’t see a non-404 response until one of your favorites has been updated, though.

    Thanks for letting us know!

    #3066
    Daniel Quinn
    Member

    I’m working with a local fresh install of bbpress and I can’t activate any plugins. (Whenever I click Activate, it says “Are you sure you want to do this?” and seems to be adding an extra backslash in the URL whenever I click YES). If I manually put the URL to activate into the browser without the extra backslash, bbpress spits out a fatal error and doesn’t activate the plugin. I’ve got bbpress working on my web server with all of the plugins, so it’s a problem with the local installation.

    The local server is Apache and my config.php looks like this:

    $bb->uri = ‘http://localhost/cindyfish’;

    $bb->mod_rewrite = false;

    (database is working fine, I can click all links in the forum)

    I tried changing the uri to just http://localhost/, but then I can’t access the admin panel.

    The only edit I made to the core was to modify:

    $activetheme = bb_get_option(‘bb_active_theme’);

    to

    $activetheme = stripslashes(bb_get_option(‘bb_active_theme’));

    as instructed in this post:

    http://bbpress.org/forums/topic/theme-not-found-default-theme-applied#post-8889

    …so I could get my custom theme recognized.

    Any ideas?

    EDIT: Actually, I CAN activate plugins if I manually paste the URL into the browser and remove the extra backslashes; it failed on the path to url plugin by nanome (http://bbpress.org/forums/topic/updated-to-desmond-but-theme-not-working/page/2)… would be nice tho to create a hack that could fix this for local installations on Windows

    EDIT2: Okay, it also seems that bbpress adds the extra backslash only if the plugins are in individual folders. For plugins that sit just in the my-plugins folder, the local installation can activate them fine. Otherwise they have to be linked manually.

    #63353
    Craig
    Member

    As some of you know, I’m new to WordPress and bbPress altogether and as I learn more I am also getting really amp’d for the new releases of both. However, after looking at the trac roadmap…

    I see WP 2.5 still has A LOT of open tickets where as bbPress 0.9 has 0 tickets open. Is it just not updated or is today’s release not realistic? :(

    #52510
    lowrobb
    Member

    My problem is different. I moved all my WP & BBpress file into different directory in my server. Then all the links lead to 404 pages. I updated permalinks (by a single click) in wordpress and it solves the problem. Now i can’t update it in my BBpress site. Any help will be very appreciated.

    Thanks.

    #63344

    I’ve heard several people telling that bbPress wouldn’t be updated anymore, because of a new system that is coming soon.

    Those people are grossly misinformed.

    By the way, WordPress 2.5 has been delayed a bit due to illness. We’ll release bbPress when WordPress 2.5 comes out (I’m trying to find out a more exact time now).

    #63343
    geld-lenen-1
    Member

    Good to see that bbPress stil gets updated. I’ve heard several people telling that bbPress wouldn’t be updated anymore, because of a new system that is coming soon.

    #2982
    Sam Bauers
    Participant

    Just letting you know the next release will now be version 0.9 instead of 0.8.4

    The sticky announcement has been updated to reflect this.

    http://bbpress.org/forums/topic/bbpress-084-release-date

Viewing 25 results - 1,851 through 1,875 (of 2,086 total)
Skip to toolbar