Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 6,126 through 6,150 (of 64,471 total)
  • Author
    Search Results
  • #200207
    artichoku
    Participant

    using the added converter that was found here: https://bbpress.org/forums/topic/fix-for-phpbb3-to-bbpress-conversion-script/

    all I get is “Starting Conversion”

    #200201
    vtm5978
    Participant

    hi there,

    i have a list of topics in the forum but its not listing all of them.
    kindly assist?

    1) WordPress 5.2
    2) bbPress 2.5.14
    3) link to my site – http://www.meddirect.co.za/forums

    #200193
    stanislavozernyi
    Participant

    We have some custom code in the mu-customisations plugin which filters bp_core_fetch_avatar to add a variety of little image overlays to the user’s avatar (e.g. instrument icon, “Team” logo). (mu_add_overlays_to_avatar() in mu-buddypress.php)

    This has been working fine throughout the site, but as of today (I suspect with the upgrade of BuddyPress from 2.8.2 to 4.2.0) it no longer works in bbPress discussions.

    It does still work correctly in BuddyPress content, e.g. the “login widget” at the top of the sidebar with the user’s own avatar, the activity feed in the sidebar, member profile pages. But in the author info in bbPress discussion posts, the overlays are no longer appearing.

    Could you please look into what might have changed here, and why the bbPress template for showing the author avatar seems to no longer be affected by our mu_add_overlays_to_avatar filter? Thanks!
    http://prntscr.com/nig5is http://prntscr.com/nig6jw

    #200186
    artichoku
    Participant

    if it helps, this is the error i get when using the phpbb converter that comes with the installation of bbPress 2.5.14…

    
    WordPress database error: [Specified key was too long; max key length is 1000 bytes]
    CREATE TABLE wp_bbp_converter_translator ( meta_id mediumint(8) unsigned not null auto_increment, value_type varchar(25) null, value_id bigint(20) unsigned not null default '0', meta_key varchar(255) null, meta_value varchar(255) null, PRIMARY KEY (meta_id), KEY value_id (value_id), KEY meta_join 
    #200185
    artichoku
    Participant

    hey there. So I’ve been trying to get the import to work for a few weeks and have zero luck whatsoever. I’ve tried the updated script found here:

    Hi All,

    Had the same issue as described above. The default phpbb.php import script didn’t convert anonymous users of topics and replies and the Pixenated script looped infinately with the conversion of users.

    I’ve fixed the script and uploaded to PasteBin. Feel free to share widely.
    https://pastebin.com/FpWsxsUG

    How To:
    1) Upgrade phpBB to v.3.2.5
    2) Install BBpress 2.6 RC7
    3) Upload to /wp-content/plugins/bbpress/includes/admin/converters/phpbb.php

    Remember that real men don’t do backups. They cry a lot. 🙂

    but it has not aleviated the import problem. I no longer see errors, but it just sits at “Starting conversion”. Not sure what my next step is…

    #200175
    zenoism
    Participant

    Hi,

    I really like bbpress, but i’ve been having a problem on my website. I’ve downloaded the plugin, activated it. Created forum, register, and lost password pages. Checked “Anyone can register” in settings. Yet, when I try to to register with username and email address in Incognito mode to test it out. after clicking the final “register” button the page just acts as if it refreshed. and no verification is sent to my email address.

    Somebody help..

    #200172
    bdd
    Participant

    I was JUST looking for a solution for this! I’d noticed the tab order was off when I was using tab to add a new post in a bbPress forum on my site.

    Did a little exploration, and found this post:

    WP Accessibility Plugin

    In this section about removing tabindex from focusable elements…

    WP Accessibility Plugin

    …it mentioned this plugin that might help:

    WP Accessibility

    And I found a few others along similar lines:

    WP Accessibility Helper (WAH)

    Accessibility by UserWay

    Just with installing the WP Accessibility Plugin (without making any tweaks to default settings), I noticed a difference. (Need to explore a bit more to see if my issue is solved.)

    tlhInganHom
    Participant

    Hi,

    It was recently pointed out to me that the tabindex attributes all over the place in the bbPress plugin are causing accessibility problems for users who are blind or due to mobility, navigate my website using the tab key. Disrupting the tab sequence of a page is almost never an OK solution on a site, as it creates a confusing and unpredictable navigation, and that is what bbPress is doing by setting its own tabindex attributes.

    For my own site, I have copied all the bbPress templates into my child theme and am working on removing all the tabindex attributes manually. This, however, seems like a very poor solution to a pretty big accessibility problem. Can you just remove all the tabindexes, or at minimum, offer an option in the plugin to toggle tabindex attributes off?

    Thank you!

    #200164
    shwetaku2010
    Participant

    HI

    I have added bbpress and started forum http://www.thelogicalnews.com/forum/index.php

    Could you please let me know if its a do follow?

    Thanks

    yiprichie
    Participant

    Hi,

    The bbpress search box isnt returning the search results from the forum replies. Im using shuttlethemes as my theme. When i contacted them regarding my issue, this was their response below. Is there another way to go around and get the search box to work?

    ‘Often plugin developers will have different settings for specific use cases. It is certainly something that the plugin developer should be supporting you with, as the search is a part of WordPress core and our themes don’t manipulate the search functions.’

    Thank you in advance!

    Richard

    #200146

    In reply to: My Ugly Website

    cephalo
    Participant

    Things are looking much better (check the link again), but I am having trouble changing the color of the bbPress sidebar. I’m using the bbPress specific sidebar from ‘bbPress WP tweaks’ and it doesn’t seem very customizable.

    CSS is still a bit mysterious to me, but it seems that I should be able to have a snippet that changes the background color for this particular widget.

    #200132

    In reply to: My Ugly Website

    Barry
    Participant

    There are a few ways you might tackle this, but custom CSS is often a nice way to go, both because it’s “safer” than custom PHP and because you can easily tweak it to achieve a better fit. Plus, most themes make this really easy: simply navigate to Appearance ‣ Customize ‣ Additional CSS and add your code 🙂

    /* Remove the titlebar area on forum archive pages */
    .bbpress.forum-archive #page-titlebar {
      display: none;
    }
    
    /* Retain some whitespace for consistency with other pages */
    .bbpress.forum-archive #site-content {
      margin-top: 75px;
    }

    In this case, perhaps some rules like I’ve listed above could be a nice starting point?

    #200130

    Topic: My Ugly Website

    in forum Themes
    cephalo
    Participant

    I’m brand new at this, so forgive me if this is obvious.

    If you have a look at my first go at including a forum, you’ll see this very ugly ‘sub title’ area above the forum. Googling around seemed to indicate that the problem is with my theme, which is Customify. It says ‘Archives: Forums’ and ‘bbPress forums’ and it’s totally superfluous. I want to just take that out. What do I need to know to do this? Assume I know nothing.

    http://dreamreasongames.com/forums/

    #200129
    zwdtk
    Participant

    By default, when joining a group in BuddyPress, you need to subscribe to associated forums. Is it possible to have it so that when you join a group, you are atomically subscribed to the forums as opposed to having to physically subscribe???

    WordPress 5.1.2 . BuddyPress 4.3 . bbPress . 2.5.14
    Thanks in advance.

    #200097
    nfusionco
    Participant

    10 days of trying & no progress or response. If I come up with any solution outside of deleting BBPress & using another plugin I’ll come back and update.

    nareshit
    Participant

    bbpress it is the best plugin for forum that i have ever used thanks for sharing the plugins like this

    #200039
    Clivesmith
    Participant

    Hi,
    I am trying to create a plugin for my own use, I think the problem is a coding one.

    I have copied some of this code from a plugin and added some myself to try to create my own plugin rather than adding it to my function.php file.

    1. I have added a new record in the postmeta table with the topic ID. meta key and meta value for every topic I have in the table.

    2. I want a meta box at the backend on both the topic and reply screens, in the metabox for both screens I want to show the meta value of the associated topic.
    I have done both these

    3. I would like to be able to change this value, but only in the topic screen.

    With the code below, if I change the value in the reply screen when I update nothing changes which is great, but if I change the value in the topic screen, when I update I get a blank value returned and the original value in the table is also removed.
    When I create a new topic I would also like to populate the meta table.

    */

    class bbPress_add_meta_fields {

    /**
    * Construct.
    */

    private $match_m_fields = array();
    public function __construct() {
    if ( is_admin() ) {
    add_action( ‘load-post.php’, array( $this, ‘init_metabox’ ) );
    add_action( ‘load-post-new.php’, array( $this, ‘init_metabox’ ) );
    $this->match_m_fields = array(‘topic’, ‘reply’);
    }
    }

    /**
    * Meta box initialization.
    */
    public function init_metabox() {
    add_action( ‘add_meta_boxes’, array( $this, ‘add_metabox’ ) );
    add_action( ‘save_post’, array( $this, ‘save_metabox’ ), 10, 2 );
    }

    /**
    * Adds the meta box.
    */
    public function add_metabox() {
    add_meta_box(
    ‘bbp_m_field_metabox’,
    __(‘Twitter name’, ‘textdomain’ ),
    array( $this, ‘render_metabox’ ),
    ‘topic’, ‘side’, ‘high’
    );
    add_meta_box(
    ‘bbp_m_field_metabox’,
    __( ‘Twitter name’, ‘textdomain’ ),
    array( $this, ‘render_metabox’ ),
    ‘reply’, ‘side’, ‘high’
    );

    }

    /**
    * Renders the meta box.
    */
    public function render_metabox( $post ) {
    // Add nonce for security and authentication.
    wp_nonce_field( ‘custom_nonce_action’, ‘custom_nonce’ );

    // get the topic id
    $post_id = get_the_ID();
    $reply_topic_id = bbp_get_reply_topic_id( $post_id );
    // get value from table
    $twitval = get_post_meta( $reply_topic_id, ‘bbp_twitname’, true );
    echo $twitval;
    echo ‘<br><label for=”bbp_twitname”>Twitter Name</label><br>’;
    echo ‘<input type=”text” name = “bbp_twitname” value= “‘ . $twitval .’”>’;
    //echo ‘<input type=”submit” value=”Submit” />’;

    add_action ( ‘bbp_new_topic’, ‘bbp_save_extra_fields’, 10, 2 );
    add_action ( ‘bbp_edit_topic’, ‘bbp_save_extra_fields’, 10, 2 );

    function bbp_save_extra_fields($reply_topic_id,$twitval) {
    if (isset($_POST) && $_POST[‘bbp_twitname’]!=”)
    update_post_meta( $reply_topic_id, ‘bbp_twitname’, $twitval );
    }
    }

    /**
    * Handles saving the meta box.
    *
    * @param int $reply_topic_id Post ID.
    * @param WP_Post $post Post object.
    * @return null
    */

    public function save_metabox( $reply_topic_id) {
    // Add nonce for security and authentication.
    $nonce_name = isset( $_POST[‘custom_nonce’] ) ? $_POST[‘custom_nonce’] :”;
    $nonce_action = ‘custom_nonce_action’;

    // Check if nonce is set.
    if ( ! isset( $nonce_name ) ) {
    return;
    }

    // Check if nonce is valid.
    if ( ! wp_verify_nonce( $nonce_name, $nonce_action ) ) {
    return;
    }

    // Check if user has permissions to save data.
    if ( ! current_user_can( ‘edit_post’, $reply_topic_id ) ) {
    return;
    }

    // Check if not an autosave.
    if ( wp_is_post_autosave( $reply_topic_id ) ) {
    return;
    }

    // Check if not a revision.
    if ( wp_is_post_revision( $reply_topic_id ) ) {
    return;
    }

    // Check to match the slug
    if(!in_array($post->post_type, $this->match_m_fields)){
    // return;
    }

    $meta_box_text_value = $twitval;

    if(isset($_POST[“bbp_twitname”])) {
    $meta_box_text_value = $_POST[“bbp_twitname”];
    }

    update_post_meta($reply_topic_id, ‘bbp_twitname’, $twitval);
    }

    /**
    * is_edit_page
    * function to check if the current page is a post edit page
    */

    public function is_edit_page($new_edit = null){
    global $pagenow;
    //make sure we are on the backend
    if (!is_admin()) return false;
    if($new_edit == “edit”)
    return in_array( $pagenow, array( ‘post.php’, ) );
    elseif($new_edit == “new”) //check for new post page
    return in_array( $pagenow, array( ‘post-new.php’ ) );
    else //check for either new or edit
    return in_array( $pagenow, array( ‘post.php’, ‘post-new.php’ ) );
    }

    }

    new bbPress_add_meta_fields();

    #200033
    somatherapist
    Participant

    Hi, I’m new to bbPress and BuddyPress. I’m using WP 5.1.1 and bbPress 2.5.14

    I’m getting an error that says: “you cannot create new forums”

    jsima
    Participant

    I have been using bbpress plugin. I am having problem with plugin. Search option under replies section does not works ( https://www.example.com/wp-admin/edit.php?post_type=reply ). There are total of 3,714 replies and i want to search replies with thanks word. There might be 150-200 replies word contain “Thanks”. So whenever i search thanks word, an error occurs ( This page isn’t working http://www.example.com is currently unable to handle this request. HTTP ERROR 500 ).

    #200006
    unclebob1zt
    Participant

    Hi All!

    I am totally new to BBpress/Buddypress. I have both on my website, and I am learning my way. I want to change my forum layout to look similar to https://thebloodsugardiet.com/forums/. I like their layout better than the style used on the BBpress forum (and mine). How did they create their forum layout? I use Enfold as my website theme, but I see no way to modify the BBpress styling. Should I consider Commons In a Box instead? My goal is for my guest to see more of a “news like” styling, rather than the standard row-by-row forum style. Hope that makes sense! Thanks for input.

    #200005
    Robin W
    Moderator

    bbpress does not have moderation, so it will be another plugin doing this

    xbladerunner
    Participant

    Hello. Is there suppose to be a registration link with the bbPress login form –my main wordpress login form has a registration link below it, but the login form on my bbpress forum pages does not. Here is an example of the forum login page which does not have a registration link (scroll to the bottom of the page): https://cincinnati.unitedresourceconnection.org/financial-assistance
    Here is an example of the main login page (that has a registration link): https://cincinnati.unitedresourceconnection.org/wp-login.php
    Does it look like I’ve configured something incorrectly, or is this the default behavior? I’m using the most recent version of wordpress and bbpress.

    Chad Williams
    Participant

    My client already has a functioning news aggregation website, but no commenting is allowed. She’s wanting a private section where her readers can have private conversations that only they can see on certain topics or articles.

    Her request below. Any thoughts or other ideas are greatly appreciated.

    I’ve given enough thought to the idea of establishing an ‘Invitation Only’ comment section. Realizing comment sections on a blog are typically open to the public, I lack any and all desire to spend my day moderating nasty posters or blocking trolls etc. What I want to be able to achieve is a comment section that I don’t need to spend too much time managing but the blog benefits from. It’s the starting place, so to speak, to start building a community/readership to engage more with the blog, feature daily current political drama/events for folks to respond, and a place where the posters thoughts/comments remain private/behind a wall. No one but the posters and me see their comments.

    #199997
    Gregg
    Participant

    Why would the short code for latest topics display the topics for some users but not for others?

    Non-logged in users and subscriber/participant levels cannot see the Topics on the page where the shortcode is used – yet they can see everything fine when they go the actual Forums.

    But I as admin can see the Topics fine when I visit the page where the shortcode is used.

    WordPress 5.1.1
    bbPress 2.5.14

    #199974

    The original poster asked specifically how to disable forum caching with W3TC. They got the exact answer. If anyone is teaming up, it’s only to be supportive.

    As to why W3TC might not be working as expected, that’s a bit harder, because bbPress uses all the same caching that WordPress does, without using any trickery.

Viewing 25 results - 6,126 through 6,150 (of 64,471 total)
Skip to toolbar