Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '+.+default+.+'

Viewing 25 results - 2,476 through 2,500 (of 6,813 total)
  • Author
    Search Results
  • #159504
    Robkk
    Moderator

    @eastdevonalliance

    It could be a plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    you can also see if your theme is causing the issue but its probably more of a plugin issue..

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

    if not come back

    #159493
    Robkk
    Moderator

    It could be a plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    you can also see if your theme is causing the issue but its probably more of a plugin issue..

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

    Robkk
    Moderator

    try switching to a default theme and see if the issue persists , if it doesnt contact your theme author for help.

    #159490
    Robkk
    Moderator

    @projectprince

    try this first

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

    if the issue is only happening when only avada is the current theme then contact avada for help putting it back.

    #159488
    Robkk
    Moderator

    this should not be a problem with bbPress , but how you/something you installed changed the default from address that WordPress uses in the mail function.

    by default its wordpress@(yoursite)

    did you use a function/plugin to change the from address??

    It could be a plugin issue

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    #159487
    Robkk
    Moderator

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

    if switching the theme does fix the issue , and its not a plugin issue then contact your theme author for help.

    #159474
    rbrynest
    Participant

    Whenever a new user tries to register or login to my site, it just shows a white page with “blocked” written on it.

    I am using bbPress forum plugin and have the “Allow anyone to register” checked.

    My register page is using the register shotcode and as a login I use the (bbpress) login widget in a sidebar.

    I have checked for conflicts by deactivated all plugins but bbpress and switched to the default twentytwelve theme to see if this fixes. Unfortunately with negative results.

    Any idea what’s going on?

    Register URL: http://www.oppfraavgrunnen.no/registrer-deg/
    Login URL: http://www.oppfraavgrunnen.no/bbpress/

    Thanks in advice

    Regards
    Rune

    #159427

    In reply to: Modifying bbpress

    Robkk
    Moderator

    follow this guide here is part 1

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

    part 2 is linked toward the very bottom

    but you can create a blank page and have it use the same forum archive slug as you set in settings>forums.

    for example create a page called Forums , the end slug should be the default /forums and it should lead you to your forum archive.

    an alternative is to use the forum archive shortcode

    [bbp-forum-index]

    #159394

    In reply to: Can't find

    peter-hamilton
    Participant

    And to find that file you need access to your server.

    In your wp-content yhere is a folder called plugins, in there there is a folder called BBpress.
    In the bbpress folder is a folder called templates, and in there a folder called default.
    In that Default folder is another folder called bbpress, and that is the template folder where you can find the loop-single-reply that you can copy to your child’s bbpress folder

    #159367
    dealtek
    Participant

    ok I found css in

    templates/default/css/bbpress.css

    #159342
    Robin W
    Moderator

    ok, this could be lots of things, and part of what you mention is buddypress not bbpress.

    so start with

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

    and if you aren’t seeing forums/topics and replies in the back end then

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

    #159250
    skylarmb
    Participant

    After some investigation, it appears my mailing provider (SendGrid) warns against using “noreply@yourdomain.com” as the sending email for many reasons and will drop your email if you do so. Apparently I missed this important point while setting up the service. I looked though the logs and found a bunch of these:

    dropped!

    No wonder no one was getting their notifications!

    Temporary fix (Warning! Hacking core files is bad, this is only for the desperate, like me, and will break as soon as you update the plugin):

    “noreply@…” This is the default that bbPress uses to send its notifications from. I simply created a new email for the forums, “forums@mydomain.com” and set that as the “noreply” email address in bbpress/includes/common/functions.php on lines 1065 and 1205. everything is working fine now. I realize this might not be the solution for everyone as other people in this thread might not be having the same issues as me, and it is certainly not a permanent fix, but at least next week or so the users on my site will be receiving their emails while I investigate this further.

    #159232

    In reply to: Topics do now show

    Robin W
    Moderator

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

    Then come back

    #159215
    Robkk
    Moderator

    common issue with yoast breadcrumbs.

    /**
     * Filter to call default bbPress breadcrumbs
     */
    add_filter( 'bbp_get_breadcrumb', 'myfix_bbp_get_breadcrumb', 1, 3 );
    function myfix_bbp_get_breadcrumb($trail, $crumbs, $r){
            // This will remove wordpress-seo filter to disable bbPress breadcrums by default
            remove_all_filters("bbp_get_breadcrumb",10);
            return $trail;
    }

    use this to enable bbPress breadcrumbs

    #159206
    Robin W
    Moderator

    hmmm… something is changing that

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

    Then come back

    Robin W
    Moderator

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

    Then come back

    Chad R. Schulz
    Participant

    I actually came up with an in-elegant solution using css.

    select#bbp_forum_id, [for="bbp_forum_id"] {display: none;}

    Participants are only able to edit posts for 5 minutes–per the default setting. I just prefer that all the backend stuff remain backend stuff.

    If anyone has a more elegant solution (one that avoids the needless database querying for ALL the exiting forums/categories for every topic edit) please let me know.

    Thanks again, Chad

    #159150
    s1r0n
    Participant

    Can somebody point me in the direction of how to get the cool site widgets we see on these forums, like forum info, tags, feeds. slick forum list and etc. i don’t see these widgets as part of the default bbpress

    #159141
    Marion Peterson
    Participant

    Unfortunately, deactivating all plugins did not help. I did not test a default theme.

    If I create a child theme and install the bbpress codes, will I still potentially have a problems with this, or will this no longer be an issue then?

    #159078

    In reply to: Add Custom User Roles

    Alice Kaye
    Participant

    Update – I managed to get it to work and managed to change the name of the defaults, to make things easier.

    This is the code in case anyone needs it for reference in the future:

    /* bbPress Custom Roles */
    function add_custom_role( $bbp_roles ) {
     
    $bbp_roles['bbp_craftsman'] = array(
    'name' => 'Craftsman',
    'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) // the same capabilities as participants
    );
    $bbp_roles['bbp_journeyman'] = array(
    'name' => 'Journeyman',
    'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) // the same capabilities as participants
    );
    $bbp_roles['bbp_adept'] = array(
    'name' => 'Adept',
    'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) // the same capabilities as participants
    );
    $bbp_roles['bbp_artisan'] = array(
    'name' => 'Artisan',
    'capabilities' => bbp_get_caps_for_role( bbp_get_moderator_role() ) // the same capabilities as moderator
    );
    return $bbp_roles;
    }
    add_filter( 'bbp_get_dynamic_roles', 'add_custom_role', 1 );
    /* bbPress Custom Roles */
    
    /* bbPress Custom Role Names */
    add_filter( 'bbp_get_dynamic_roles', 'ntwb_bbpress_custom_role_names' );
    
    function ntwb_bbpress_custom_role_names() {
    	return array(
    
    		// Keymaster - Advisor
    		bbp_get_keymaster_role() => array(
    			'name'         => 'Advisor',
    			'capabilities' => bbp_get_caps_for_role( bbp_get_keymaster_role() )
    		),
    
    		// Moderator - Moderator
    		bbp_get_moderator_role() => array(
    			'name'         => 'Councilman',
    			'capabilities' => bbp_get_caps_for_role( bbp_get_moderator_role() )
    		),
    
    		// Participant - Apprentice
    		bbp_get_participant_role() => array(
    			'name'         => 'Apprentice',
    			'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() )
    		),
    	);
    }
    /* bbPress Custom Role Names */
    #159057
    peter-hamilton
    Participant

    3. Buddypress allows more member profile functions, group creation with private forums and a facebook style activity wall, this is all added by Buddypress to the already existing forum only functions from BBpress.

    They integrat by following the steps offered after instal, I always instal BBPress first.

    If you want you can have a look a my site how they work together, I believe they should always be used in tandem.

    Buddy/BB/Wordpress

    4. If you create the categories and the forums, then members can only post topics in forums on hose categories by default.

    2. You can change that text in form-reply.php, which means you need to make a bbpress template folder in your child theme.

    1. I wish it was true.

    Hope this helps.

    Peter Hamilton

    #159042
    zanderlise
    Participant

    Created a sidebar with wwPress WP Tweaks, but can’t get it to display. I have added widgets, and tried selecting all the different pages in the “Default forum wrapper” section. It just won’t show up.

    WP version 4.1.1
    http://www.testambrosemediastore.com/forums/forum/forum-2/
    Minamaze theme

    In this theme, you have to select one layout for all static pages, and I have chosen a layout that is full page. You don’t get Template options while creating/editing a page. Is that causing the issue? It seems all of the other “sidebar” plugins I’ve tried simply replace an existing sidebar, they won’t add one. Is “bbPress WP Tweaks” the same, or can you add a sidebar to the forum page even if it doesn’t have a sidebar originally?

    Any help would be appreciated!

    Thanks!

    #159039
    Robin W
    Moderator

    ok,

    1. not possible with bbpress as far as I know
    2. only admin/keymasters get this priviledge
    3. https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/
    4. If I understand the question correctly, normal users – that is the default ie participants can create topics and replies, but not forums or categories. If you meant something different then come back

    #159032

    In reply to: Log In

    Robin W
    Moderator

    if they then decide to use the forum it appears that they must register again.

    not sure where you are getting that from.

    If you set the default role in settings>forums, then on registration they will get that rile when they log in.

    #159009
    Robkk
    Moderator

    troubleshoot to find if you can pinpoint the problem.

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

Viewing 25 results - 2,476 through 2,500 (of 6,813 total)
Skip to toolbar