Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for ' . default . '

Viewing 25 results - 3,826 through 3,850 (of 6,760 total)
  • Author
    Search Results
  • #133829

    The info below does not address the OPs question for performance, but rather is an answer to the questions regarding emails being sent out all together.

    This does happen unfortuantly and it’s usually do to the server setup. We see this a lot with shared hosting.

    The WordPress function that handles email, wp_mail() (more info here), uses the PHP mail function to send it’s emails (bbPress uses this as well). Many hosting environments have a throttle on how many emails can be sent using their SMTP servers, which are used by default.

    The solution is to use a different SMTP server/service to send out the emails and not rely on the default one hosting provider’s server uses.

    The first thing you will want to do is install one of the many SMTP plugins that are available on the WordPress.org plugin repository. I’ve used WP SMTP before without any issues.

    After that’s installed you’ll want to configure that plugin to use your new SMTP service.

    Sometimes you can ask your host for this information and by just using their SMTP service through the plugin will fix the issue. Other times it doesn’t, which means you’ll need a new SMTP service all together.

    There are a ton of great paid SMTP services available, most should be suitable. SendGrid seems to be a popular one, which gives you 40,000 emails/month for $10.

    It’s not ideal that emails don’t always “just work” out of the box, however it almost always boils down to the web host. Especially when some emails send out fine but others don’t go through.

    #133810
    David
    Participant

    I don’t think the problem has to do with other plugins. It has to do with bbPress having made roles for the forums a separate thing. Look at your users page… on the right there is a “Forum Role” column. If it’s blank then that’s where your issue is. It needs to have “Keymaster”, “Moderator”, “Participant”, etc.

    For a quick fix, in Tools > Forums, you can select the checkbox for “Remap existing users to default forum roles”. If you have a lot of moderators/users, be careful. For me, it assigned all the admins to Keymaster, the moderators (bbPress used to have the role “Moderator” alongside the other WP roles) to Moderator, and everyone else to Participant.

    Get your users assigned to forum roles and the admin menus will show up for them (and you!). Only an admin can change a forum role, but they cannot change their own.

    #133775
    jonboldendesign
    Participant

    I had the same problem but I was able to get it to appear just by playing with these settings under Settings > Forum.

    Anonymous posting
    Default user role (move the role to keymaster and then switch it back)
    Auto role

    I can’t tell you what order I did them in (because I can’t remember) but turning them on and off seemed to do the trick for me.

    #133774
    jonboldendesign
    Participant

    I had the same problem but I was able to get it to appear just by playing with these settings under Settings > Forum.

    Anonymous posting
    Default user role (move the role to keymaster and then switch it back)
    Auto role

    I can’t tell you what order I did them in (because I can’t remember) but turning them on and off seemed to do the trick for me.

    #133773

    In reply to: Admin Bar Disappear

    jonboldendesign
    Participant

    I had the same problem but I was able to get it to appear just by playing with these settings under Settings > Forum.

    Anonymous posting
    Default user role (move the role to keymaster and then switch it back)
    Auto role

    I can’t tell you what order I did them in (because I can’t remember) but turning them on and off seemed to do the trick for me.

    #133766
    Julien1975
    Participant

    Try hitting Tools > Forums > Repair Forums
    …and run the “Remap existing users to default forum roles” fixer.

    I’ve checked the db for the admin user settings looks correct:
    |10 |1 | wp_capabilities| a:2:{s:13:”administrator”;b:1;s:13:”bbp_keymaster”;b:1;}

    Unfortunately it I cannot enter to “Tools -> Forums -> Repais forums” as the whole plugin is locked.
    Can you post the SQL query in order to reset the forums ? I really prefer to reset it from scratch rather than having no control of it.

    Thank you for your help

    #133760

    Try hitting Tools > Forums > Repair Forums

    …and run the “Remap existing users to default forum roles” fixer.

    Basically, blog admins aren’t always forum admins, they need to also be Key Masters. Sounds like you lost (or never had) the Key Master role.

    It may be worth approaching this differently in a future version, and trusting administrators implicitly.

    #133686
    kwerri
    Participant

    OK, in the end I did this:
    – created a new ‘create new topic’ page following the instructions here:
    – created a link in to the new page the wp-content/plugins/bbpress/templates/default/bbpress/content-archive-topic.php

    #133657
    John Parris
    Participant

    A note to anyone that might be having 404 problems with non-admins, yet this time in version 2.3.

    I fixed the problem by doing the following in the WP admin:

    Tools > Forums > Remap existing users to default forum roles

    #133655
    Jeff Farthing
    Participant

    Yes, I figured this out on my own.

    Heavenlyz
    Participant

    Wordpress version: 3.5.1
    bbPress version: 2.3
    site: http://www.heavenlyz.com

    Apologies if this is considered cross-posting, as this appears as a reply to another thread (but that other thread title isn’t similar). The other thread is… http://bbpress.org/forums/topic/non-functional-index-page-when-bbpress-2-1rc4-is-used-with-woothemes-canvas-5-05/#post-133638

    Ok, so newbie here who knows html and understands coding but is really keen to not screw up the site that someone else has built for me (so apologies if the answer is above and I’m not seeing it).

    The site is http://www.heavenlyz.com and, I think, I’m using the “Nollie” theme.

    I’ve installed bbpress, created a couple of forums and – via the great info on this thread – created a page called “Boardroom”, into which I’ve inserted the “[bbp-forum-index]” shortcode. Hey presto, after much head scratching, I can now see a forum index on http://www.heavenlyz.com/boardroom/…woohoo

    But, my next challenge is to be able to open one of the forums shown. Am struggling with this.

    Having searched, the most relevant answer seems to be… http://bbpress.org/forums/topic/non-functional-index-page-when-bbpress-2-1rc4-is-used-with-woothemes-canvas-5-05/#post-133638

    If you think there is a better (read “easier” 🙂 solution, then please suggest but if not, please read on…

    Because I am using the Nollie theme – I think – the parent/ child argument in that thread doesn’t apply, so am looking at changing the root page.php only (to be honest, I wouldn’t know how to work out whether the child page exists/ how to find the child page).

    In the thread linked to above, Lab says

    Next, change the entry div as shown, to modify the current conditional check to ALSO see if you are on a bbPress page. Without this extra bit, it assumes that you want the page to show the_excerpt() on every page other than single.php …. not true. We want full content on bbPress pages as well

    But my page.php says…

    ID, ‘mfn-post-layout’, true) ) {
    case ‘left-sidebar’:
    $class = ‘ with_aside aside_left’;
    break;
    case ‘right-sidebar’:
    $class = ‘ with_aside aside_right’;
    break;
    default:
    $class = ”;
    break;
    }
    ?>

    Where’s the “entry div”? Apologies if this is a laughably stupid question.

    All help appreciated. N.b. As I’m learning, to start with, I’d rather keep the changes simple and effective rather than complex and golden.

    Heavenlyz
    Participant

    Ok, so newbie here who knows html and understands coding but is really keen to not screw up the site that someone else has built for me (so apologies if the answer is above and I’m not seeing it).

    The site is http://www.heavenlyz.com and, I think, I’m using the “Nollie” theme.

    I’ve installed bbpress, created a couple of forums and – via the great info on this thread – created a page called “Boardroom”, into which I’ve inserted the “[bbp-forum-index]” shortcode. Hey presto, after much head scratching, I can now see a forum index on http://www.heavenlyz.com/boardroom/…woohoo 🙂

    But, my next challenge is to be able to open one of the forums shown. Am struggling with this.

    Because I am using the Nollie theme – I think – the parent/ child argument doesn’t apply, so am looking at changing the root page.php

    Above, Lab says

    Next, change the entry div as shown, to modify the current conditional check to ALSO see if you are on a bbPress page. Without this extra bit, it assumes that you want the page to show the_excerpt() on every page other than single.php …. not true. We want full content on bbPress pages as well

    But my page.php says…

    ID, ‘mfn-post-layout’, true) ) {
    case ‘left-sidebar’:
    $class = ‘ with_aside aside_left’;
    break;
    case ‘right-sidebar’:
    $class = ‘ with_aside aside_right’;
    break;
    default:
    $class = ”;
    break;
    }
    ?>


    <div id="Content" class="subpage”>


    <?php
    if( $class ) echo '’;

    while ( have_posts() )
    {
    the_post();
    get_template_part( ‘includes/content’, ‘page’ );
    }

    if( $class ) echo ”;
    ?>

    Where’s the “entry div”? Apologies if this is a laughably stupid question.

    All help appreciated. N.b. As I’m learning, to start with, I’d rather keep the changes simple and effective rather than complex and golden.

    #133602
    Pippin Williamson
    Participant

    There is a plugin that makes the Subscribe to Replies option checked by default. Would that work for you? It would only apply when users posted a reply though.

    #133569
    NewSha
    Participant

    I’m running bbpress for a small group of users. I need to make all current and future users to be automatically subscribed to everything.
    I’m looking for the easiest way to make all users subscribed to all topics by default.
    Similar topic, but the solution was not found.

    Thank you!

    #133549
    webheadcoder
    Participant

    I just figured it out. I found a bunch of other topics on this and found a hint at: https://bbpress.org/forums/topic/bbpress-2-3-default-role-not-assigned/

    Basically I went to Settings->Forums and checked the “Auto role” checkbox that says “Automatically assign default role to new, registered users upon visiting the site.”. After checking this the Forums, Topics, Replies menus showed up and my user was assigned a role. I then unchecked the Auto role setting since it was originally unchecked. not sure if it should be checked or unchecked in the long term.

    #133542

    Topic: Forum sidebar

    in forum Troubleshooting
    sertefi
    Participant

    Hi Guys,
    this might sound easy to achieve but I am newbie 😀

    how can I change the sidebar of the forum.
    I have created (registred) a new sidebar named it ” forum “.
    I went to : plugins\bbpress\templates\default\extras and edited this: into this :

    But it’s still showing the sidebar of the default wordpress pages.
    am I editing the right files?

    Thanks for your help.

    #133531
    kraigg
    Participant

    @ovizii

    It could be one of your plugins that is blocking regular users from posting. I had a similar problem last month and I thought it was a bbPress problem, but it turned out to be another plugin.

    If you have a production version of your website, try to deactivate all of our plugins except bbPress and User Role Editor. Also try to switch back to the default theme, just to confirm that it’s not something in your functions.php that is causing problems. What version of bbPress and WordPress are you using?

    The other thing to try is to use User Role Editor to add capabilities to your Participant role, and keep adding until it fixes the posting issue. Then at least you’ll be able to pinpoint the capability that is causing the problem. But first make sure to create a backup of the Participant role so you can revert back to it.

    #133453

    Looks like it did change, but only for the positive in this regard:

    https://bbpress.trac.wordpress.org/changeset/4336

    #133452

    My guess is no; or that the default option value changed in 2.3 (I don’t recall) and there is no option in the DB.

    #133447

    Do you have auto role set in the bbPress settings?

    #133444
    Jeff Farthing
    Participant

    Ever since I have upgraded to 2.3, new users are not assigned the default forum role.

    WP Version: 3.5.1 (Multisite)
    bbPress Version: 2.3

    http://www.jfarthing.com/support/

    Chip Bennett
    Participant

    Upon update to bbPress 2.3, I appeared to lose a considerable amount of my style customizations. To isolate the issue, I manually enqueued [theme]\css\bbpress.css, and all styling returned. So, it appears that the issue is merely that this file is not getting enqueued by bbPress.

    As it turns out: I have a bbpress-functions.php file in [theme]\bbpress, which was taking precedence over the Plugin’s templates\default\bbpress-functions.php file, which handles the stylesheet and script enqueueing.

    Apparently, unlike with WordPress Child Themes, in which the Child Theme functions.php merely loads *prior* to the template (Parent Theme) functions.php, with bbPress Theme compat, if the Theme includes \bbpress\bbpress-functions.php, that file will take *precedence* over the Plugin’s \templates\default\bbpress-functions.php file, and prevent it from loading at all.

    The solution is simple: if you include a functional file (e.g. for adding/removing various filters) as part of your bbPress Theme compat, don’t include it as [theme]\bbpress\bbpress-functions.php file. In my case, I renamed that file as [themename]-bbpress-functions.php, and the problem was resolved.

    Hopefully this will help someone else who encounters the same issue.

    #133387
    Mudstacle
    Participant

    Hi there,

    I’ve got a forum that doesn’t show, I believe it is a theme issue as default wordpress theme works okay, I’m running ExtremeSport 2.0 from http://smthemes.com/ ( http://smthemes.com/extremesport/ )

    It worked okay with 2.2.4 I’m not sure where to start looking for the issue (I’m a c# developer by trade 🙂 ).

    #133378
    kraigg
    Participant

    @ovizii

    How I got it working was to set the Forum Role for all existing users (non-admin) to ‘Participant’. I did this in Dashboard > Users > All Users, then found the users that had no forum roles. Once I changed these users to ‘Participant’ they were then able to post again.

    To automate this process, I set ‘Participant’ as the default forum role for users. I did this in Settings > Forums
    “Default user role”: Participant
    “Auto role”: (tick) Automatically assign default role to new, registered users upon visiting the site.

    However I think this problem may have been fixed in the latest bbPress

    #133371
    Michael4fm
    Participant

    Can anyone help me with sizing of navigation tabs?

    Using:  WordPress 3.5.1, BuddyPress 1.7, Montezuma (Bytesforall) theme. Difficult to ‘just switch’ to Twenty Ten / Twenty Eleven as it’s a ‘presentation’ problem.

    I’m trying to resize BP navigation tabs to match others I’m using – see this example. As you can see, I’m managing to resize the ‘sub menu’ navigation, but not the ‘top level’ … even though they’re using (as far as I can ascertain) exactly the same CSS classes, ID, etc.

    I’ve played with CSS in the Montezuma theme, in BP Template plugin, and in ‘default.css’ in the main BP plugin. Can anyone suggest where I should be looking? Driving me mad that I can’t crack what should be such a simple thing!

Viewing 25 results - 3,826 through 3,850 (of 6,760 total)
Skip to toolbar