Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 10,376 through 10,400 (of 11,570 total)
  • Author
    Search Results
  • #63102
    _ck_
    Participant

    Which host are you with, that might be an error from the glob function being using without proper testing to see if it’s supported.

    https://trac.bbpress.org/ticket/787

    #2921
    Alex
    Member

    I haven’t used bbPress in a while and I’ve just started thinking about using it again. A few months ago it was relatively easy to integrate bbPress and WordPress, from what I’ve been reading in the forums, things have changed.

    With the incorporation of ‘backPress’ etc, what’s my best bet for setting up a new site with bbPress and WordPress sharing users and cookies?

    I’d really like to use the latest version of WordPress, is there a certain changeset of bbPress I should use?

    #63031
    _ck_
    Participant

    My solution doesn’t need template editing and has stopped all such activity on my site:

    https://bbpress.org/plugins/topic/human-test/

    #53531
    _ck_
    Participant

    So far this has solved the problem for me completely:

    https://bbpress.org/plugins/topic/human-test/

    I’ll augment it as they adapt.

    #63030
    chrishajer
    Participant

    With all those links in the posts, it appears that akismet is not working. Do you have an akismet ket and is it entered in your config.php? That would prevent the posts loaded with links, in any case.

    Regarding the registrations, there is a “Human Test” plugin that might help:

    https://bbpress.org/forums/topic/signupregistration-captcha#post-13429

    Or, maybe something more complex like a CAPTCHA:

    https://bbpress.org/forums/topic/spam-registration#post-11879

    Or this tip:

    https://bbpress.org/forums/topic/fight-against-auto-register-robot#post-12246

    Just search this forum for registration and you’ll see lots of approaches to handling it.

    #2918
    feastoffools
    Member

    Hi- We’ve been trying in desperation to stop spambots from registering profiles on our very active bbpress forums, and despite the captcha test we installed, it seems they are circumventing the registration process and creating new accounts all the time. We’re getting around 50 fake profiles a day.

    We’re being told by several sources that this is a bug in the current version of bbpress and there is no solution for it. We simply can’t accept this, that bbpress would be open to such severe bugs.

    Right now we’re manually deleting profiles and we’re seriously considering abandoning this plattform for a more secure foums solution that works with WordPress.

    Do you have any insight into how to stop them from creating bogus profiles? Right now for some reason they are all having their birthday as Feb 2, 2008.

    You can see some of the profiles here:

    http://www.feastoffools.net/community/profile.php?id=2107

    #2870
    _ck_
    Participant

    I am beginning to test some code I have written to pre-configure a CPANEL based website to auto-install bbPress. Barring any extreme problems (or unforseen events in my life) I should have an early beta to test by the weekend.

    It will only require a few simple inputs such as your username and password (same as you’d use on FTP or cpanel access) and from there it will do everything – create the database and tables, download bbPress, install it and take you to it’s configuration options.

    It may be possible to eventually get it working with other types of hosts. I plan to investigate doing it on dreamhost and perhaps a couple of the other most popular hosts.

    #63009
    _ck_
    Participant

    When you go into a forum, it should show you all the sub-forums available. If there are no topics in that forum however, it may just immediately jump to add new topic – that may be a bug in how bbPress works. Try creating a test topic in the main forum that has sub-forums.

    If your forum has topics and still does not show sub-forums, you edited your theme somewhere and removed it or you are using a theme that removed the feature. If so, put into pastebin your forum.php page from your theme and show it to me.

    #63006
    _ck_
    Participant

    If you are asking what I think you are asking, I think I have made the subtle change you need. The sub-forums will no longer be shown on the front-page.

    http://pastebin.com/m5ce19f4b

    Line 53 is really all that’s needed.

    if (!$forum->forum_parent) {

    This is untested however.

    Topics from within the sub-forums will still showup in the latest discussions however.

    #63023
    #2914

    Hello,

    Can someone help me with listing the latest topics but excluding one of the forums from the list?

    Thanks,

    uwem

    #60243
    _ck_
    Participant

    You can use this plugin by just installing it and my-views.php, you don’t need the others if you don’t want their features.

    I’ll be revisiting this plugin once I get my User-Track plugin done sometimes in March.

    #60242
    thierryyyyyyy
    Participant

    Can we have this page without installing the “big plugin” My_views ?

    Perhaps I can download this “module” and look at the code, and make a small plugin. Or just make a link that shows this page.

    I forgot to say : wow ! nice plugin :)

    exactly what I want to see.

    t3ch33
    Member

    It’s just for convenience, and right now I’m doing a lot of test posts, so it’s quicker to delete those posts with the checkbox. I was deleting them in phpmyadmin, then read _ck_’s post about the plugin. If you don’t mind, can you explain how my deleting posts and topics through phpmyadmin would affect a plugin? So far, though, I only have the anonymous user plugin.

    #62926
    _ck_
    Participant

    If you cannot get into admin panel it’s one of two reasons:

    1. cookie hashes & paths don’t match

    2. you do not have the proper role set under bbpress as administrator

    The 404’s may be caused by turning on slugs without multiviews or proper mod_rewrite rules. If you have slugs turned on, turn them off temporarily (in your config.php) until you solve the other problem. ie.

    $bb->mod_rewrite = false;

    I am betting on the role not being set in bbPress that’s preventing you from getting to the admin panel. This can be inspected/fixed via phpmyadmin. I’ve been meaning to write an auto-load plugin to fix this issue automagically.

    UPDATE:

    I’ve whipped up a little plugin to restore proper admin access roles for both bbPress and WordPress without having to tinker in phpmyadmin:

    http://bbshowcase.org/plugins/fix_admin_access.zip

    Copy this to your plugins directory in bbPress OR WordPress (not both). Then access bbPress or WordPress (whichever you used). Then test you can access admin panel. Then DELETE the plugin off your server. There is no reason to leave it there.

    (you MUST leave the leading underscore “_” on the plugin name which makes it auto-load without having to activate it first. I have not tested it from the WP side but in theory should be fine.)

    #62975
    _ck_
    Participant

    Commas work fine on other installs.

    http://bbshowcase.org/forums/topic/test-title-with-a-comma-testing

    There may be a plugin conflicting?

    t3ch33
    Member

    On my site, if you enter just a comma in the “topic title,” the error “No input file specified.” appears.

    Any plans on fixing this?

    I also tested it on this site, and the error “This topic has been closed” appeared. (So, I hit the back button and entered a real post-this one. Once I posted this post, I realized that it was marked as “resolved.”)

    Is this a security issue? Are the forums at risk of sql injections?

    #62882
    _ck_
    Participant

    I may modify my “human test” plugin to also work on posts.

    #62887
    qienkuen
    Member
    #62886
    chrishajer
    Participant

    Do you have a link to your forum so we can try a test post? I can’t find it on the website, possibly because I cannot read the language there. Sorry.

    #2890
    tmeister
    Member

    Hi there.

    Well, here is my new plugin.

    Description

    Provide users with a live comment preview before submit. show it in the same page using Ajax

    Tested on :

    Firefox 2.x & Beta 3

    IE 6 & 7

    Safari

    More info and Downloads

    http://klr20mg.com/bbpresslive-comment-preview-plugin/

    Also, you can see the demo on my dev site

    http://www.klr20mg.com/dev/bbpress/

    User : testuser

    password: e6b4b5

    See ya..

    #62917
    chrishajer
    Participant

    Joke:

    A man calls his doctor’s office to make an urgent appointment. He argues with the secretary and finally the doctor agrees to make a few minutes to see him. The man arrives, clearly distressed. He tells the doctor, whenever I push on my bellybutton, I faint, my nose bleeds, and my feet go numb for an hour. The doctor turns pale and rushes the man to the hospital, where the man is kept for a week while all kinds of tests are run by numerous specialists. Finally, the doctor returns, and the man begs him to give a diagnosis. The doctor says, I don’t know what’s wrong with you, but I have found a cure. The man, desperate, begs hims to continue. The doctor says, “Don’t do that anymore.”

    #62911
    319
    Participant

    The server that Chris tested did have a few of plugins running at the time (Allow Images, Avatar Upload, Quote, Comment Quicktags) but regardless, the second test forum has no plugins and has the same errors.

    As far as why i’m running wp and bbpress, thats so i don’t have to change multiple files whenever there’s an update to the header, footer, sidebar etc. and so i can use wordpress functions in sidebar to show recent posts, etc. Its one website so i’d like it to have just one set up templates.

    #62908
    _ck_
    Participant

    The command line test Chris made shows a PHP session.

    bbPress by iteself without plugins does not initiate PHP sessions.

    So what’s causing the sessions?

    #62907
    319
    Participant

    On the second test site i have setup i am not using any plugins in bbpress. I think the problem might be bigger than just IE, as indicated by the command line test Chris made and also since validator.w3.org is returning a 404 every time.

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