Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 6,951 through 6,975 (of 11,580 total)
  • Author
    Search Results
  • #107803
    David Decker
    Participant

    Hi there!

    I had the same problems as Jared posted – also working with Genesis latest version. I test for a few weeks now and thought it was all my fault until I saw this thread here finally!

    @Jared Atchison:

    Any news on this what to change? – I saw your forum index and such all displaying properly – want that too :-)

    Thanx for any help!

    -dave :)

    #106068
    woodwardmatt
    Member

    @John – First of all, can I say what an awesome move to having bbpress as a plugin is! For the average user wishing to get forums up and running, you couldn’t ask for better! Nicely done!

    On more of a developer level I, the same as many of the guys posting, are probably a little thrown on the templating side of things. Just to clarify, I’ve joyfully created my fair share of wordpress themes and was looking forwarding to getting to grips with bbpress to do similar. At this point I can’t help but feel the templating side of things seems a little crazy (read awkward and unintuitive) unless i’m misunderstanding.

    By means of throwing my two pence into the discussion, I’d love to see the same approach for bbpress as was undertaken for wordpress. Namely the opposite of the following:

    DO NOT put any custom themes in “/bbpress/bbp-themes/” as they will get wiped out when you update bbPress.

    I love that bbpress has picked up the overall theme from wordpress but having the theme for the bbpress UI elements self-contained and separate from the wordpress theme would most likely clear up a fair bit of the confusion / frustrations. I know such a comment is easily made outside of understanding the full intricacies of the platform and that making such a change would no doubt have greater implications. However and to be honest, that was the approach I was expecting – most likely given the approach I was used to with wordpress. I know a similar comment has already been made, I’d just like to tip my hat to it, and raise it again for your consideration.

    Request: Custom bbpress themes to reside in “/bbpress/bbp-themes/” without risk of removal upon updates.

    Reason: To retain better / cleaner organisation of theme files and reduce complexity of theme development. (The replies / questions above are testimony to this)

    Payment: Pizza of your choice! ;)

    Once again awesome job, and hugely appreciate all the hard work!

    I find it astonishing that there are a hundred template files with no explanation as to what any of them do.

    I installed bbPress on top of WordPress. Can somebody help me out here? I’m trying to separate postings (space them apart so their not so close to each other) by using my CSS file, but for the life of me I can’t get it to work, although I am able to make other alterations.

    Any suggestions?

    Test board:

    http://webmasterfaqs.org/forums/topic/another-topic/#post-159

    #107946
    mixlplex2
    Member

    @JohnJamesJacoby – First off, excellent work. Beautiful system. However, sorry to disagree with you, but I believe Anthony is right that there’s a problem with the plugin with both logging in and logging out (particularly when using the sidebar widget). Here’s why…

    I’m testing with the bbPress RC4 installed in a WP 3.2.1 Network config using sub-directory instead of sub-domain (no BuddyPress installed, just bbPress … no other plugins installed. – I have also tested with another sidebar login plugin and everything worked fine, but I’ve uninstalled it, and when I use the bbPress login widget I get problems.) If I use the bbPress login widget and enter the right credentials it logs me in and redirects me to [site]/[site]/ which obviously a problem.

    When I inspect the Login button element for the bbPress login widget I see:

    <div class="bbp-submit-wrapper">
    <input class="user-submit" type="submit" tabindex="104" value="Log In" name="user-submit">
    <input type="hidden" value="1" name="user-cookie">
    <input type="hidden" value="http://[host]/[site]/[site]/" name="redirect_to">
    <input id="_wpnonce" type="hidden" value="299cce3d83" name="_wpnonce">
    <input type="hidden" value="/[site]/" name="_wp_http_referer">
    </div>

    Since the problem is with the redirect_to hidden value, my guess is that there’s a problem with either

    $redirect_to = apply_filters( ‘bbp_user_login_redirect_to’, ” );

    or

    bbp_redirect_to_field( $redirect_to );

    which are called from bbp_user_login_fields() in the bbp-user-template.php file.

    ….

    Moving on to Log out

    If you correct the URL so that you’re back a the page for your site, you can now see the Gravitar, your name, and the log out link.

    Again, inspecting the log out element we get:

    <a href="http://[host]/[site]/wp-login.php?action=logout&_wpnonce=c08ad91218&redirect_to=http%3A%2F%2F[host]%2F[site]%2F[site]%2F%3Floggedout%3Dtrue">Log Out</a>

    Again, the link to the wp-login.php is fine… it’s the redirect_to afterwards that has the site name twice that’s the problem.

    I’ve also noticed that if the bbPress plugins is activated the WordPress meta for log out includes the redirect_to [site]/[site]/

    If the bbPress plugin is deactivated the native WordPress meta for log out reverts back to normal (without the redirect_to).

    With bbPress installed:

    <a href="http://[host]/[site]/wp-login.php?action=logout&_wpnonce=07d2823a80&redirect_to=http%3A%2F%2F[host]%2F[site]%2F[site]%2F%3Floggedout%3Dtrue">Log out</a>

    Without bbPress installed:

    <a href="http://[host]/[site]/wp-login.php?action=logout&_wpnonce=07d2823a80">Log out</a>

    #106064
    enderandrew
    Participant

    I’m using a custom theme (Clockstone) that is based on dark colors. The default twentyten theme doesn’t work for me.

    So I copied all the single-*, archive-*, page-* files, as well as the bbpress, css and js files into the root of my theme.

    So I have wp-content/themes/Clockstone/single-forum.php as an example

    I editted the css file to fit my color scheme. But once I add:

    add_theme_support( ‘bbpress’ );

    to my functions.php then bbpress breaks completely, and all my forum links return 404 errors. If I remove that line, then the urls and forums work, but with the default theme.

    I’m using the latest trunk as of today. Any suggestions?

    Thanks for the report. See #1619 for details and fix.

    inexpert
    Member

    [Mon Aug 29 22:41:45 2011] [error] [client x.x.x.x] PHP Fatal error: Call to undefined function bp_is_active() in /var/www/x/wp-content/plugins/bbpress/bbp-includes/bbp-extend-buddypress.php on line 172

    The page won’t load(completely blank). I get that when I try to activate the buddyPress plugin, using the bbPress 2.0 and the buddyPress 1.5, both from the SVN repository.

    This is due to one of the latest changes because it did work a few days ago.

    By the way, any idea when are this plugins going to be released as stable? I am looking forward to using BuddyPress 1.5 in my web site(http://www.opes.es/) where I am already using bbPress 2.0.

    Thank you.

    #39715
    honustudios
    Member

    I’m running the latest dev version of the plugin, version 3476, in hopes that it would have solved my issue, but no luck.

    I was getting the error mentioned in this thread http://bbpress.org/forums/topic/tags-archives-page-are-broken-in-bbp-20-rc2-and-rc3#post-90903

    I downloaded the branch code after reading the above issue and it’s resolution. Then, I started getting the WordPress “Hands off, partner!” error which is a 500 Internal Server error in Firebug.

    Any ideas about what could be causing the page to not display correctly?

    Thanks so much for your help and the great plugin.

    Bret

    Sorry about the popup…forgot I had activated that plugin. Was testing a few things out and left it up because I needed someone to test my code for me. Once he tests the code out with plugin activated, I will change settings so that it doesn’t pop up for quite that long and also you should’ve been able to click away to close. I may have to make that more clearer to other visitors.

    Thanks again for that…

    But back to the topic. Do you know what template files would have to be edited in the bbp-twentyten theme for me to play around with it to try to get it that way?

    I’ve been trying to figure out what file needs to be edited and can’t seem to find it.

    Thanks

    vatoloco2
    Member

    No unfortunately even with RC2 I didn’t get that activity stream working!

    This is my setup:

    Install WP 3.2.1

    Install bbPress (first RC2 then RC3 now latest from trac.wordpress.org)

    Install Buddypress (first beta1 then beta2 now latest from trac…)

    Disable Discussion forums in Buddypress

    With this setup I can’t see any bbPress related stuff in Buddypress activity. I have no other problems with this setup & combo! Am I doing something wrong?

    Yeahp, no modifications to the forum or BuddyPress, just using the latest beta/RC versions of both. BuddyPress integration was built-in with bbPress RC2 (https://wordpress.org/extend/plugins/bbpress/changelog/). Should be working for ya. What’s your site?

    vatoloco2
    Member

    I am also using the beta/RC of both! That Means bbpress 2.0RC3 and Buddypress 1.5 beta2. In addition I am also up2date with latest changes by using latest branch / trunk of both via trac.wordpress.org.

    As stated earlier I have no problems at all with the combo of both. The only thing that doesn’t work is the fact that any bbpress forum post / topic / reply won’t appear in the buddypress activity stream.

    So how did InterMike of allmad.org got this done? Any hint?

    #108400

    In reply to: GD bbPress Attachments

    Milan Petrovic
    Participant

    This is only first version, and I have few more things planned down the road, but it needs testing for now to make sure that everything is OK. So, all bug reports and suggestions are welcome.

    Not sure if this belongs here or in Trac, or both, so I guess I’ll stick it in both :)

    I used the Latest Topics short code on a new page (“Latest Rants”) and I set that page as my homepage (via Settings > Reading), but now, if I, for example, click on page 2 of Latest Rants (which is pointing to site.com/page/2), it redirects me to the blog posts URL site.com/2011/08/14/21/.

    I’ve tried refreshing permalinks, but that didn’t work :( Any help would be greatly appreciated! As it’s rendering my homepage a little unuseful at the moment.

    Our site allmad.org (a ranting community) is using the latest bbPress 2.0-RC3, and it’s working awesomely with BuddyPress 1.5! :) (When updating the plugin, don’t forget to visit the WP permalinks and resave them, else links to forums may not work.) I love how every time someone posts a reply or new topic, it shows up on their profile and on the Activity Stream – it’s so awesome! Keep up the good work guys!!!

    #108278

    Always more useful to test the trac version than the releases. The trac version is the most up-to-date code available.

    No timeline, but the sooner the better. :)

    #108294
    pimarts
    Participant

    I can’t help you with your first question but you can’t use the 1.x plugins for 2.x, they work differently. Just search the WordPress plugin repository for bbpress to find the latest/newest plugins that work with bbpress 2.x

    #108277
    pimarts
    Participant

    I really don’t have the time at the moment, otherwise I might have given it a go. I’ll try to keep responding to the questions that hit these forums though.

    Did see a lot of updates in trac the other day, nice one. Is it useful if I test the latest version in trac on the beta version of my site, or should I just wait for the final version to drop?

    What’s the timetable on this documentation thing by the way? Others might want to know too. When do you want to start it and when do you need it ready?

    #108057
    Stephanie Leary
    Participant

    … I should probably post my filter mini-plugin in case anyone else is testing this:

    <?php
    /*
    Plugin Name: bbPress Registration Redirect
    Plugin URI: http://sillybean.net/
    Version: 0.2
    Author: Stephanie Leary
    */

    add_filter( 'bbp_user_register_redirect_to', 'scl_print_bbp_redirect' );
    function scl_print_bbp_redirect($url) {
    return 'http://forum.sillybean.net/register/confirm/';
    }
    ?>

    #108056
    Stephanie Leary
    Participant

    OK, changeset #3450 only partially fixes this problem. Even with a ‘bbp_user_register_redirect_to’ filter, the redirect_to hidden field still gets stomped by the first if() in bbp_redirect_to_field() — line 741.

    I tested this on my multisite install. With that first if() commented out, the redirect_to field is set correctly — but even so, I get redirected to the main site’s wp-signup.php.

    ETA: OH! I think we’re seeing two different problems here.

    On Jared’s single-site install, I suspect what’s happening is that the page containing the registration shortcode just isn’t doing anything with the checkemail query arg. So, it would be fine to have the user redirected back to that page, as long as the query arg generated the proper “check your email” notice.

    What I’m seeing on multisite actually looks like this bug in WP itself.

    #106973
    EddieG
    Member

    Thank you for this. I didn’t know I could block by IP at all, any way at all, without a plugin.

    Testing “Spam Free WordPress” now. At first glance it is effortless, automatic and accurate. I may soon test it on bbPress. :-)

    #95720
    inexpert
    Member

    @johnjamesjacoby I am looking forward to being able to install BuddyPress on my site, which now uses bbPress 2.0.

    A few hours ago, I saw there was a new RC avaiable, I checked the changelog and I found “BuddyPress integration”. I spent the last few hours trying to know what this means, because I installed buddyPress and it does not recognise bbPress plugin(both from the SVN repository).

    Does “BuddyPress integration” mean that bbPress now provides an API for buddyPress but buddyPress is not using it yet?

    If this is the case, I know I can have both v1 and v2 forums working(as I saw in buddyPress you testing website) but I don’t know if it worths, should I wait? Do you have any idea(more or less) about how long is it going to take you to make this integration?

    Thanks and congratulations to the team.

    #95735
    inexpert
    Member

    @johnjamesjacoby I am looking forward to being able to install BuddyPress on my site, which now uses bbPress 2.0.

    A few hours ago, I saw there was a new RC avaiable, I checked the changelog and I found “BuddyPress integration”. I spent the last few hours trying to know what this means, because I installed buddyPress and it does not recognise bbPress plugin(both from the SVN repository).

    Does “BuddyPress integration” mean that bbPress now provides an API for buddyPress but buddyPress is not using it yet?

    If this is the case, I know I can have both v1 and v2 forums working(as I saw in buddyPress you testing website) but I don’t know if it worths, should I wait? Do you have any idea(more or less) about how long is it going to take you to make this integration?

    Thanks and congratulations to the team.

    #106969
    EddieG
    Member

    Three weeks ago I set out to test bbPress with Akismet. Here is what I found.

    – Akismet requires manual spam deletion under all circumstances

    – Akismet cannot block by IP

    – Akismet cannot prevent users from creating tags in bbPress. All bogus tags must be removed manually. It is not clear to me why users are allowed to create tags to begin with.

    I took a fit this AM and turned off both WP Comments and bbPress. All I really want to do is create content. However, there is another part of me that is not ready to be directed by cockroaches.

    I am wondering if Spammer Blocker will play well with Akismet. I am also wondering if there are other worthwhile strategies I have not yet found.

    Comments?

    #108124
    Anointed
    Participant

    I didn’t play with it much, and can’t confirm that this works across all browsers, but from a quick test it only took me one line of css in order to achieve what you were after.

    .bbp-forums { border-collapse: separate; border-spacing: 2px 50px; float: left; width: 100%; }

    **This is going to be much easier when working with a theme that does not use tables, as you can’t apply margins to table cells like you would expect with normal divs.

Viewing 25 results - 6,951 through 6,975 (of 11,580 total)
Skip to toolbar