Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 9,026 through 9,050 (of 11,591 total)
  • Author
    Search Results
  • #50397
    Croyd
    Member

    I have a site with a wordpress/bbpress integration using a modified Atahualpa/Kakumei theme. My wordpress is version 2.8.1 & my bbpress is version 0.9.0.5. and it all works fine.

    I want to upgrade to the latest version of bbpress( version 1.0.1 ) but when I tested it I get backslashes before any single or double quotes no matter where I’m at in bbpress. It happens in topic titles, topic contents, when putting in the name for the site etc..

    Both work fine with the integrated logins and cookies. The problem only comes after I’ve put my reference to wp-blog-header.php in the bb-config.php file.

    I could do the hack that was suggested earlier but the downfall to that is that you won’t be able to have backslashes at all in anything.

    I’m thinking maybe the problem is that bbpress is using wordpress’s apply_filters function instead of its own, but that is a guess.

    Anyone got any ideas?

    Oh and besides the bbpress-integration plugin in wordpress i’m not using anything else on the test I did.

    #75831
    citizenkeith
    Participant

    I have switched off all plugins except the following:

    Allow Images 0.7.1

    BBCode Buttons Toolbar 0.0.9

    BBCode Lite 1.0.3

    bbPress Smilies 0.0.8

    Human Test 0.9.2

    I haven’t had a problem for 24 hours. Will slowly switch on plugins until I do.

    #75697
    Ohna
    Member

    Hi, bb-gian

    If you want this in “front-page” latest topic you can try this:

    <a href="<?php forum_link($topic->forum_id); ?>"><?php forum_name($topic->forum_id); ?></a>

    or if you just want show all categories:

    <a href="<?php forum_link(); ?>"><?php forum_name(); ?></a>

    #75770
    deadlyhifi
    Participant

    The standard version of approve user registration does not work in V1. This may be breaking registration.

    There’s an updated version of this plugin here: https://bbpress.org/plugins/topic/approve-user-registration/page/2/#post-3902

    I’ve got V1.0.1 working great with that and human test. But if you’ve tested with the plugins disabled I can’t really offer anymore help. Sorry.

    #75784
    deadlyhifi
    Participant

    mmm, just noticed that cookies with _utma, _utmb etc. state they come from

    .MYWEBSITE.com

    whereas the “wordpress_logged_in_NUMBER” states it’s website as

    www.MYWEBSITE.com (without the http this forum is auto adding it)

    could the fact that it has www at the start be the issue?

    My test site, on a subdomain, shares the same source – but then because its a subdomain it doesn’t have the www at the start.

    thanks for your continued replies ck.

    #75849

    In reply to: Pagination bug?

    Kar-l
    Member

    Thank you, Ohna. Yet it doesn’t solve the problem. I just tested it in English (with no translation) and the same bug appers.

    <div class="nav"><a class="prev page-numbers" href="" title="Previous page">&laquo; Previous</a><a class="page-numbers" href="" title="Page 1">1</a><span class="page-numbers current" title="Page 2">2</span><a class="page-numbers" href="/page/3" title="Page 3">3</a><a class="page-numbers" href="/page/4" title="Page 4">4</a><a class="next page-numbers" href="/page/3" title="Next page">Next &raquo;</a></div>

    #15244
    Kar-l
    Member

    A funtion on a homepage of a blog

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

    generates errorous output. On page 2 (and followings) it outputs:

    <div class="nav"><a class="prev page-numbers" href="" title="Poprzednia strona">&laquo; Poprzednia</a><a class="page-numbers" href="" title="Page 1">1</a><span class="page-numbers current" title="Page 2">2</span><a class="page-numbers" href="/page/3" title="Page 3">3</a><a class="page-numbers" href="/page/4" title="Page 4">4</a><a class="next page-numbers" href="/page/3" title="Następna strona">Następna &raquo;</a></div>

    The problem I can see is href=””

    Is there any solution to this?

    bbPress used: 1.01

    #15243
    bb-gian
    Member

    Is there a way to dispaly the Author of a topic in the Latest Discussions list and in the Topics list?

    I mean, every other forum got this feature, and I think that viewing the Author of a Topic in the list is very useful and needed for a forum, as you may want to know WHO posted that Topic, without having to click on it to see who’s the first post. Right?

    Still, I didn’t find this feature enabled on any bbPress forum.

    For me it’s just so weird.

    So, is that a way to get the template code?

    Thanks.

    #75829
    citizenkeith
    Participant

    Update: I disabled bbPress Attachments and all the other plugins were able to be activated.

    I’m assuming the bbPress Attachments was being “bad”. Anything else I can test to confirm that?

    #75828
    citizenkeith
    Participant

    Plugins used:

    Allow Images

    Approve User Registration

    bb_benchmark (autoloaded)

    bb_chunk

    BBcode Buttons Toolbar

    BBcode Lite

    bbPress Attachments

    bbPress signatures

    bbPress Smilies

    bbPress Theme Switcher

    bb Topic Views

    BBVideo

    Censor

    Check for Updates

    Hidden Forums (autoloaded)

    Hidden Forums Tag Filter

    Human Test for bbPress

    Members Online

    Move It

    New User Notification Email

    Post Count Plus – Dynamic.Titles & More!

    Quote (Mod)

    Spoiler Tags

    Strike

    Super Search

    Topics Per Page

    Unread Posts

    Wiki Post

    Year Long Cookies – Remember Me (autoloaded)

    I didn’t have these problems when I was running .9, but when I moved to Media Temple from Dreamhost I upgraded to 1.0 RC1. I probably shouldn’t have done the upgrade at the same time.

    #75753
    johnhiler
    Member

    Wow… that’s incredibly aggressive given that 1.0 hasn’t had time to be field tested, and also the state of 1.0 plugins.

    Sam, can 0.9 be restored as an easily available option? It can be played down if you’d like – even something low key like the WordPress release archives would be great:

    https://wordpress.org/download/

    #75752
    _ck_
    Participant

    Ah I see it was even pulled from the download page, which bothers me of course.

    It’s always available via trac too:

    https://trac.bbpress.org/changeset//tags/0.9.0.5?old_path=%2F&format=zip

    or the branch might have a few fixes someday in the future

    https://trac.bbpress.org/changeset//branches/0.9?old_path=%2F&format=zip

    #75737
    _ck_
    Participant

    I actually had it tested in 1.0, if it’s not working in your theme and it’s a custom theme, make sure you have a do_action('topicmeta') somewhere in there.

    Adding avatars makes it much more complicated, I’ll give a shot at the code in a minute.

    clarklab
    Member

    Are new users created in WP left as inactive (no role) until they sign in? We saw a bunch of users marked as inactive, but plenty of users posting just fine.

    When I went into WordPress Integration Settings – User Role Map everything is set as it should be. Clicking ‘Save Changes’ (without actually making any changes) automatically switched all users marked inactive to member.

    We had someone report they were unable to login so I went to check the user’s account and that was when I found his inactive role along with dozens of other users.

    When trying to replicate it myself with new, test registrations any user I can create that shows up inactive is immediately switched to member on the first log in.

    The main reason I ask if because the number of inactive users seemed very high and simply clicking ‘Save Changes’ and having them all switch in unison seems a bit odd.

    #75769

    John,

    I do not have a WordPress install attached to bbpress. The upgrade went smoothly except for one error that said I already had forums. Other than that, everything seemed to work fine except for the registration. For registration, I am using the plugins “approve user registration”, “terms of service”, and “human test”, but I had deactivated all of these prior to upgrade and then again when testing the default theme.

    #15216
    ArnyVee
    Member

    I’d like to create a menu / navigation bar at the top of my forums.

    I want to place it between the header area and the latest discussions area. Which file do I have to edit to do so? And, does anyone know of a menu / navigation bar option out there already?

    #69737
    Josh Leuze
    Member

    Andrew, I just converted a test install of phpBB 3.05 to bbPress 1.0.1 without any problems.

    #75751
    Sam Bauers
    Participant
    #15223
    ademmler
    Member

    hi,

    because 1.0 and some of my needed PlugIns are not working together I want to download the latest Version 0.9.

    Where can I find this one? Do i have to browse svn for that?

    Greetings Alex

    #75611
    Gautam
    Member

    Click advanced settings and check if the host name there (default: localhost) is correct.

    #75465
    grassrootspa
    Member

    _ck_, I love you, (and you are without a doubt the absolute best when it comes to plugins) but I for one am very excited to have the ability to use gravatars and voice built into the core bbPress program.

    Respectfully to all, just because the ABILITY to use a new feature is built into bbPress DOES NOT force one to use it. It’s still totally up YOU. No one HAS to incorporate Gravatars or Voices into their site, but it is very cool for newbies to simply turn a core feature on or off rather than needing to download a plugin that is probably months or even a year old…praying it will work with the latest version.

    Am I saying Sam should build an NES Emulator and a Weatherbug Widget into bbPress 1.2? HECK NO.

    (Sam, start with the Atari emulator instead)

    But things like Gravatars, (which Automattic owns) have tremendous potential use (goodbye individual avatar uploading for every single forum, hello universality). And the ABILITY to display voices makes sense to add in (being able to show the number of different people contributing to a topic certainly enhances bbPress).

    Perhaps I am in the minority here, but I am hoping future versions of bbPress will continue to add these sorts of new features that make the bbPress experience more enjoyable for all users.

    _ck_, I was fully aware when I upgraded, which I did first on a test install. I am glad I did. Everything works beautifully and it was worth it. All the plugins I am using are working fine. There is only this minor glitch and I thought it was clear enough that I understood you are not supporting the plugins with the new version, and that the question was not addressed to you, not to bother you. I said it’s understandable that you are not, and in no way I was expecting that you drop everything, nor I was thinking that I knew any better.

    I am very grateful for the plugins you have written and that I am still using on 1.0. There is nothing wrong with asking if other testers (starting from the alpha) are also using the anonymous feature and if the display name was working for them. It’s a support forum, after all!

    #75665

    In reply to: foodadelphia

    _ck_
    Participant

    Read Only Forums has not been tested or fixed to work on bbPress 1.0 which is why you are probably having problems. If any of my plugins work on 1.0 it’s mostly luck at this point.

    As far as hosting, I wrote this little bit last year:

    http://ckon.wordpress.com/2008/12/18/some-tech-tips-to-find-a-better-wordpress-or-bbpress-host/

    #75695
    taboo
    Member

    Yeah! That’s it. Works great.

    Thank you. Would you add this to 1.01 or whatever it’s going to be called?

    test drive: forum ginekologiczne

    #75662

    In reply to: foodadelphia

    foodadelphia
    Member

    i will test the functions.php tomorrow, thanks so much, _ck_.

    as far as the amount of queries go, i appreciate all help.

    thanks again

Viewing 25 results - 9,026 through 9,050 (of 11,591 total)
Skip to toolbar