Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 10,401 through 10,425 (of 11,578 total)
  • Author
    Search Results
  • #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.

    #62790
    lucaiz
    Member

    many thanks Chris! I have tested your second example (pluggable.php, row 361 etc.) was exactly what I needed!

    I agree with you that a plugin would be nice, and also it would be even nicer to be able to set new users default role somewhere in the admin interface, but for the moment your suggestion just work.

    thanks again!

    #2883
    darkling235
    Member

    I have the code to work with the new field in the DB all ready and tested. To test it I just created a new column in the user table manually. Is there a way to do it automatically on install?

    I.E. bbpress creates a bunch of tables and fields when it is first activated, how can I alter what tables are created and what columns they possess?

    #62904
    319
    Participant

    To test things further i did a fresh install of bbpress on a different server (this one hosted by hostgator) and again did the require_once wp-blog-header.php etc… and i’m getting a similar problem with these weird 404 errors. They occur much less frequently than the last forum but they are still there. And further, I just ran it through http://validator.w3.org and its giving me a 404 just like the other forum did. Here’s a link to this second test forum i just setup: http://formatmag.com/bbpress

    I think this might be some sort of incompatibility between WordPress 2.3.3 and BBpress 0.8.3.1, since those are really the only similarities i can think of between these two test forums, since they are seperate domains and seperate servers and have the same problem.

    #62894
    kernow
    Member

    I had a problem with WordPress in IE7, and I installed the latest version of IE7 which cured the problem. There has been several beta versions of IE7, and it could just be that you are running an old version. Worth a check….

    #62892
    chrishajer
    Participant

    noyz319: need a URL to test your site.

    #2887
    319
    Participant

    Hi, i have a wordpress integrated bbpress forum (sharing the same database and users) and everything works great except 95% of the time the forum pages come up as “404 – Page Not Found” errors when using IE7. This only happens in IE as i’ve tested things in Safari, Firefox and Opera on both a mac and PC and have no problems at all. The Internet Explorer 404 errors happen when trying to load any forum page, including all admin screens. Once in a while a page might load up proper and usually you can get the 404 to go away on a page if you sit there and refresh it about 6 or 7 or 30 times.

    The main wordpress backed site (2.3.3) is domain.com and the bbpress install (0.8.3.1) is in domain.com/bbpress. To try and track down the problem, i did a seperate install in domain.com/bbpress2 using a separate database, not the WP one, and this weird IE only problem starts happening as soon as i add the require_once(‘/home/content/domain/html/wp-blog-header.php’); bit to the top of the bbpess config.

    The wordpress site itself works just fine in IE7 and never serves up these seemingly random 404 errors, its just the forum that is the problem. Any help figuring out what could possibly be causing this would be extremely appreciated! This strange error is driving me nuts, i hate IE!

    #62860

    In reply to: Error

    chrishajer
    Participant

    I think for bb-plugins.php, you would need to make this change:

    if ( function_exists( 'glob' ) && is_callable( 'glob' ) ) {
    foreach ( glob(BBPLUGINDIR . '_*.php') as $_plugin ) {
    $_data = bb_get_plugin_data( $_plugin );
    $_plugins[$_plugin] = $_data ? $_data : true;
    }
    }

    That’s the whole block of code from trunk. Looks like they test now to see if glob is callable, then actually call it. That should fix your glob problem.

    #62859

    In reply to: Error

    chrishajer
    Participant

    Regarding the glob thing – you are going to need the same sort of fix for the glob anywhere it’s used in bbPress since your host disabled it. You would have to grep through all the code and say something like:

    if ( function_exists( 'glob' ) && is_callable( 'glob' ) ) {
    whatever test that used to use glob;
    }

    Not sure the best way to deal with that.

    #62855

    In reply to: Error

    jompen8
    Member

    oh I missed your message before my last one.

    “It looks like you made bbPress a page inside your WordPress installation?”

    Yes, I´m afraid.

    So maybe the full-url is wrong in the config-file? Do I have to reinstall the whole thing then? And what should the full-url-thing be next time.

    I tested right now to create a page (the URL to my forum) and that worked But as u see u cant do anything when u are there.

    I´m really confused right now,doh.

    I just want to have a forum, a link to it in the menu, it should be integrated (not just for itself, it should be like a new page)

    Is this possible? its feels hopeless.

    //Johan

    #62818
    chrishajer
    Participant

    Interesting…

    I don’t know why it would redirect to the home page vs. giving you a failed login attempt. I registered, received my email, tried logging in, and it seemed like it just redirected to the front page of the forum again.

    Is the WordPress installation going to be here:

    http://www.johnwade.ca/puppyplaydate/ ?

    If so, with integration, the bbPress installation should be here then (I believe):

    http://www.johnwade.ca/puppyplaydate/Forums/

    but it’s actually here:

    http://www.johnwade.ca/Forums/

    I wonder if the cookie path is wrong and that prevents bbPress from setting the proper cookie and thus thinks you’re not logged in, or that you logged back out since there is no valid cookie?

    I checked the cookies that were set and I have a cookie path of /puppyplaydate/ for wordpressuser and wordpresspass. I would expect the cookie path to be /Forums/ with this setup.

    As a test, I just stopped accepting cookies for my site (integrated with WordPress as well), then tried logging in. If I tried to log in while I was viewing a forum, it just silently redirected me to the forum home page. This seems like confirmation that it’s a cookie issue at this point. I can make mine do what yours is doing.

    If I set the 2 cookies manually in Firefox, I am logged in! Check this out:

    Screenshot of me logged into your forum:

    http://www.chrishajer.com/bbpress/ppd-profile.png

    Screenshot of the cookies I manually set (note path /Forums/):

    http://www.chrishajer.com/bbpress/ppd-cookies.png

    Here is the response from your server where it tries to set the cookies with a path of /puppyplaydate/:

    http://www.chrishajer.com/bbpress/ppd-response.txt

    HTH

    #62846
    chrishajer
    Participant

    I believe that is due to the language files. Look here for more info:

    https://bbpress.org/forums/topic/latest-wordpress-038-bbpress-in-another-language

    It looks like your site is in Portuguese, but maybe this Spanish thread will be useful:

    https://bbpress.org/forums/topic/en-espanol

    #62840
    _ck_
    Participant

    I’d love to see such a plugin.

    However your test is not working for me in Firefox 2.0

    I hit preview and it show “Please wait…..”

    You might also want to make/give an option to allow the preview to auto-kick in after say 2-3 seconds after “on key up” in the textarea (indicating a typing pause).

    #62839
    tmeister
    Member

    Sorry, You can use

    username: testuser

    password: e6b4b5

    To test it.. the post preview’s button only appears when the user is login

    #2876
    tmeister
    Member

    Hi there.

    I am working in a post preview plugin. you can see it here http://www.klr20mg.com/dev/bbpress/.

    I dont know if that is enough to release a beta version.

    The plugin only sends the textArea text, applies filters and shows the text using ajax.

    The preview only works with replies and has no design at all :).

    What you think?

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

    see ya.

    #62836
    purdue512
    Member

    Thanks for the feedback. I think you are right. Reverse DNS, actually…

    I dug a little deeper in the sendmail log and found that my server was identifying itself as ‘local.localdomain’. Some receiving mail servers are fine with this. Others are not. They want to do a look-up on your domain.

    The fix (in case anyone else hits this) is to go into your network settings and inspect your host name and domain name. Put in your qualified domain name. Then do a test registration and look in the sendmail log… You should no longer see local.localdomain…

    I’ve done these steps and will monitor. But my research suggests this was the root-cause..

    #61328
    _ck_
    Participant

    It’s fairly easy to test loading/decoding times using firefox+fasterfox or firebug but there are plenty of studies around the web if you want nitty-gritty details:

    a quick search:

    http://batiste.dosimple.ch/blog/2007-07-02-1/

    http://ejohn.org/blog/library-loading-speed/

    http://jst.pbwiki.com/summary.php

    http://www.julienlecomte.net/blog/2007/08/13/

    jquery with simple whitespace removal and variable name shrinking, *not* actual compression, sent via a server with proper gzip support (mod_gzip, apache2, litespeed, etc) is always fastest. Packed is always the worst. Not only that, packed has to be unpacked for EVERY page load. It’s never ready to run. So it uses more browser memory, and has a delay *every* time.

    By the way, what does jquery actually do within bbpress’s topics for regular users? I don’t get it, there’s no javascript actions. bbpress used to have ajax posting but that was removed a long time ago (it should come back sometime…)

    If you absolutely must distribute bbpress (and wordpress) with jquery in a more compressed form, please use the jsmin version but definitely not the packed version.

    #62777
    howtogeek
    Member

    You can find this function in bb-includes/functions.php

    function bb_add_topic_tags( $topic_id, $tags ) {
    global $bbdb;

    $tags = trim( $tags );
    $words = explode(',', $tags);

    if ( !is_array( $words ) )
    return false;

    $tag_ids = array();
    foreach ( $words as $tag )
    if ( $_tag = bb_add_topic_tag( $topic_id, $tag ) )
    $tag_ids[] = $_tag;
    return $tag_ids;
    }

    The explode() function is where the logic is happening… you’ll have to test to see if it screws up anything else, cause I’ve not tried it.

Viewing 25 results - 10,401 through 10,425 (of 11,578 total)
Skip to toolbar