Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 951 through 975 (of 64,414 total)
  • Author
    Search Results
  • #237268

    Topic: bbPress set up

    in forum Installation
    ditout
    Participant

    Hi,
    I want to set up bbPress on my site, I wish to know this forum, can I set up:
    1. 5 stars satisfied points ?
    2. statistic data to show how many users have read this article ?
    3. can the users put photos or video on their articles ?
    Thank you your replies.

    #237263
    Robin W
    Moderator

    if it is the default bbpress one, then add this to your custom css

    #mceu_12 {
    	display: none;
    }

    otherwise I’d need a link to a live example on your site

    #237262
    ibnat
    Participant

    I have installed the plugin Advanced Editor Tools but any changes I make in the layout of TinyMCE in the settings doesn’t seem to affect the layout of the editor in BBPress topic posts or replies. Its seems to only change the settings in the editor for WP posts and pages.

    #237261
    ibnat
    Participant

    Hi, I am trying to remove an image upload button that was placed on the TinyMCE reply editor by an image upload plugin. When I uninstalled the plugin the image on the editor has remained and is linkable to a broken page (obviously as the plugin has been removed). The topic on the plugins author page is here but we can’t seem to find a solution. https://wordpress.org/support/topic/removed-plugin-but-image-add-icon-still-visible/

    “This plugin enables the TinyMCE WYSIWYG editor for BBPress forum topics and replies and adds a button to the editor’s “Insert/edit image” dialog that allows forum users to upload images from their computer and insert them inline into their posts.”

    Can anyone point me to a way to remove this image upload button or is there a way to edit the layout and options of the editor with a different plugin?

    Thanks in advance

    #237244
    Robin W
    Moderator

    ok, so yes you could change the default template for that page in bbpress, but your theme is not using that template, so that is pointless.

    You need to amend the template your theme is using, so need to contact the theme support.

    #237243
    Philippe Roussel
    Participant

    I use the GD Quantum Theme Pro for bbPress plugin for the bbPress layout and Paidmemberships Pro for my membership website. Even after deactivating both, there is still the Forum, Topics, Posts, and Last Post bar appearing in bbPress, which seems all but normal to me: https://postimg.cc/wR1SkHWY

    My question is: Can I change “Forum” in that bar to something else?

    #237234
    Robin W
    Moderator

    so which method are you using in item 3 of this

    Step by step guide to setting up a bbPress forum – Part 1

    #237227

    In reply to: remove user Forum Role

    newtech1
    Participant

    I found these two different codes that is supposeto what I want (I do not want moderator or keymaster roles shown in forntend), but when I insert either in the bbpress functions.php page nothing happens.

    
    function hide_role ($args) {
    $args['show_role'] = false ;
    Return $args ;
    }
    add_filter ('bbp_before_get_reply_author_link_parse_args', 'hide_role') ;
    function role_show () {
    $displayed_user = bbp_get_reply_author_id() ;
    $role = bbp_get_user_role( $displayed_user);
    if ( bbp_is_user_keymaster($displayed_user) ||$role == 'bbp_moderator') $args['show_role'] = true ;
    else $args['show_role'] = false ;
    return $args ;
    }
    add_filter ('bbp_before_get_reply_author_link_parse_args', 'role_show' );

    I also do not want IP address shown for anyone on the frontend. (Yes even for moderators ND KEYMASTERS)

    #237224
    hamza232
    Participant

    I am moving mybb to bbpress although I am using hostinger server for both I am having issue importing maybe it is because of version but what happens is it get’s stuck on starting even though the forum is not really large I have tried again and again but no luck please help.

    #237211
    mgilbrtsn1
    Participant

    I’m just having problems with the bbpress widgets. For the forums and topics widget. When you add it, it looks like it adds all of the forums or topics. I only want maybe 10 to show. Otherwise If I create 100 forums (not the plan, just as an example), it’ll be a huge page if that many populate.

    #237209
    Steve Manes
    Participant

    Using globally-scoped CSS to style elements and override classes in WordPress, like the garden-variety style.css. It has nothing to do with bbstyle.

    Ex.

    #bbpress-forums {
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: Roboto !important;
    }
    .bbpress-wrapper {
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: Roboto !important;
    }
    .bbp-breadcrumb, .bbp-breadcrumb-home {
    font-size: 14px !important;
    font-family: Roboto !important;
    }
    .bbp-topic-permalink {
    font-size: 15px !important;
    font-weight: 500 !important;
    }
    .bbp-header, .bbp-reply-author {
    background-color: #F8AA3C !important;
    font-size: 16px !important;
    font-family: Roboto !important;
    }

    #237208
    Robin W
    Moderator

    ‘global CSS overrides in BBPress.’ – sorry can you explain what you mean by that?

    #237207
    Steve Manes
    Participant

    I wasn’t referring to bbs style pack but to global CSS overrides in BBPress.

    #237205
    Steve Manes
    Participant
    #237202
    Steve Manes
    Participant

    BBPress w/Inspector

    I’m guessing this forum software doesn’t like Dropbox image links.

    #237197
    Robin W
    Moderator

    The answer is yes, but not for free, it would involve someone with coding knowledge using a bbpress hook to display.

    #237190
    sunshineday77
    Participant

    Something weird is happening with the Forum Roles information in bbPress. The name, image, and role are out of alignment, image is too large, and each part (name, image, role) have a bullet point before them.

    #237189
    mgilbrtsn1
    Participant

    I’m new to bbpress and am having problems with the widgets. They don’t offer any sort of query or limiting options. I don’t want to have an incredibly large list on my page. I only wanna show about 10. maybe have a show more. Are there ways to do this? Is there a plugin for bbpress that has widgets that have this capability.

    thx for any help.

    #237188
    annllose
    Participant

    Hello, first of all sorry for my English.
    I have a wordpress site under construction with bbpress, budypress and gamipress linked.
    I have several questions, so I put them in different topics. Here is this query:
    I have an achievement system set up on the website for completing actions, tasks, etc.
    Could the achievements achieved by users be seen in the forum, for example under the avatar?
    Greetings and thanks for the help.

    #237187
    annllose
    Participant

    Hello, first of all sorry for my English.
    I have a wordpress site under construction with bbpress, budypress and gamipress linked.
    I have several questions, so I put them in different topics. Here is this query:
    Would it be possible that when someone writes in the forum, the total number of messages they have written in the forum appears? In other forums I have seen it under the user’s avatar.
    It would be something like what I attached in the link.
    Link
    Greetings and thanks for the help.

    #237186
    annllose
    Participant

    Hello, first of all sorry for my English.
    I have a wordpress site under construction with bbpress, budypress and gamipress linked.
    I have several questions, so I put them in different topics. Here is this query:
    At the time of writing a topic or answer, could the writing bar where the bold, italics, etc. appear, be changed?
    I would like it to be like that of many forums where by simply clicking on the chosen button, the action is executed and the labels of said action do not appear.
    It would be something like what I attached in the link.
    Link
    Greetings and thanks for the help

    #237185
    Steve Manes
    Participant

    No, it’s a WP 6.3.1 site I built specifically to test BBPress. It’s mostly just Elementor and Astra (Pros), the Classic Editor, Simple Custom CSS and JS PRO and BBPress. It’s behavior I haven’t seen with CSS overrides in WordPress before.

    As you can see, the class specifies Roboto for the breadcrumb but it’s showing a serif font, even in the sample rollover in Inspector’s Styles window. The class works fine from the parent page but not in /forums/topic/

    Screen cap

    #237183
    Steve Manes
    Participant

    One thing I noticed as I was using CSS to re-style BBPress is that the CSS classes don’t carry over to individual discussions. That is, if I create a bunch of class overrides for the main page, in my test case /alpha-site, they go away under /forums/topic/. In Inspector it looks like the page defaults back to bbpress.min.css, overriding those class overrides.

    Any way around this?

    #237175
    Robin W
    Moderator

    bbp style pack


    will let you style bbpress, and has integration for the Astra theme

    #237174
    Steve Manes
    Participant

    I’m confused. Does BBPress get its CSS and template support from the active WordPress theme or are there optional plug-in themes one can install that only apply to styling your BBPress implementation?

    I’ve been asked to add forums to an existing Elementor-built site running the Astra Pro theme which apparently has no support for BBPress. Because the web site is already built, approved by the bosses and currently live I can’t change the WordPress theme. But the default styling in BBPress doesn’t work for them either (we have an approved font family, size, color, etc too).

    I’m fairly adept with CSS and WordPress but I’d rather use a design by someone who actually knows the software. That, and I’m a bit graphically challenged.

    I noticed that there’s a dropdown for “Forum Theme Packages” in Forum settings and was hoping that such BBPress-specific child theme plug-ins exist which allow WordPress to use another parent theme. Do such plug-ins exist and is there a repository of them somewhere on the net?

Viewing 25 results - 951 through 975 (of 64,414 total)
Skip to toolbar