Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 6,051 through 6,075 (of 11,582 total)
  • Author
    Search Results
  • #120663
    Halo Diehard
    Participant

    WordPress Version: 3.4.2
    bbPress Version: 2.2.2
    Theme: Custom Community

    Hello, I am considering changing my site from phpBB3 forums to bbPress to better integrate with my WordPress home page.

    I’m attempting to Import my forums into my test site, on another database, to test bbPress’ “Import Forums”. I’ve filled out all the necessary information, but the first time I ran it I got messages at the bottom that 0 Members had been imported 0 posts, etc all the way down the line. I tried running it again and I get this message:

    “Fatal error: Class ‘Example’ not found in /homepages/33/d410891000/htdocs/THEMETEST/wp-content/plugins/bbpress/includes/admin/converter.php on line 1291”

    I’ve attempted to reset the process by choosing to Purge Previous Import and save, then Start Over and save, but I continue to get the same message when I try to import.

    I tried to resolve this on my own, but I searched for an hour online before I even found that bbPress has an importer built in! Unfortunately stuff from the last five years had priority in the search. Also, I could not find a search on this site, so I started Googling “bbpress.org import forums” but still no answers, so any help would be appreciated.

    One more thing: I don’t have so many members that I couldn’t create their accounts myself if I *had* to, so if anyone knows of an easier way to just import the forums and posts, that might work.

    Thanks in advance for your time.

    #120659
    Pierre-Luc Auclair
    Participant

    I’m trying to understand if/how it is possible to call BuddyPress functions outside the forum (in a regular WP page). The Codex isn’t of much help…

    I am trying to create a latest topics list and a forums list on regular WP pages (home.php, index.php), etc.

    Thanks for the help !

    padekan
    Participant

    I stuck it in functions.php and it worked like a charm!  Thanks so much!

    Put this in mu-plugins, or make a plugin out of it, or put it in your functions.php file of your theme. Probably will want to rename “foo” though.

    function foo( $args = array() ) {
        $args['teeny'] = false;
        return $args;
    }
    add_filter( 'bbp_after_get_the_content_parse_args', 'foo' );
    padekan
    Participant

    I updated to bbPress 2.2.1 last night and had the same problem with Ultimate TinyMCE plugin. The plugin sued to work beautifully with bbPress, now I get the default fancy editor. I’m not a PHP guru so I’ve been trying to avoid messing around in the code as Michael suggests. Is there any other option to get that editor enabled (it does show up in the dashboard versions of new Topic and I miss the table drawer)

    regards, Paul

    #120633
    SK
    Participant

    The latest update make all the “forum” content from my forums disappear. How do I rollback to previous version?

    #120588
    SydneyDesigner
    Participant

    I’m using the latest WP, BuddyPress and bbPress.

    I have the new bbPress forums turning on and working nicely inside new BuddyPress groups (i.e. groups that I create now, since loading the new bbPress). But for existing BuddyPress groups there seems to be a problem. The group admin for existing groups still has the correct bbPress sub-page asking me to tick the box to set up a forum for that group, which I tick and it saves OK. But when I click on the “forum” tab in that group I just get the error message; “This group does not currently have any forums.”

    How do I turn on forums in existing BuddyPress groups please?

    #120577
    c3eu5012
    Participant

    Ok, so I found a conflict with two of my forums having the same order number and fixed it. So I changed everything back over to private and started testing it again that way. I’m still having the same problem, everytime I make a post in one of the forums under a category, all the forums under that category dissapear.

    Now everything seemed to work fine when I had all the forums and categories set to public. Could this be a problem with private settings?

    #120567
    Stephen Edgar
    Keymaster

    – Backup your site and all your databases often during all these steps in case any step along the way you can revert back to a working site
    – Upgrade your bbPress 1.1alpha to the final 1.1 release https://bbpress.org/download/legacy/ https://codex.bbpress.org/legacy/updating/
    – Install bbPress 2.2x plugin to WordPress https://wordpress.org/extend/plugins/bbpress/
    – Run the bbPress 2.x Tool ‘Import Forums’ to import your old forums https://codex.bbpress.org/import-forums/

    #120542
    nizamani619
    Participant

    http://www.getarailroadjob.com/forum
    http://www.getarailroadjob.com/
    Not sure why original person who installed forum was not able to use original wp-admin for installing but they installed it on forum/bb-admin instead.
    now i want to upgrade bbpress to latest version and The version I have is old and I think back then it was just a theme that was uploaded and NOT a plugin…. Now they have switched from a bbpress theme to a plugin
    so how can i install and update new version
    thanks

    #120529

    Topic: Custom login Page

    in forum Themes
    #120528
    dyspersion media
    Participant

    For anyone else who comes here trying to programmatically display the forum index list, you can call shortcodes like this:


    echo( bbpress()->shortcodes->display_forum_index() );

    For what it’s worth, I don’t know why a function called “list_forums” would display *sub* forums. I would think that would be a function named “list_sub_forums” but, oh well. At least there’s a work around. It’s also worth noting that this might not be the best way to do this. I haven’t done much testing (I’ve done none).

    Cheers!

    #120514
    Stephen Edgar
    Keymaster

    Activate bbPress first, then follow Pagelines docs for their plugin <a href=”http://www.pagelines.com/wiki/How_to_Use_the_bbPress_for_PageLines_Plugin”>here, also make sure you have the latest version of their plugin for bbPress 2.2 compatibilty.

    Michael
    Participant

    Looks like you’ll need a plugin (or something) to override the $defaults array in bbp_get_the_content() in template-tags.php.  The “teeny’ variable is hard wired to TRUE — changing this to FALSE enables whatever TinyMCE config is set (through Ultimate TinyMCE et.al.).

    It would be nice if this were a configurable option in the Forums settings, right next to “Fancy Editor” tic box. 🙂

    Cheers.

    Michael

    #120457
    Pippin Williamson
    Participant

    There’s a trac ticket on the topic somewhere.

    #120455

    I’m getting this on all my sites that have upgraded to 2.2.x (tested on 2.2.1 too):

    Uncaught TypeError: Object [object Object] has no method 'suggest'

    This relates to this part of the code added to every page of the WP Admin area:


    jQuery(document).ready(function() {

    var bbp_topic_id = jQuery( '#bbp_topic_id' );

    bbp_topic_id.suggest( ajaxurl + '?action=bbp_suggest_topic', {

    onSelect: function() {
    var value = this.value;
    bbp_topic_id.val( value.substr( 0, value.indexOf( ' ' ) ) );
    }
    } );
    });

    #120454
    Sami Keijonen
    Participant

    Hmmm and now I’m thinking why there is no sticky post support for custom post types in WP.

    #120450
    sambedingfield
    Participant

    As a YouTube partner I started to look for a fresh approach to involving my subscribers. I’ve been both an illustrator and web developer in the past, so it made sense to play to my strengths and use these as key factors. 8 months later of working solo on this project and RatsClan.com is now a fully featured community site with a built in unique Playing Card system. Members can unlock achievements, go up ranks, grow their card collection, battle against one another, earn medals and much more.

    The site is built upon the latest WordPress, with the bbPress forum plugin installed. The simple and tactile user interface is consistent throughout each aspect, with large (seasonal changing) illustrations when playing cards. This is all brought to life with animated elements and sound effects.

    Games are created as custom posts, and become published when another user has accepting to challenge them. This allows users to share their experiences or look for opponents through social networks. Experience points and currency is also stored as custom meta, which is all cached to help load time.

    The feedback from our members has been phenomenal, and I’m excited to see how far I can push the boundaries of browser based gaming.

    Please feel free to browse the site: http://www.ratsclan.com/

    Also, here’s a replay of one of my recent games: http://www.ratsclan.com/game/ba6b6a4e/

    This is also my first ever work on a WordPress or bbPress site, so any feedback is much appreciated!

    #120440
    Sami Keijonen
    Participant

    Thanks Pippin. Justin Tadlock gave me same advice to go into that file. Let me tell you that it’s little out of my head. But I definitely try this out and report here if I find a solution.

    $query->set( 'meta_key', '_bbp_last_active_time' );
    $query->set( 'orderby', 'meta_value' );

    This actually works better because now sticky posts are in their ‘natural’ position, not last.

    #120435
    Pippin Williamson
    Participant

    Stickies are pretty difficult to include with custom post types as WordPress doesn’t have native support for them. I’d suggest you look at how the bbp_has_topics() function works: https://bbpress.svn.wordpress.org/trunk/includes/topics/template-tags.php

    If you look through that function you’ll see that bbPress manually pulls in all of the sticky posts and then passes the array of IDs to the “include” parameter in a second query.

    #120414
    Sami Keijonen
    Participant

    I finally started playing with bbPress. There are lot to learn because I want to display topics totally differently what is the default output.

    First I want to display latest topics by latest activity like usual. I’ve created archive-topic.php in my theme so I can decide output.

    After that I can filter topic post type so that topics are ordered by latest activity.

    add_action( 'pre_get_posts', 'my_filter_topic' );

    function my_filter_topic( $query ) {

    if( $query->is_main_query() && is_post_type_archive( 'topic' ) ) {

    $query->set( 'meta_key', '_bbp_last_active_id' );
    $query->set( 'orderby', 'meta_value_num' );
    $query->set( 'order', 'DESC' );

    }

    }

    But this doesn’t display sticky posts first. They are more like last. Does someone have an idea how I get sticky posts to show first?

    #120406
    furlongdesign
    Participant

    Latest Wp, latest bbpress, on a VPS.

    #120404

    In reply to: Ask for a plugin

    smiga
    Participant

    Zaerl, when do you plan to release this plugin?
    I wanted to test it, drop you mail 2 weeks ago, but so far no response. Maybe you can drop me files to edgars.melnis@gmail.com ?

    #120367
    Anonymous User 7670885
    Inactive

    Latest question, sorry…

    What is: Automatically assigns the default role to new, registered users upon visiting the site?

    ATM new user is set to Participant from default… What expect if i enable this? Someone can try to best explain (yes, i know, my English is really poor… i’m sorry) 😐

Viewing 25 results - 6,051 through 6,075 (of 11,582 total)
Skip to toolbar