Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 11,076 through 11,100 (of 64,515 total)
  • Author
    Search Results
  • #175975
    Stephen Edgar
    Keymaster

    It’s been a while since I tried it, I’ll have to re-attempt it in a couple of days when I have an opportunity to try it again.

    Cool

    As I recall, it imported the users fine, and then it looked like it was doing the posts, but after, I want to say about 150 posts, it froze there, never indicated further imports. When I checked the database tables, it didn’t appear that it actually brought the content from Dizkus over to bbPress at all.

    Ok, so it did something, thats a good sign in that the database name and password were correct.

    If you’ve ever used Chrome/Firefox “inspect” debugger, you can right click and select “inspect” or (view the source code of the web page) and there is some extra debugging MySQL statements you will see there, if when testing you have issues take a look at the last query and include that MySQL code here when posting back, it will help determine what went wrong.

    As to the localhost problem, I mirrored the Zikula site to my local WIn 10 machine, and then tried to import on a local WP/bbP site and it didn’t do anything. Seems like it just couldn’t find data.

    If it can’t find any data it should thrown an error message to that affect, if you don’t select Dizkus from the dropdown menu on the importer screen and use the default AEF that can be one of the causes, another is that the database is not in the same database server as your WordPress install.

    Did you import that database to your Win 10 machine or were you trying to connect to it remotely?

    #175974
    HalbrookTech
    Participant

    It’s been a while since I tried it, I’ll have to re-attempt it in a couple of days when I have an opportunity to try it again. As I recall, it imported the users fine, and then it looked like it was doing the posts, but after, I want to say about 150 posts, it froze there, never indicated further imports. When I checked the database tables, it didn’t appear that it actually brought the content from Dizkus over to bbPress at all.

    As to the localhost problem, I mirrored the Zikula site to my local WIn 10 machine, and then tried to import on a local WP/bbP site and it didn’t do anything. Seems like it just couldn’t find data.

    #175972
    HalbrookTech
    Participant

    Guessing no headway on this 🙁 I don’t know enough about bbPress or really Dizkus to dig in to it and try to solve the issues.. Bummer, because i really want to get this client off Zikula.

    #175967
    TriiXx
    Participant

    Ok i’ve found a response here : https://bbpress.org/forums/topic/import-error-with-kunena3/
    I try and i say you … in 8 hours …

    #175966
    TriiXx
    Participant

    Hello,

    I want migrate my Joomla website to WordPress.
    I have 23.000 members and more 100.000 messages.

    It’s good for :
    – Members
    – Forums
    – Topics

    But when he must migrate responses, i have an error message :
    “jos_kunena_topics not exists” -> It’s true … the table name is “jo_” not “jos_” … i don’t know why he adds a “s” …

    I use Kunena 3 and latest version of BBpress

    Someone can help me ?
    Thanks and sorry for my english.

    #175961
    JohnP
    Participant

    I’ve already searched both the parent theme and the child theme for the string “bbp”, but can not find it there.

    The previous developer did some rather unorthodox coding, so anything is possible.

    They might have even edited core WordPress files.

    Is there any other way of testing where a bbPress-dependent function might be running?

    #175958
    Robin W
    Moderator

    yes it goes in the functions file of your child theme

    Functions files and child themes – explained !

    #175957
    IndigoO
    Participant

    Where would this code be added? I’m trying to do the same by adding it to my child theme’s bbpress.php file, but is just showing the raw code on the page. I may be in the wrong file, or else have something else missing. Thanks if you can direct.

    #175956
    vivnt
    Participant

    In my main forum page, I only have categories listed. Under each category, there are a couple of forums and people would post under each of these forums. However, on my main forum page, the freshness just states no topics. Is there a way to change it to include the subforums under it?

    I have tested without any other plugins other than bbpress.

    #175955
    samdonato
    Participant

    Wordpress 4.5.3
    BBPress 2.5.9

    See the issue at http://solosection.com/forums/topic/asdf/

    I have an issue and I am pretty sure it is in BB Press. I deactivated all BB Press and user plugins and it still happens.

    I have the option “Embed media (YouTube, Twitter, Flickr, etc…) directly into topics and replies” turned on and have it configured for Instagram. In Instagram, users tag other users in comments, in this case, @Solo_Section. Somehow the text in the embedded Instagram post is being transformed to a link to the user profile within BB Press and breaks the embedding.

    I don’t see any options anywhere to configure this. Anyone know where this functionality lives?

    #175954
    IndigoO
    Participant

    It took me a ridiculous amount of time to find where to make this change and make it, and even then it is in the main bbPress code. I couldn’t get it to see anything I put in my child theme, because it is accessed through plugins, not themes. I know I’ll have to update the file again manually as soon as I update bbPress.

    Also, that plugin only allows you to add new fields, not display existing ones. Doesn’t it seem odd that you would be prompted to enter data in fields on user profile edit, but then not have any of them show on view? By default the user fields should be available to show, at least standard ones like description, website, and social media profiles.

    If you use that plugin to manually create some of those fields, your users will see two of each, the original ones that won’t show in view mode, and the custom ones you created. Not workable.

    So really I see nothing to do other than manually editing the user-profile.php file to line by line include each field you want to show. How are some people not caring about this? It just seems so fundamental to me. Why go all the way to something like BuddyPress when all you want is field data already being collected to actually show?

    #175953
    Robin W
    Moderator

    The functions file of your theme might hold code that relies on bbpress – look for lines that include

    add_action (‘bbp_something…
    or
    add_filter (‘bbp_something…

    Steve Keller
    Participant

    WP 4.5.3, bbPress 2.5.9,
    http://www.fightportlanddemodevelopment.website/forums/topic/everett-dumpster-homes-remmers/

    I don’t want admin. info showing on the forum, and it’s weird, but this is the only topic that shows, “This topic was modified x weeks, x days ago by styve61@gmail.com.”

    One other question I have is why can people who participate in the forums, post images, or would they have to use html? Posting on a WP blog page allows use of a Visual editor, and the posting of images…I would think bbPress would not supercede, or knock out that facility.

    Thanks,
    Steve

    #175951
    danbp
    Participant

    Answering to myself:

    bbp_buddypress_loaded fires before everything is, in fact, fully loaded. bbPress’s component-specific extensions aren’t loaded until bp_init:7 (ty @boonebgorges for this explanation).

    Changing add_action to bp_init with a priority of 8 did the job !

    This may work for Site Activities, Members and Group activities

    function bpfr_remove_activity_dropdown_label() {
       // Remove forum filters in site wide activity streams
       remove_action( 'bp_activity_filter_options',        array( bbpress()->extend->buddypress->activity , 'activity_filter_options'   ), 10    );
    
       // Remove forum filters in single member activity streams
       remove_action( 'bp_member_activity_filter_options', array( bbpress()->extend->buddypress->activity , 'activity_filter_options'   ), 10   ); 
    
       // Remove forum filters in single group activity streams
       remove_action( 'bp_group_activity_filter_options',  array( bbpress()->extend->buddypress->activity , 'activity_filter_options'   ), 10   );
    }
    add_action( 'bp_init', 'bpfr_remove_activity_dropdown_label', 8 );
    #175948

    In reply to: What does Robkk do?

    peter-hamilton
    Participant

    Thanks for that guys, a bit more info from @robkk is very much appreciated and TamrielFoundry was my initial inspiration to continue with BBPress over other software, @casiepa cool… brilliant link thanks.

    I love what you guys are doing.

    P.H.

    #175947
    JohnP
    Participant

    I have inherited a busy site at http://fresh.co.nz with WordPress Version 4.5.3
    It is running bbPress Version 2.5.9 – but not in use.

    When I attempt to de-activate, delete or re-name bbPress, the site becomes blank.

    I cannot find anything in the theme that relies on bbPress, but I have not had the opportunity to try changing the theme since the site is live.

    T can’t see anything in wp-config, .htaccess or any custom index.php files

    Any suggestions about where else the problem may be would be appreciated.

    #175943
    Sudar Muthu
    Participant

    Hello Dan,

    I ended up using the asyncronous-bbpress-subscriptions https://wordpress.org/plugins/asyncronous-bbpress-subscriptions/ plugin

    #175942
    Dan Olson
    Participant

    I realize this is an old thread, but we just installed Mandrill using the wpMandrill plugin and everything works great for us except BBPress. I’ve been in contact with Mandrill support and the first thing they suggested was actually just making no reply@… a valid email address. So we did that and that took care of the first issue.

    But as for sending all emails in the Bcc, Mandrill still does not play nice with that and they really didn’t have any suggestions for me other than one, which I am copying as a screenshot below.

    Mandrill-bbPress

    I tried installing Sudar’s plugin, but that did not work for me. I did install Stephen’s plugin to just disable wpMandrill for BBpress notifications and that worked. So that is my stop-gap solution at the moment.

    Have I missed any new developments since this discussion started? Any new workarounds? I know that BBPress used to send all the reply emails using the “to” field. Has anyone considered making this an “option” in a future version — in other words, default to BCC but give admins the option to use TO if they’re using Mandrill?

    Just struggling to find a solution. Any help would be appreciated.

    Dan

    #175938

    In reply to: MyBB 1.8 to bbpress

    alkanov
    Participant

    This worked fine for me, changed Mybb php file as he suggested and all my users are back on bbpress

    #175932
    montanaseize
    Participant

    Hey ! First, forgive me for my english, i’m french user of Bbpress.
    So, as you can see here Title i have the same title for two different category. Even if the second has for parent the first. I put this code http://pastebin.com/QypF9bhA in loop-forum-php. I’d like to have different title and mostly the true title of my category.
    I saw someone with the same problem, cause permission plugin. For information i have bbp-private-groups, buddypress, buddymenu.
    I hope this is clear.
    In advance, thank you for your help.

    #175931
    Pascal Casier
    Moderator

    @gfxcon @adaman I can confirm it’s inside 2.6 (moderators per forum), you can already test the 2.6-alpha if you want that is very stable.

    Pascal.

    #175929

    In reply to: What does Robkk do?

    Pascal Casier
    Moderator

    @robkk, @peter-hamilton,

    Ahhh ‘herd’, I read ‘nerd’ as a start.

    There is a showcase list on our codex: https://codex.bbpress.org/showcase/
    EDIT: Check this list: https://bbpress.org/about/examples/
    Then there is a top100 of some years ago: http://bbshowcase.org/forums/view/top100

    Let me see to update our codex showcase list a bit…

    Pascal.

    Pascal Casier
    Moderator

    @bjornwebdesign,
    Your snippets are not that long, so that’s ok, just the number of snippets is maybe too high 🙂
    My only remark is you’re based on a BuddyPress function and this is a bbPress forum. But still useful anyway!
    Thanks,
    Pascal.

    danbp
    Participant

    WP 4.5.3 – BP 2.6 – bbP 2.6 alpha -2016

    I want to remove the 2 bbp related options (topics & replies) from BP’s site wide activity filter dropdown.

    I’m using this function, but it has no effect:

    function remove_activity_filters( $bbp_buddypress = null ) {
       if ( bp_is_active( 'activity' ) && bp_is_activity_component() ) {
          // Remove forum filters in site wide activity streams
          remove_action( 'bp_activity_filter_options', array( bbpress()->extend->buddypress->activity, 'activity_filter_options' ), 10 );
       }
    add_action( 'bbp_buddypress_loaded', 'remove_activity_filters' );
    #175915
    Stagger Lee
    Participant

    I dont get this logic, despite if it is only WP logic, not bbPress one.
    Maybe I missunderstool it all. New Users (Roles = Subscriber, Participant) have access to add new Posts, and attach them to taxonomies.

    Forum Users are forum USers, not Portal editors of Articles.

    This code should be in bbPress core. When you install bbPress you accept that whole platform is changed to something else, and old WP rules are not valid anymore.

    For all other things Users have buddyPress profile Pages.

    function splen_remove_admin_bar() {
    	if( !is_super_admin() ) 
    		add_filter( 'show_admin_bar', '__return_false' );
    }
    add_action('wp', 'splen_remove_admin_bar');
    
    //don't allow users to go wp-admin
    add_action( 'init', 'blockusers_init' );
    function blockusers_init() {
        if ( is_admin() && ! current_user_can( 'administrator' ) &&
           ! ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) {
            wp_redirect( home_url() );
            exit;
        }
    }
Viewing 25 results - 11,076 through 11,100 (of 64,515 total)
Skip to toolbar