Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 9,051 through 9,075 (of 11,583 total)
  • Author
    Search Results
  • vanesta
    Member

    Both installation on WP (2.8)

    WP1 is on domain.com, and WP2 is on sub.domain.com (same domain name)

    Both allow single sign on between WP1 and WP2 with this on wp-config.php

    define(‘COOKIE_DOMAIN’, ‘.domain.com’);

    define(‘COOKIEPATH’, ‘/’);

    define(‘AUTH_SALT’, ‘6428746726478264’);

    define(‘LOGGED_IN_SALT’, ‘74829749827489237424’);

    define(‘AUTH_COOKIE’, ‘7482647263478623478’);

    define(‘SECURE_AUTH_COOKIE’, ‘985847584758475’);

    define(‘LOGGED_IN_COOKIE’, ‘98752975897435894375894’);

    define(‘TEST_COOKIE’, ‘8947519875894758495’);

    So I basically override the cookie also.

    Now I installed BBPress (1.0)

    These WP-CONFIG setting won’t work even I added BB_LOGGED_IN_COOKIE variable

    It only works with BBPress if i use these only

    define(‘COOKIE_DOMAIN’, ‘.domain.com’);

    define(‘COOKIEPATH’, ‘/’);

    define(‘AUTH_KEY’, ‘xxxxxxxxxxxxxxxxx’);

    define(‘SECURE_AUTH_KEY’, ‘xxxxxxxxxxxxxxxxx’);

    define(‘LOGGED_IN_KEY’, ‘xxxxxxxxxxxxxxxxxx’);

    define(‘NONCE_KEY’, ‘xxxxxxxxxxxxxxxx’);

    define(‘AUTH_SALT’, ‘xxxxxxxxxxxxxxxxx’);

    define(‘LOGGED_IN_SALT’, ‘xxxxxxxxxxxxxxxx’);

    But if I add anything with _COOKIE bbpress + wp signed on won’t work, if I take it out, it will with with BBPress but multiple WP single sing on won’t work

    Thanks guys

    Victoria

    #75628
    infected
    Participant

    @Jason_JM: Okay, but as i said it works also without having the plugin installed. I tried it on my testblog, before going live. And if the plugin is really needed for integration it should be mentioned in the documentation. It´s the first place to go for users who are trying to integrate bbpress with wordpress…

    But one more point: What about those 2 folders called my-plugins & my-templates. Is there a reason for why i can´t access them with my ftp? The folders can´t not opened either i can´t change their chmods. I´m using Filezilla as ftp tool. It reports “Failed to retrieve directory listing” when i try to open on of this folders.

    #15211
    johnhiler
    Member

    Anyone up for updating the bbPress wikipedia page with the latest on the 1.0 release?

    http://en.wikipedia.org/wiki/BbPress

    I’d do it, but wasn’t sure which 1.0 features we should highlight… so thought I’d defer to a fellow member of the bbPress community.

    #15202
    deadlyhifi
    Participant

    Just testing version 1.0 before my big upgrade and notice that duplicate user email addresses are allowed to be used with no error or warning. Therefore allowing more than one account with the same email address.

    Is this the default or have I done something wrong?

    #15197
    #75458
    Sam Bauers
    Participant

    0.9 was – and is – a stable release. The poll was meant to find out the level of demand on each timeframe. I think there is probably a reasonable cohort asking for support up to the end of 2010, so I’m prepared to maintain security fixes on the 0.9 legacy branch until then – this will however rely on proactive reporting from users of 0.9 as I won’t really be using it at all within a couple of months.

    People contributing peer support on these forums can make the choice personally whether or not they help out with 0.9 problems. I’ll also provide a link to the latest 0.9 “legacy” release on the downloads page (with warnings about discontinuing support).

    So, I’m thinking that support continues until 31 December, 2010. Anyone particularly unhappy about that?

    #75560
    clarklab
    Member

    I tried inserting

    <?php global $forum_id; echo $forum_id; ?>

    just to test if I could grab the value and I could not. I tried it in a few places with no luck. What am I doing wrong?

    Also thanks for all the plugins. I’ve got like a dozen of them running on my install.

    #15190
    ArnyVee
    Member

    Hello there,

    I’m a complete newb when it comes to bbPress, so bear with me. :)

    I’ve installed about 6 to 8 of ck’s great plugins and they’ve all worked with no issues on the latest release (think it was on July 3rd when it was released or something?) of bbPress. Now, I understand that ck has warned everyone about the possibility of the plugins not working on 1.0, but I was wondering if anyone has these working or what I might be able to do to temporarily tweak them.

    All of the plugins, except for BBCode Buttons and BBPress Smilies are working. These two are not showing up in the default theme. Any suggestions on what I might’ve missed or something that I should do to see why they’re not working?

    BBCode Buttons

    I have the bbcode-lite plugin active and working, so it’s not an issue there. I have bbcode-buttons directly in the my-plugins directory, so seems fine there.

    BBPress Smilies

    I uploaded the full bb-smilies directory to the my-plugins directory and then activated it in the admin panel. But, nothing is showing in the post boxes.

    So, I could use some suggestions for those of you that found some work arounds. Thank you!

    vanesta
    Member

    I defined USER_COOKIE, PASS_COOKIE, AUTH_COOKIE, SECURE_AUTH_COOKIE, LOGGED_IN_COOKIE and TEST_COOKIE on my WP config for a single sign own with multiple WP hosted on a single domain + sub domain

    Can someone tell me where I can define USER_COOKIE, PASS_COOKIE, AUTH_COOKIE, SECURE_AUTH_COOKIE, LOGGED_IN_COOKIE and TEST_COOKIE in BBPress and how?

    Thanks

    #75393

    SSL will never work if you do this. If you look at your cookies they will never be flagged ‘secure’ and they will not be hashed with the appropriate salts.

    If you have redirects it’s because your cookies failed to auth(). Meaning they were not hashed.

    I recommend following my SSL threads, perhaps applying some patches and most importantly install that latest everything (not svn trunk).

    #75457

    Ending things at a year end is much more tidy than the middle when many more people are away.

    Except I feel that more people are off on Winter vacation in December ;) But I’m not all that hung up on summer v. winter showdowns. I suspect the same volume of people will be away in December as July, so why not pull a GeoCities and shut down Oct 26th ;)

    The only real reason I can see for stopping 0.9 support is that it’s time consuming in a direction that’s no longer being followed (see _ck_’s explanation). And that’s fair, y’know :)

    0.9 IS stable. It’s more tested than 1.0. But I agree with johnhiler, in that this doesn’t need to be a WarGames, zero-sum thing. There are always reasons to stay a couple revs back. Anyone who runs a server knows that. You want to upgrade to get new things, but you also end up holding off because it works as it, and you don’t want to mess with what works. But. There’s a point where holding off will cause you more pain when you have to upgrade.

    Thankfully, we’re not there yet!

    Sez Sam:

    As long as bbPress 0.9 is maintained some time will have to be spent maintaining the 0.9 branch, mostly with regards to security fixes. I don’t see this as particularly burdensome, but I don’t want to be doing it forever.

    12 to 18 months is long enough, IMO, for that. Pick one, carry on. A set in stone date is good so people can’t say they weren’t warned :)

    #75454
    grassrootspa
    Member

    I agree 100% with the comments of ryanhellyer & frooyo.

    Been casually following bbPress for the past year (WordPress is sooooo a Gateway drug to other Automattic projects) but the impending release of 1.0 and the various RCs pushed me to finally jump in and start really fooling around with the software. Couldn’t be happier. God bless bbPress pioneers like _ck_, Sam, and everyone else for the plethora of killer plugins and themes.

    Totally understand where people are coming from re: 1.0’s stability compared to 0.9 but it would be much more productive for attention to be focused on 1.0 instead of 0.9. After all, folks using/testing/tweaking 1.0 is how all the bugs, plugin compatibility, and various stability issues will be worked out!

    Exciting times are ahead for bbPress and 1.0 is the future. The more focus on 1.0 the better in the grand scheme of things. I’m going to get razzed but 6 months doesn’t seem unreasonable (or even 3 months), especially since everyone has known for quite some time that 1.0 was going to be coming out. Let’s embrace the future: 1.0!

    #75390
    oakad
    Member

    It’s not my “home” machine, so to say.

    It’s a test server running quite a few things and sitting on a local domain with working dns.

    Apache/2.2.11 (Unix) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8h mod_auth_kerb/5.4 mod_python/3.3.1 Python/2.6.2 SVN/1.6.1 PHP/5.2.9-pl2-gentoo with Suhosin-Patch configured

    Platform is gentoo-amd64.

    #75451
    johnhiler
    Member

    My site is # 10 on the list of top sites, with just over 150k posts:

    http://bbshowcase.org/forums/view/top100

    I’m going to be staying on 0.9 for now. I’m not sure what to do about the upgrade path… I’m going to try 1.0 on some test servers, but so far I haven’t seen a reason to upgrade yet.

    #75349

    In reply to: bbPress 1.0 released

    bb-gian
    Member

    Thanks r-a-y, thanks Jason_JM…

    I am now convinced that I need to go straight to WP MU 2.7.1 instead of upgrading to regualr WP 2.8

    The thing is that I have a running site with bbPress alpha 6 integrated and didn’t figure out the best way to switch to a WP MU + BuddyPress + bbPress 1.0 configuration.

    Anyway, you’re right I should make another post for it, but where? WordPressforum? bbPress forum (here)? BuddyPress forum?

    ;-)

    The biggest trouble I am having now is to figure out how can I test all thenew configuration and set up leaving the existing site running and than switch to the new congfig, when I see that everything works properly. Copy the existing into a subfolder and with anew database? Mmmh…

    #75343

    In reply to: bbPress 1.0 released

    r-a-y
    Participant

    At the moment, WP and WPMU are separately maintained. But there are plans to merge the two codebases into one, don’t expect that in the next couple of months. More like next year sometime.

    So if you’re planning on using BuddyPress in a few months, I would recommend getting acquainted with WPMU 2.7.1 since it works with the latest version of BuddyPress. This is just my advice, but I wouldn’t upgrade to WP 2.8.

    Moving over from WP to WPMU is not that straightforward. You have to do a number of things in order to get things right.

    Since this is straying away from the original topic, create a new thread about this and others can chime in.

    #75483
    michael3185
    Member

    @Marcomail; Thanks for raising this point about a sidebar forum list. I was curious and tested out the code I posted above, and it works very well (without the table definition). I just put the forum loop into the hottags div section and it looks fine. The site link is in my previous post if you want a look, and the code I used is;

    <div id="hottags">
    <h2><?php _e('Forums'); ?></h2>
    <?php if ( bb_forums() ) : ?>
    <?php while ( bb_forum() ) : ?>
    <a href="<?php forum_link(); ?>"><?php forum_name(); ?></a><br />
    <?php endwhile; ?>
    <?php endif; // bb_forums() ?>
    <br />

    <h2><?php _e('Tags'); ?></h2>
    <p class="frontpageheatmap"><?php bb_tag_heat_map( 9, 13, 'pt', 50 ); ?></p>
    </div>

    It tidies up the front page a lot, and there’s less need to scroll down to see the recent posts. Cheers!

    #75512

    In reply to: Navigation error

    johnhiler
    Member

    Ah, that may have been the issue. Are you guys using the latest version of Hidden Forums (v 0.0.9)? There was a patch for a related issue there (this patch is incorporated into the latest version of Hidden Forums):

    https://bbpress.org/plugins/topic/hidden-forums/page/5/#post-3412

    This fixed my pagination…

    #75447
    Ryan Hellyer
    Participant

    ps. the 2.0 branch of WordPress was it’s best version ;-),

    No prizes for guessing who likes stable software then!

    I’m quite used to the WP upgrade system now. I didn’t like the frequent upgrades in the beginning, but I’ve slowly realised that as long as I keep my plugins/themes up to date with the latest WP recommended approaches that any new updates are highly unlikely to affect them.

    I also never liked the 0.9 branch very much. But I get the impression some of you are happy to keep using it for quite some time yet. I guess if someone can be bothered maintaining it then they may as well. I’ve had clients request for support for ancient WP plugins before and I try as hard as possible to get them to upgrade. Supporting out of date software is generally at the absolute bottom of my priority list.

    #15167
    taboo
    Member

    Navigation on the front page is screwed (I use CSS modified kakumei): when I go to page 2 (/page/2) the link attached to text “page 1” is the very same page 2 (/page/2) and not “/” as it should be.

    the code:

    <?php bb_latest_topics_pages( array( 'before' => '<div class="nav">', 'after' => '</div>' ) ); ?>

    Any clues please?`

    #75335

    In reply to: bbPress 1.0 released

    This is a good manual way of upgrading below.

    – Create a new database, call it wordpress2 or 3 or whatever. Make sure it is different from the database in use.

    – Choose Option A or B Below:

    Option A

    – Backup (because you’ll be overwriting the old files) your http folder the server points to.

    – If your httpdocs folder is called: [httpdocs] then: mv [httpdocs] [httpdocs_backup]

    Option B

    – Create a new directory, with correct permissions.

    – Tell your webserver to serve from this new location

    – Install wordpress and bbpress and assign it to use the new wordpress database.

    – Get all functionality working, like integration plug-ins etc…

    – Once it all works, backup the httpdocs folder. [tar -cvjf httpdocs.bz2 httpdocs] This is a good step as you can now take these working configs and stick it into a new upgraded wordpress.

    – Go back and restore the old wordpress because now you will upgrade.

    – Install wordpress first. Install using the Old database name, when it asks you to upgrade the database, do so.

    – Install bbpress, do the same as above.

    – take your Config file from the test run above, and copy them into your upgrade.

    Personally, I do a complete backup on a schedule and just manually run the script again for when I do an upgrade. This script will backup all my http/https folders, my server configs, and my database all in one shot. If anything gets messed up I just do a restore and It’s like starting from scratch. No matter how messed up things get. You might want to think about that. If there is enough demand I will gladly publish these helpful scripts.

    #73616

    Here is the latest integration rundown. I first lay out some helpful hints to those out there looking for them, and toward the bottom I point out something which the integration plug-in does not properly handle. That is the HTTPS secure cookie upon logging out. Depending on your setup this may cause issues. Most of the time you’ll be ok. If your like us and have added a proprietary layer of security for internal use only, you like to make sure when your secure cookies expire they expire asap and are completely gone.

    I recommend maybe, just a suggestion as I’m not privy to the dev’s stream of intentions to query if ‘BB_FORCE_SSL_xxx…’ is set. This is probably a much better indication of scheme than relying on the database option only. I know your busy Sam and that wpmu integration is like the last thing on your list. However, some of the code base is already merging.

    Noteables: Step #6, Step #7

    But before you continue:

    1.) Disable Your Cache Server (Varnish/Squid). Go straight to your webserver (Eliminate other causes.)

    2.) Get Integration working on plain http first. DO NOT define any force SSL/Admin anywhere on either wpmu/wp/bbpress.

    3.) Go back and integrate if you can’t get #2 done. Some helpful hints that work:

    3a.) Install wp/wpmu

    3b.) Install bbpress

    3c.) Install integration plugin for wp. In the option where it says complete URL, that means “http://mysite.com&#8221; and not “mysite.com”. If your _only_ (meaning 100% of the time) ever going to use HTTPS then go ahead and define HTTPS.

    3d.) I made sure all key/salts were setup in wp first, and then mirrored them into bb-config prepending BB_ in front of each Define. I defined manually: AUTH_KEY, SECURE_AUTH_KEY, LOGGED_IN_KEY, NONCE_KEY, AUTH_SALT, LOGGED_IN_SALT, AND SECURE_AUTH_SALT (7 in total defines).

    Once you have HTTP squared away Proceed with SSL:

    4.) The integration plugin will try do some things for you in the backend, it will actually try to do all the cookie work for you. However it works off values you set via the integration option page and your wpmu site options.

    To take control of a few options, go ahead and define MANUALLY the following: (just as the plug-in suggests and more sometimes):

    COOKIEHASH, COOKIE_DOMAIN, SITECOOKIEPATH, and COOKIEPATH.

    5.) Add to wp-config.php:

    define(‘FORCE_SSL_LOGIN’, true);

    define(‘FORCE_SSL_ADMIN’, true);

    6.) Add to bb-config.php:

    define(‘BB_FORCE_SSL_USER_FORMS’, true);

    define(‘BB_FORCE_SSL_ADMIN’, true);

    7.) The kicker for me since I’m using MU Subdomains, i HAD to put into my bb-config:

    $bb->cookiedomain=’.mydomain.com’ //Yes, with the dot before the domain.

    (This is literally the only direct access object config I set in my PHP file. All the rest is handled by ‘DEFINE’ )

    Up to this point you should have integration with HTTP and HTTPS. Back and forth, forth and back, every which way. You should have it done without any manual speed up accessors. If it works, go ahead and add them but make sure you set them correctly. If your fanatical about security then cross the line, otherwise go get a beer, woman or pillow whatever.


    The Line


    8.) Log into BBpress. Goto your main blog, and wp will see you have a ‘logged_in’ cookie. Will display the site_admin link. Just go ahead and click log out.

    9.) Logging out will log you out, except a few cookies are left over. This is because the integration plug-in never inspects the HTTPS scheme properly. It will always look for HTTP. Test this by editing line 182 in the plugin file to read:

    $secure = true; //Don’t forget to change me back to false (default).

    10.) Repeat, and you’ll notice your cookies (the ones which matter) get blown away.

    Notes:

    – If you install WPMU 2.8 Alpha/Beta/Etc… you must _NOT_ enable

    define( ‘WP_AUTH_COOKIE_VERSION’, 1 )

    as the plugin suggests.

    – I DID NOT use any of the “speed up” manual configs which the bbpress integration tool points out. If you can’t get it working without these settings, adding them may not help at all and masks your real issue which is some other settings are screwed.

    – you NEED to make sure your URLs are correct. That means every single URL defined in your database in any meta table, options etc… Especially the case with the integration plugin.

    #75325

    In reply to: bbPress 1.0 released

    *blinkblink* WOW. Yeah, don’t move yet! Make a test forum and test out all those on there. There’s a list of plugins that work on RC1/RC2 that will give you a starting point for what ones should work…

    Allow-Images is messed up and doesn’t work anymore.

    #75324

    In reply to: bbPress 1.0 released

    michael3185
    Member

    Plugins – blimey…

    admin-add-user

    allow-images

    approve-user-registration

    auto-add-favorites

    avatar-upload

    bb-chunk

    bb-tweaks

    bb-code-lite

    bbPM

    block-long-requests

    enhanced-tag-heat-map

    header-meta

    human-test

    move-it

    my-views

    new-favorite-notification

    no-follow-on-reg

    private-forums

    profile-fields

    related-topics

    show-error-page

    terms-of-service

    year-long-cookies

    Some are simple things taken from code in forum discussions, and the error-page one is my own.

    I just tried one to notify mods of new posts, but it failed with a DB field/table missing, so I assume it was written or upgraded for 1.0, and of course a lot of plugins will be upgraded now. Still thinking, but I can always test drive it on an empty forum.

    #75273

    In reply to: Performance

    Martin R.
    Member

    Testet 0.9, Rc3 and 1.0..

    Asked my hoster about NFS, they said no..

    But ok.. ill give it a try. Thank you very much!

Viewing 25 results - 9,051 through 9,075 (of 11,583 total)
Skip to toolbar