Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 34,751 through 34,775 (of 64,516 total)
  • Author
    Search Results
  • #108838
    dominornovus
    Member

    Regarding Q1: I don’t see the problem. The URL reads like you want it to.

    Regarding Q2: I’m not familiar with this though I reccomend asking at these websites purely because the problem seems broader than bbPress:

    http://www.phpfreaks.com/forums/index.php?board=3.0

    and

    http://stackoverflow.com/

    Regarding Q3: This can all be done by CSS. Do you have web developer tools for you browser? FireFox has Firebug and Chome has a similar property inspector. Just select the admin bar to find out what styles it’s inheriting. You can then override them in your own style sheet.

    #109953
    dominornovus
    Member

    Are you using a standalone bbPress installation or the WordPress plugin?

    Regarding tags, here’s some answers to be found on this website:

    https://bbpress.org/forums/topic/how-do-i-delete-tags

    https://bbpress.org/forums/topic/remove-tags

    https://bbpress.org/forums/topic/completely-remove-tags

    Regarding users:

    https://bbpress.org/forums/topic/how-do-you-delete-users

    https://bbpress.org/forums/topic/delete-users-with-no-posts

    https://bbpress.org/forums/topic/delete-user-and-all-users-posts

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

    From what I understand, both can done from your admin panel.

    If you’re using bbPress as a plugin, you’ll find what you’re looking for here:

    Users can be managed from: http://www.yourwebsite.com/wp-admin/users.php

    Tags can managed from: http://www.yourwebsite.com/wp-admin/edit-tags.php

    #40331
    frustigor
    Member

    How can I delete unusefull tags and users in bbpress?Thank you!

    #40329
    halfbinz
    Member

    Hi there,

    I have tried both ways to install and setup. One is to download then FTP upto the server (www.sharkshout.com/forum) and nothing happens when i go there. And also install new plugins which installs the bbPress.

    Difference between doing it the two ways?

    If i install the plugin i can add the Topics / Forums etc but they dont show anywhere.

    Please can someone help shed some light here. Its a fresh new website, clean default template and nothing setup or installed yet.

    thanks,

    Mark

    #109948

    In reply to: "Ago" in topic widget.

    Rivaldo07
    Participant

    bbpress/bbp-includes/bbp-core-widgets.php, line 567 :)

    #40328
    varsitysmack
    Participant

    What is the best way to get a sitemap.xml with the new bbpress 2.0? I know there are a lot of plugins out there that provide .xml sitemaps for regular wordpress posts, but do these sitemap plugins work with the new 2.0 custom post type bbpress forums? Can you recommend a sitemap plugin that would work with your new version?

    djoep
    Member

    woot! Got it working… now just need to start from scratch and do it cleanly.

    One thing I found quite frustrating was that somewhere or other, a post count is kept after using bbconverter. I did not find it sufficient to clean and start over. I ended up having to muck about with the post_metadata table the posts table, and others. Even after going on multiple search and destroy missions into the database, I still could not get the post count to start where i though it should. Hence the strong recommendation to make db backups along the way.

    So, I managed to get SMF users and posts over to WordPress and bbPress 2.0 plugin respectively. Here’s the basics of how I did it:

    Words of caution!!! BACK UP YOUR WORDPRESS DATA BASE! Make a backup before you install bbpress. make another before you install bbconverter.

    Keep the backups because you may need to revert back to them.

    Assumption here is that both WordPress and SMF are on the same server, but not the same database.

    WARNING! This is just from memory,and it only worked once, and there was a lot of DB manipulation done to get to the end. You should NOT attempt this unless you are very comfortable with SQL, phpmyadmin, and wordpress! If you are even a little concerned, contact the plugin author and tell him how much you are willing to pay for the SMF conversion capability!

    1) Install wordpress

    2) Install buddypress

    3) Install BuddyPress SMF Import plugin

    4) Follow the BuddyPress SMF Import directions. You should end up with a number of tables in your WB database that look like wpv_bb_blahblah. Make sure you go through the Upgrade Database step but Do not go beyond that. with this plugin. Please note that this plugin creates new groups for each original forum and all the topics for that forum are associated with the new group. If this is what you want, you can stop here. If like me, you wanted a site-wide forum with the old SMF content, keep going.

    5) Deactivate the SMF Import plugin (but keep the SMF Compatibility plugin… you’ll use that for user login later)

    6) Using phpmyadmin (or similar) go into the wpv_bb_forums table and make sure that the forum_parent field is set to 0 for all top level forums and set to the appropriate forum_id for any subordinate forums.

    7) Through Buddypress, install “site wide forum” which will install bbPress 2.0 plugin.

    8) Make another database backup NOW! Don’t overwrite the ones you made before because you may have to go back further than this if things don’t work!

    9) Install bbPress Converter plugin.

    10) Go to tools and recount everything.

    11) follow the directions for the “Standalonebbress” conversion using the WP database user and password and wpv_bb_ as the db prefix (or whatever the SMF Importer left you with). Do NOT select the transfer user option… the other plugin already did that.

    12) If you have a large forum, the conversion takes a while!

    That’s about it. If you have set wordpress up to be able to display the plugin forum (not group forums), with any luck, you’ll see your forums populated.

    I have not yet tackled the issue of getting rid of all the groups and group forums that the other plugin created.

    The resulting forums and posts seem to have wrong dates & times and I have not looked into this.

    If I had it to do over again, I probably would have spent the same amount of time figuring out how the converter works and building an SMF converter directly, avoiding the SMF Import plugin altogether.

    I beg you to not use this thread to ask questions about this process or any of the plugins or applications other than bbConverter.

    joe

    djoep
    Member

    Did not work… the forums now appear on the bbpress page, but no topics or replies. looking at the data base and a couple sample entries, it appears that the post_parent IDs for all the topic are wrong which would be consistent with no topics being listed.

    will try recounting, cleaning, and re doing the conversion.

    joe

    #40320
    Anonymous User 8347663
    Inactive

    Hi there forum!

    Thanks for the extensive help last time.

    My new issue is that i have translated bbPress to danish (the frontend stuff). And a single word cannot be found in the language file, so it is still in english. I want to know how to change this single word (ago) to danish. I already changed the

    %s ago

    to

    %s siden

    But it does not work.

    Here is a screenshot: http://min.us/lldwdq8bs97xS

    As you can see it is translated from “days” to “dage”. And then the english word “ago” comes in, wich should have been “siden”.

    Can you help me, please? D:

    djoep
    Member

    big progress!

    I found that in the original bbpress 1.x tables that had been created by the smf converter plugin, depnding on an option selected, each forum’s forum_parent was either set to 0 or all set to 1. Using phpmyadmin, I left all top level forums with forum_parent = 0 and changed the forum_parent for sub-forums to the correct ID,

    The bbconvert plugin is now proceeding “according to plan” and has gotten through conversion of forums, topics, and is making its way through posts. It has several thousand to get through so it’s taking a while.

    Will report back on results.

    joe

    #106121
    Andre
    Participant

    Impossible?

    #109939
    dominornovus
    Member

    I’ve figured out how to change the bread crumb separator:

    <br /><br />
    // Change bbPress bread crumb separator.
    function filter_bbPress_breadcrumb_separator() {
    //$sep = ' &raquo; ';
    $sep = is_rtl() ? __( ' &laquo; ', 'bbpress' ) : __( ' &raquo; ', 'bbpress' );
    return $sep;
    }
    
    add_filter('bbp_breadcrumb_separator', 'filter_bbPress_breadcrumb_separator');

    I have not yet figured out how to add “You are here: ” at the start of the bread crumbs:

    I’ve tried this…

    <br /><br />
    function my_breadcrumb_trail_args( $trail ) {<br /><br />
    $args = '<div class="bbp-breadcrumb"><p>You are here: ';<br /><br />
    return $args;<br /><br />
    };<br /><br />
    add_filter( 'breadcrumb_trail_args', 'my_breadcrumb_trail_args' );<br /><br />
    

    …and this…

    <br /><br />
    function test($defaults) {<br /><br />
    $defaults = array(<br /><br />
    'before' => '<div class="bbp-breadcrumb"><p>You are here: ',<br /><br />
    );<br /><br />
    return $defaults;<br /><br />
    }<br /><br />
    add_filter('bbp_breadcrumb','test_args');<br /><br />
    

    Neither work.

    For now I’ve taken the hacky approach and just edited my bbPress files directly. You can see it in action here: http://www.directsponsor.org/forums/

    Any assistance with the filter would be greatly appreciated.

    #107347
    spicynodes
    Member

    Are there options for short code [bbp-topic-index]?

    e.g.

    [bbp-topic-index max=7 pagination=off breadcrumbs=off]

    #40317
    Lyelle
    Participant

    Hi,

    im using worpdress 3.2.1 de_DE with bbpress plugin 2.0.

    I found a way to display the reply author’s role below its avatar/name url link.

    i’m using the following funtions:

    function get_the_author_role() {

    global $wpdb, $wp_roles, $authordata;

    if ( !isset($wp_roles) )

    $wp_roles = new WP_Roles();

    foreach($wp_roles->role_names as $role => $Role) {

    $caps = $wpdb->prefix . ‘capabilities’;

    if (array_key_exists($role, $authordata->$caps))

    return $Role;

    }

    }

    function the_author_role() {

    echo get_the_author_role();

    }

    My problem is, that the translation takes no effect here.

    Anyone with a workaround?

    #109922
    mjpg
    Participant

    I decided this does seem like a bug, or at least a feature that needs change so I added it to Trac:

    https://bbpress.trac.wordpress.org/ticket/1663

    #109938
    dominornovus
    Member

    In bbp-common-template.php I found:

    // Allow the separator of the breadcrumb to be easily changed

    $sep = apply_filters( 'bbp_breadcrumb_separator', $sep );

    I attempted to apply a filter…

    $sep = 'x';

    add_filter('bbp_breadcrumb_separator', $sep);

    …but it resulted in:

    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'x' was given in

    #109920
    mjpg
    Participant

    For completeness, this seems to be related, possibly:

    https://bbpress.org/forums/topic/bbpress-20-private-forums-and-404-fiasco

    #109937
    dominornovus
    Member

    I’ve found a list of hooks and filters for bbPress at:

    /wp-content/plugins/bbpress/bbp-includes/bbp-core-hooks.php

    I’ve also found the bbPress bread crumb function(s) at:

    /wp-content/plugins/bbpress/bbp-includes/bbp-common-template.php

    By combining code from the two, I’ve attempted adding a filter but it’s being ignored:

    function test_args($args) {

    $args = array(

    'sep' => ' x ',

    );

    return $args;

    }

    add_filter('bbp_title','test_args');

    djoep
    Member

    fyi, looking at the database it appears that new posts were created for all the forums and a single topic type post had been created. The forum is actually fairly mature and there is a lot more content than that.

    Also of note, when it gets into this spin, spin, spin mode clicking the “stop” button does nothing.

    joe

    djoep
    Member

    should have said 1.x bbpress tables…sorry for the confusion.

    djoep
    Member

    I am trying to convert 1.x bbforum tables from a buddypress forum install.

    The buddypress bbpress tables in the database were actually created, polulated, and upgradded using the buddypress smf conversion plugin just fyi.

    so, bbconverter seems to have started OK but once it gets to “Convert forum parents (0-99)’, it just seems to spin and spin and spin and I cannot tell if anything is happening. I suspect something is just hung up since to process 100 rows I would think would happen pretty quickly.

    Again, while I am using the Standalone bbPress setting, I am actually trying to apply it to a version of BuddyPress bbPress tables.

    Any ideas?

    Thanks,

    joe

    #106120
    Clicknathan
    Participant

    @Andre, the amount of time that’s passed is arguable, at best, but I’d think a month would’ve been enough time to open the documentation back up to be a wiki…

    Which leads to your second point about helping to create documentation: it’s actually impossible to do so right now since the documentation area isn’t a wiki.

    #109882
    Andre
    Participant

    I beleive it’s /bbp-themes/bbp-twentyten/css/bbpress.css.

    djoep
    Member

    I am also interested in the ability to migrate group forums to bbpress 2.0 plugin (and out of the groups).

    I have managed to set up bp groups so they each have their own forum without having their forum contents displayed at the top level menu by deleting the bp forums page (and removing it from trash).

    I then created a site-forums page for the bbpress site-wide forum by creating a “Site-Forums” page in WP and using the bbpress shortcode bbp-forum-index to list the available forums. I may add other shortcodes later.

    Unfortunately, I am still left with a lot of content under “groups” that were only created to form quasi forums under buddypress internal groups version of bbpress.

    Personally, I really like the idea of having both types of forums available!

    joe

    #40314
    djoep
    Member

    Using buddpress 1.5.1, bbpress 2.0 plugins for wordpress 3.2.1.

    I am moving from an SMF forum. I want to move the smf content to a bbpress site-wide forum.

    I tried the Buddypress SMF Forum import plugin. It worked great, but it results in the SMF Forums creating new BuddyPress groups and group forums with the SMF forum posts under the group forums.

    Is there a way to move BP group forum content over to a bbPress forum?

    Thanks,

    joe

Viewing 25 results - 34,751 through 34,775 (of 64,516 total)
Skip to toolbar