Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 8,401 through 8,425 (of 14,282 total)
  • @robin-w

    Moderator

    and the one that doesn’t will have something different about it.

    either delete the identical site and start again with it, or carry out the tests above, which will help narrow where the error could lie.

    @robin-w

    Moderator

    sorry but this is getting beyond free help. bbpress just uses wordpress registration, so this is not really a bbpress issue, rather a wordpress one.

    I’m afraid I can’t help further

    @robin-w

    Moderator

    bbpress and twenty twelve work fine.

    bbpress is not resource heavy.

    @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 twentyfifteen, and see if this fixes.

    Then come back

    @robin-w

    Moderator

    not without extensive coding

    Out of interest does the plugin not do what you want, or do you have a thing against plugins ๐Ÿ™‚

    @robin-w

    Moderator

    never seen that before, and like you all I can find on a google is reference to Mojo Marketplace

    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 twentyfifteen, and see if this fixes.

    Then come back

    @robin-w

    Moderator

    ok try

    dashboard>permalinks>and just click save

    This sometimes frees them up

    if not come back

    @robin-w

    Moderator

    then you’ll need to contact the theme authors to fix – it is something they are doing

    @robin-w

    Moderator

    your smtp service will be expecting the correct email address

    what is set is

    dashboard>settings>general>email address

    and does it match your smtp?

    1. You should be aware that many spam filters strip messages that do not come from the correct address. So if your site is mysite.com and your email address in wordpress settings>general is fred@gmail.comthen it is likely that messages will be dumped in transit. You need to set up email to come from your site eg fred@mysite.com, your hosting provider can help if needed.
    2. Just bbpress?
    Then you need to see if this is wordpress wide or just bbpress.
    Try https://wordpress.org/plugins/check-email/

    @robin-w

    Moderator

    I’ve had a quick look at the plugin, and can see no reason why it shouldn’t work.

    @robin-w

    Moderator

    what plugin/app is doing the search function?

    @robin-w

    Moderator

    Can you clarify

    Did these show and have stopped?
    Have you just imported these?

    @robin-w

    Moderator

    It wasn’t until I started googling this that I notice it is a recurring issue with bbpress sites using smtp, and hasn’t got a definitive answer.

    As far as I can see two things seem to help.

    1. amending the from address
    2. not sending bulk emails

    this plugin seems to address these two issues

    Can you try it and report back

    AsynCRONous bbPress Subscriptions

    also there is a code snippet that lets you change the from address that smtp may well need -I don’t think it is needed as the plugin does this I hope (I haven’t tested the plugin), but quoted just in case ๐Ÿ™‚

    However, something causes that in the forum post notifications the โ€œFromโ€ is set back to the default <noreply@domain.com>, although it is set to different/custom address by the WP Mail SMTP plugin. My web hosting service blocks the PHP mails sent from unknown addresses, so thatโ€™s the reason why the e-mails are not delivered.

    /*BBPress email fix*/
    add_filter( 'wp_mail_from_name', 'email_sent_from_name' );
    function email_sent_from_name( $name )
    {
        return 'SITE NAME';
    }
    add_filter( 'wp_mail_from', 'email_sent_from' );
    function email_sent_from( $email )
    {
        return 'email@example.com';
    }

    @robin-w

    Moderator

    no problem

    @robin-w

    Moderator

    dashboard>users>edit user and you can change their bbpress role near the bottom to moderator

    @robin-w

    Moderator

    contact me via my website

    http://www.rewweb.co.uk

    @robin-w

    Moderator

    no problem – do come back if I can help further

    @robin-w

    Moderator

    I don’t know of any plugin that does this at the moment

    my bbp topic count plugin shows topics/replies/totals for users in topics and replies

    bbp topic count

    @robin-w

    Moderator

    Not sure what to advise for best.

    I’m not a bbpress author, so have no direct influence on code.

    However I have 6 plugins that are sub-plugins to bbpress most of which have shortcodes that won’t display correctly under 2.6rc5.

    I have asked the authors to reconsider restricting bbpress – the min file is only 32kb, so won’t affect load times to go on all pages – it is just downloaded once when the site is accessed.

    If they decide to go as is, I will need to duplicate part or all of the bbpress.css file in my plugins, which means that someone using 3 of my plugins will get the same css downloaded 4 times – 3 by me and one by bbpress which is not good ๐Ÿ™‚

    So watch this space.

    if you are deep into coding, you could just enqueue a copy of bbpress.css in your theme, or probably much easier just dump the contents of bbpress.css into your theme’s css – that will fix it.

    @robin-w

    Moderator

    I’ve now set up a quick test site for 2.65c5 to validate

    I can confirm that

    <?php echo do_shortcode("[bbp-forum-index]"); ?>

    doesn’t work but the shortcode on a page on it’s own does.

    However your issue with profiles is a theme/bbpress one, it all works on my test site.

    Can you try adding this to your themes css

    #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
    	overflow: visible !important;
    	}

    that seemed to fix it for your site, but I haven’t checked that it doesn’t create issues elsewhere !

    @robin-w

    Moderator

    need a link to your site and the forum, so that I can see live

    @robin-w

    Moderator

    bbpress using a custom post type and relies heavily on wordpress to then put these into the posts and post meta table.

    So you would need to completely rewrite the core of bbpress, so in practise the answer is that you can’t.

    @robin-w

    Moderator

    ok, 2.6 is trying to just load on bbpress content pages, but obviously is missing those that use code.

    I’ll update the trac ticket

    @robin-w

    Moderator

    Sorry, but I support live versions, so I’m reluctant to load RC code to my test site, so I’ll keep asking you to do stuff if that’s ok !

    Can you create a page and put the shortcode in there – I want to test if that makes a difference over using code to call it.

    @robin-w

    Moderator

    I’ve found a trac ticket for this and logged this chat here

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

Viewing 25 replies - 8,401 through 8,425 (of 14,282 total)