Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 10,376 through 10,400 (of 11,611 total)
  • Author
    Search Results
  • #63293
    itissue
    Member

    I figured out how to get the Latest Discussions view. Thanks. You were right. It was in the My Views plugin. I just had to activate “Topics I’ve started/ Topics I’ve Participated In”. Thanks again for all your help.

    #63292
    howtogeek
    Member

    That latest discussions plugin is for wordpress… I’ve been talking about the latest discussions view in bbpress that is part of the My Views plugin.

    #63291
    itissue
    Member

    Thanks. Would you need to have WordPress in order to use the Latest Discussions plugin? You have WordPress and bbPress integrated together, and the plugin’s page said that the plugin will generates Latest Discussion list from your bbpress forum into your WordPress. I’m not using WordPress on my forum.

    #63290
    howtogeek
    Member

    I’m using whatever the current release is…

    My Views actually extends the latest discussions and makes a view out of it.. maybe _ck_ can help answer why yours isn’t working.

    #63289
    itissue
    Member

    Oh. I didn’t know there was a Latest Discussions plugin. But it seems to work only up to .8 and I have version .83. I tried the latest version of My Views, but it didn’t include a Latest Discussions file. What bbPress version do you use?

    I think my avatars are an okay size. Thanks for joining my forum by the way.

    #63288
    howtogeek
    Member

    Ah, the problem appears to be that the latest discussions plugin isn’t installed, or it would show up in the list… I think it’s in a separate file.

    If you downloaded the MyViews plugin a while ago, there was a bug in the svn system where some of the files weren’t getting included. You might want to grab the latest version.

    ps.. your avatars are a weird size.

    #63285
    itissue
    Member

    latest-discussions is nowhere to be found. Could it be anything else?

    #63284
    itissue
    Member

    That looks like it should work. I have this in my-views.php though

    $my_views_prefered_order=array(
    "latest-discussions","no-replies","untagged","my-topics","my-posts","most-views","most-posts","least-views","least-posts",
    "installed-plugins","available-plugins","installed-themes","available-themes","statistics"
    );

    The problem is, every time I put /view/latest-discussions/ or /view/latest-discussions/page/2 , it redirects me to the index page.

    #63283
    howtogeek
    Member

    You have to make sure that it’s listed in the my-views.php plugin file in this line:

    $my_views['prefered_order']=array(      // force views to list in the order that you desire
    "latest-discussions","no-replies","untagged","my-topics","my-posts","most-views","most-posts","least-views","least-p
    osts",

    Usually the link is something like /forum/view/latest-discussions, for instance mine is here:

    http://www.howtogeek.com/forum/view/latest-discussions

    If you wanted to link directly to the second page, it would be something like this:

    http://www.howtogeek.com/forum/view/latest-discussions/page/2

    horrorshow
    Member

    _ck_, I cleared all the cookies for this domain when doing the test. I also closed all open pages, and started fresh.

    The three cookies that I see generated when doing this test on both BBPress and WPMU are:

    wordpressuser

    wordpresspass

    wordpress_test_cookie

    I’ll look at the code for logging out of wpmu, and also see if anything gets changed in the database. I’ll then compare that to how BBPress logs out and see if it makes any changes in the database too.

    Thanks for the link, but he basically added:

    $bb->usercookie = ‘wordpressuser’;

    $bb->passcookie = ‘wordpresspass’;

    And I’ve already done that.

    #63282
    itissue
    Member

    Thanks HowToGee. I actually have the MyViews plugin already, but I didn’t know there was a page to the latest discussions view. How do I link to that, like what’s the URL for it?

    #63281
    howtogeek
    Member

    @itissue

    I’d recommend installing the MyViews plugin by _ck_, which has a “latest discussions” view that has pages… it doesn’t actually give you paging on the front page, but you could make a link called “More…” or something at the bottom of the latest discussions box that links to the latest discussions view.

    #63334
    Trent Adams
    Member

    I am not sure _ck_ but Sambauers wrote the plugin to take the password hash back to the old method. I am testing it with 2.3.3 and WPMU tomorrow and will let you know if it works or not :)

    Trent

    #2970
    Sam Bauers
    Participant

    [Update: this release will now be version 0.9 instead of 0.8.4]

    bbPress 0.9 will be released on the 10th of March, 2008 to coincide with the release of WordPress 2.5

    A full blog post on the bbPress blog will outline all the changes in the near future.

    In the meantime if anyone wants to give the latest 0.9 beta a test run, simply download a zip package of the current version of the “0.8 branch” at the bottom of this page.

    If you find any problems then please login to the bbPress Trac site and create a new ticket to report it as a bug. Alternatively, you can see if either sambauers or mdawaffe is in the #bbPress IRC channel on irc.freenode.net and report the problem directly to them.

    #63205
    howtogeek
    Member

    I can personally attest to the helpfulness of _ck_

    Between the great plugins and the good advice, he’s helped me grow a successful forum. (or she, whatever)

    #63265

    In reply to: PHP Error

    chrishajer
    Participant

    OK – I still don’t see those actual line numbers in that release (in fact bb_settings.php has only 209 lines.) So, can you open up /home/www/web316/html/ps-t/bb-settings.php and post line 294 (maybe a couple before and after as well) and /home/www/web316/html/ps-t/bb-includes/pluggable.php and post lines 193 and 231. The code on those lines will help point the way to solving these problems.

    My hunch is this is related to the glob issue and there being no underscore plugins in a bb-plugins directory. Because there are no plugins that begin with an underscore, and due to problems with the way the glob function is tested for, an error like this can occur.

    You can try installing this plugin to see if it fixes your error, even though the line numbers and messages really don’t match up:

    https://bbpress.org/plugins/topic/bb-benchmark/

    I think you can also just create a bb-plugins directory in your installation root, then in it create a file called something like _nothing.php – I think that also causes this block of code to NOT fail, so you wouldn’t see these warnings.

    #63264

    In reply to: PHP Error

    sensifreak
    Member

    https://bbpress.org/latest.tar.gz

    this file here i think ists the 0.8.3.1

    #63181
    janellers
    Member

    I do some more testing:

    if i use the “bb_is_user_logged_in() )” Function on the entry site it returns false every time. but if I go to the register.php wich uses the same function for displaying the content it shows: “You’re already logged in, why do you need to register?”

    If I now go back to the front page by clicking a link on the register page, bbPress recognize that I’am logged in. Due this process I never used the “Log in” Button of the Forum. I was justed logged in by my WP Site.

    Another test:

    If I login thru my bbPress site all works fine. But if i go back to my WP Site and return to the Forum I have to log in again…

    #2963
    itissue
    Member

    I set my forum to only show the 10 latest topics on the front page, but I would like to have a next/prev link at the bottom so people can view older topics as well. How do I go about doing that?

    #2962
    Göran
    Member

    My name is Göran but when I test bbPress and use my name as username I am called Gran and when I try to use Göran to get around the problem I get Goumlran as my name. How can I solve this? I want users to be able to use their real names including all Swedish letters.

    #56772

    In reply to: Plugin: Avatar Upload

    LMD
    Participant

    Aha! That error string comes from a much older version of the plugin — please can you try installing the latest version and see if you still have errors?

    Latest Version: 0.8.3

    https://bbpress.org/plugins/topic/avatar-upload/

    #63262

    In reply to: PHP Error

    sensifreak
    Member

    the latest i downloaded it yesterday

    #61679

    In reply to: User Registration

    tjworld
    Member

    I’ve just encountered this with 0.8.3.1. As the mail server administrator I was getting delivery failure notifications which reported that the receiving SMTP host had rejected the email with:

    <xxxxx@aol.com>: host mailin-04.mx.aol.com[64.12.138.57] said: 501 SYNTAX

    ERROR IN PARAMETERS OR ARGUMENTS (in reply to MAIL FROM command)

    I increased logging on Postfix and tested it and found:

    mailin-04.mx.aol.com[64.12.138.57]: MAIL FROM:<yyyyyyyy@localhost>

    mailin-04.mx.aol.com[64.12.138.57]: 501 SYNTAX ERROR IN PARAMETERS OR ARGUMENTS

    Where ‘yyyyyyyy’ is the mail server’s local user account for the domain doing the sending.

    It looks as if the AOL server is rejecting the @localhost part of the MAIL FROM field. I’ve looked in the bbPress config.php and in the administration options of the dashboard but can’t see why bbPress is using localhost.

    #63246

    In reply to: Post Won’t Show

    Onion
    Member

    Active Plugins

    Allow Images

    Human Test for bbPress

    Memberlist

    Report Post

    bbPress Polls

    bbPress signatures

    Ignore Member

    Admin Can Post Anything

    Post Count Plus

    Mass Edit

    Wordpress Integration

    Currently I can get around the problem by making a short post:

    Like just saying “test”

    Then editing that post

    #2955
    Onion
    Member

    Still new to bbpress. Sometimes any text post I make will not show. It will update the thread, and increase the post count, but the post does not show.

    I don’t have spam filter on. Post doesn’t show up in admin control panel.

    Happens sometimes when I copy and paste into the post. (even if its just plain text)

    Does it from the admin account and another test account.

    When I come back later, and it works fine.

    Any, ideas?

Viewing 25 results - 10,376 through 10,400 (of 11,611 total)
Skip to toolbar