Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 9,376 through 9,400 (of 11,581 total)
  • Author
    Search Results
  • #72820
    swaymedia
    Member

    personally i think CK should stop helping out, it will at least put pressure on the Millionaires of Auttomatic to hire a proper Dev Team.

    Right now where all being guinea pigs, being tested out… if we all voice our concerns… The will at least come out of “Target Audience Test Mode” and get the product finally going properly.

    #5118
    DTI
    Member

    Can I hold two databases in same place using mysql, one is for forum and another is for myself (not for wordpress)?

    When I install bbpress 0.9.0.4, it can’t been connected with forum-database(stick in step 1), although I use databaseConnect.php to test it that success connecting forum-database. But I use myself-database to replace it, it is work and pass step 1. 2. 3. (myself-database is first, forum-database is second in order.)

    But it can’t be loged in, anybody password is incorrect in my forum. After using recovered password it still doesn’t work. I think the problem is forum-tables mixed with myself-tables, they stay in one database. So I want to reinstall bbPress but I worry to stick step 1 same before. Could you give me some suggestion.

    I use bbPress 0.9.0.4 , not integrated with WordPress. My server use Linux CentOS, Apache 2.2.3, Mysql5.045 and Php 5.1.6 .

    #5112

    I’m having the weirdest problem with Firefox and logging in on a fresh bbpress installation. In Firefox, after logging in, any previously viewed page still shows the login form rather than showing that you are logged in until I hard refresh the page. I’ve tested this on multiple computers with various OS, and it’s the same on all, IE logs in fine, Firefox needs a refresh. Somehow I think this is a server configuration issue, as I haven’t seen this on any other BBPress installation, but it’s odd the behaviour only shows in Firefox and wouldn’t know where to start looking if it really is a server issue.

    I started with an alpha 1.0 installation for integration with WP 2.7 and was having the same issue, so I tried a standalone installation 0.9.0.4 the other day and continue to have this behaviour.

    #64903

    In reply to: can’t log in anymore

    chrishajer
    Participant

    @matiaspunx: what version did you integrate? The cookies are not compatible with the 0.9.0.4 version of bbPress and WordPress versions greater than 2.5 (like the latest 2.7.1 version.)

    Also, did you try clearing all the cookies or using a different browser to log in?

    These two solutions exist for making logins compatible with WordPress latest and bbPress 0.9.0.4:

    https://bbpress.org/forums/topic/share-solution-for-bbpress-10-alpha-6-wordpress-mu-27-cookie-integration

    https://bbpress.org/forums/topic/wpmu-27-cookie-integration

    #72695
    juampolo
    Member

    People!!! Thanks for the replys!

    @chrishajer: I have installed the latest stable version of bbPress: The “Brubeck” version 0.9.0.4

    @_ck_: I have rebuilded the .po file… (¿do i have to rebuild the .mo file too?…)

    I will try with the ayudawordpress.com´s translation… let me test it and i will talk again.

    Thanks!

    #72709

    In reply to: Spam Registrations

    _ck_
    Participant

    Definitely make sure you are using the newest Human Test.

    If you are, and they are bypassing it, I need to know so I can break out the next level of protection.

    I have not tried this plugin but it might help somewhat:

    New Stop Forum Spam API Plugin; Block Fake User Registrations

    Last but not least, if you have wordpress integrated they might be sneaking though there even if you have the links to it’s registration page disabled, it still leaves the api open (you’d have to physically rename/remove wp-login.php)

    #5092

    Hello

    I’ve been using bbpress 0.9.0.1 for months without any big problem. But this time, I don’t know at all what happens :

    When I post a new topic or reply to a topic, everything goes well except that instead of redirecting me to the topic, bbpress shows a blank page.

    I see nothing special in error logs…

    I tried to delete my cookies and post again but this doesn’t solve the problem.

    Do you have any idea ? What could it be ?

    I took a look at bb-post.php. If I echo “test”; before this line :

    $post_id = bb_new_post( $topic_id, $_POST );

    Then it works. But if I put it after, then it doesn”t display test.

    So bb-post doest post the stuff, but there may be an error after that.

    Thanks a lot for your help… I’m stuck!

    Gautier

    #72686
    danbbpress
    Participant

    Thanks. There was apparently a problem with the server as you suggested. It’s working now.

    deadlyhifi
    Participant

    Excellent, thanks for posting this. Just tried it on latest ‘bleeding edge’ release and it keeps the paging intact.

    #72722

    In reply to: What is what?

    sumit1988
    Member

    >WP is 2.7.1 and bbPress is 0.9.0.4. Both are the latest versions.

    partly – bbPress has the 1.0 alpha (unstable!). And you should integrate the 1.0 with wp 2.7

    I think there is some plugin to integrate 0.9 with wp 2.7 but still… read some topics about the compatible versions in this forum.

    In general:

    WP < 2.7 & BBpress < 1.0: yes

    WP >= 2.7 & BBpress < 1.0: no

    WP < 2.7 & BBpress >=1.0: no

    WP >= 2.7 & BBpress >= 1.0: yes

    but remember: the 1.0 alpha is not recommended to use on live sites.

    (sorry if my english isn`t correct, i hope you get what i want to say)

    #72720

    In reply to: What is what?

    gm10gm10
    Member

    >Sounds like you’re integrate incompatible versions. What versions of bbPress and WordPress are you trying to install?

    WP is 2.7.1 and bbPress is 0.9.0.4. Both are the latest versions.

    #72619
    Null
    Member

    Update:

    Tested some stuff. I have this now:

    function bbport_location() {
    if (substr($_SERVER["REQUEST_URI"],strrpos($_SERVER["REQUEST_URI"],"/")+1) == "view.php?view=port"):
    return "port-page";
    endif;
    }

    add_filter( 'get_bb_location', 'bbport_location' );

    The problem is that it doesn’t return port-page. If I echo get_bb_location tis will still show: view-page instead of port-page. So why isn”t it updated? Why isn’t it returned?

    #72659

    In reply to: Tag filtering plugin

    _ck_
    Participant

    I just realized I should also point out that my Related Topics plugin will also give the greatest weight to other topics with the most tags to the one you are on. It essentially does a multi-tag search internally.

    I don’t know what would be a good user interface to pick multiple tags but the query and resulting view are fairly straightforward to code.

    #72685
    _ck_
    Participant

    Hmm, that’s actually some helpful feedback adeboy.

    I might not be clearing the current session properly.

    #72684
    adeboy
    Member

    I just had a similar event. Using IE & FF that i had previously logged in to bbpress/wordpress and then logged out, i couldn’t get the registration form to work. But when i close the browser and reopen then the form works. This is with the alpha bbpress and 2.7 WP

    Not sure if this is really a problem, as it stops someone repeatedly registering in the same session, but worth knowing. Thanks

    merlin214365
    Member

    For those that are interested I found this.

    Just edit it to exclude whatever forum numbers you want and add it to the plug-ins folder.

    <?php

    /*

    Plugin Name: exclude

    */

    function filter_front_page_topics($where){

    $exclude_forums=array (“13″,”19”); // enable this to manually specify specific forums by id #

    // $forums = get_forums(); foreach ($forums as $forum) {if ($forum->forum_parent) {$exclude_forums[]=$forum->forum_id;}} // exclude ALL sub-forums

    if ( is_front() ) {foreach($exclude_forums as $forum) { $where.=” AND forum_id != “.$forum.” “; }}

    return $where;

    }

    add_filter( ‘get_latest_topics_where’, ‘filter_front_page_topics’);

    add_filter( ‘get_latest_posts_where’, ‘filter_front_page_topics’);

    ?>

    #72708

    In reply to: Spam Registrations

    johnhiler
    Member

    Two things:

    * Have you upgraded to the latest version of Human Test? It has new protections over earlier versions.

    * There’s an alpha version of a plugin that identifies spammers who have never posted, and lets you delete them.

    https://bbpress.org/plugins/topic/mass-delete-users/

    Good luck!

    #5085
    chrisgoat
    Member

    Not sure if this has been brought up before but I am getting a huge amount of .ru and .gmail registrations,these are not being activated but are loading up my database.

    Not allot of them, on average 20 to 30 every 5 or 6 days.

    I have Akismet and Human Test for bbPress enabled, It is really not a big deal just annoying having to go in and delete them.

    Anyone have any ideal how I can fight this.

    Thanks

    Chris

    #65228
    319
    Participant

    Hi, I just installed WP MU 2.7 and am trying to merge it with the latest bbpress install but have some major confusion with the config file secret keys. In new 2.7+ versions of WordPress and WPMU there is no mention of SECRET_KEY or SECRET_SALT, the config instead lists the following 7 keys:

    define(‘AUTH_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXX’);

    define(‘SECURE_AUTH_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXX’);

    define(‘LOGGED_IN_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXX’);

    define(‘NONCE_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXX’);

    define(‘AUTH_SALT’, ‘XXXXXXXXXXXXXXXXXXXXXX’);

    define(‘LOGGED_IN_SALT’, ‘XXXXXXXXXXXXXXXXXXXXXX’);

    define(‘SECURE_AUTH_SALT’, ‘XXXXXXXXXXXXXXXXXXXXXX’);

    While the BBPRESS config only lists one key:

    define(‘BB_SECRET_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXX’);

    Which key in WPMU 2.7+ is equivalent to BB_SECRET_KEY?

    Or, do i now need to define all 7 of the WordPress secret keys in bbpress as well? Eg. BB_AUTH_KEY, BB_SECURE_AUTH_KEY, BB_LOGGED_IN_KEY, etc…

    Any help clearing up this config confusion would be great. Thanks!

    #71393
    merlin214365
    Member

    Sorry im still confused where did you insert

    $topics = get_latest_topics(‘forum=-3’);

    in functions.bb-topics.php

    or front-page.php

    #62253
    swaymedia
    Member

    Im using the latest alpha version, My wordpress is on root, and my forum is on a folder called /community.

    I put this on wp-config.php :-

    require_once('/community/bb-load.php');

    im getting this error:-

    Warning: require_once(/community/bb-load.php) [function.require-once]: failed to open stream: No such file or directory in /home/eraxeco1/public_html/massbase.com/wp-config.php on line 2

    Fatal error: require_once() [function.require]: Failed opening required '/community/bb-load.php' (include_path='.:/usr/lib/php') in /home/eraxeco1/public_html/massbase.com/wp-config.php on line 2

    #72683
    _ck_
    Participant

    Human Test requires sessions to be working correctly on your server.

    It’s possible sessions have been broken somehow.

    If they upgraded PHP incorrectly that might happen among other reasons.

    #5074
    spinus
    Member

    First: Thanks to all developers and coders for coding and working on bbpress and specially to ck for great plugins.

    So, I have installed bbpress 0.9.0.2 installed (http://spinus.info/forum) and Topic Icons plugin 0.0.5

    Trouble: sticky topics are displayed only on front page in “latest discussions” field. If I try to open a sub-forum, where sticky topic is situated in separate window, a topic is not visible.

    So, there is a sticky topic: http://spinus.info/forum/topic.php?id=102&replies=1

    You can see it in a latest discussions field as sticky.

    But if you would open its parent forum http://spinus.info/forum/forum.php?id=30

    Sticky topic is not shown :( what’s a matter? Please, HELP!!!

    #5073
    danbbpress
    Participant

    I just did a test registration on my forums and the Human test is no longer working (although I enter the wright answer I keep getting the “Humans only please” message). It used to work fine until 2 days ago. Any advice appreciated.

    Thanks.

    Dan

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