Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 8,876 through 8,900 (of 14,324 total)
  • @robin-w

    Moderator

    how are they cancelling membership?

    In reply to: Fatal Error

    @robin-w

    Moderator

    you/something/someone/glitch/gremlins/corruption/permissions has stopped the file being there/seen.

    Suggest you contact your host provider to restore back to an earlier version.

    If you have ftp access, you could fix it that way, by renaming the bbpress plugin to say plugin-old which will stop wordpress using it and get you site back and working. You can then delete the bbpress plugin directory and re-install bbpress from the front end

    In reply to: bbp_after_main_content

    @robin-w

    Moderator

    which is back to my earlier post

    add_action( 'bbp_template_after_forums_index' ,'after_content_hook');
    

    There is </div> after this, but if you start you code with a close div and open a fresh one, then the one at the start of this sentence will then close yours

    @robin-w

    Moderator

    In essence the core issue is that ‘with bbpress’ the ‘feed’ is showing the whole article, whereas without it is showing the excerpt which is what you want- is that correct?

    Since bbpress has rss and a site does not need to have mailchimp to run rss, I presume that you could test if you have an issue without mailchimp, which would help eliminate (or otherwise) your theme and/or other plugins as contributing to the issue, but as I said earlier I’m not a mailchimp guy, so I may be talking crap.

    Given that bbpress has over 300,000 active installations, and mailchimp 900,000 – I kinda presuming that if this was a common issue that it would be known about, as others would be running this combination.

    I am trying to help you 🙂

    @robin-w

    Moderator

    have you tried bbpress and rss without mailchimp ? Does that work ?

    @robin-w

    Moderator

    great – glad you’re fixed

    @robin-w

    Moderator

    no problem !

    @robin-w

    Moderator

    Try this

    a.bbp-fourm-link {
    color: #e4e4e4;
        background: #232323;
        padding: 1px 2px;
        margin: 2px 2px;
        line-height: 1.7;
        border-radius: 3px;
    }
    In reply to: Moderator per forum

    @robin-w

    Moderator

    2.6 allows this

    In reply to: 2 questions

    @robin-w

    Moderator

    sorry no-one has answered you. I split this topic off for better presentation

    1. I haven’t delved into per forum moderation, but my understanding is that it works just like the current one, except that you can allocate which forums users can mod. So since the current system does not have notification as such then no would be the answer. Of course if mods subscribe to a forum they will receive notifications of new topics. If you want them to also receive all replies to new topics without having to subscribe them, you could add this plugin

    topic subscribe

    2. nothing immediate I know of, could be done with some coding

    No documentation for 2.6 yet

    In reply to: bbPress error

    @robin-w

    Moderator

    great – glad you’re fixed

    @robin-w

    Moderator

    great – glad you’re fixed

    @robin-w

    Moderator

    no problem

    @robin-w

    Moderator

    since I don’t have the Kleo theme and your site is local, it’s a bit hard to tell you want to alter

    @robin-w

    Moderator

    then you’d alter loop-search-reply.php to look like how you want it

    In reply to: bbp_after_main_content

    @robin-w

    Moderator

    in index, then

    add_action( 'bbp_template_before_forums_index' ,'after_content_hook');

    @robin-w

    Moderator

    untried, but try adding this to your functions file

    add_filter ('bbp_before_filter_anonymous_post_data_parse_args' , 'rew_remove_mail' ) ;
    
    function rew_remove_mail ($args) {
    	$args ['bbp_anonymous_email'] = true ;
    return $args ;
    }

    @robin-w

    Moderator

    bbPress 2.6 Release Candidate 3 download from

    Download

    @robin-w

    Moderator

    this thread wasa also having access problems – might be worth you trying the RC version?

    Blank page if I click on “All forums”

    @robin-w

    Moderator

    great – thanks for posting the solution.

    can’t say I know why it did that !

    In reply to: Solve PHP warning

    @robin-w

    Moderator

    the issues is with the plugin bbpress-wp-tweaks, so you would need to ask for support from the plugin author on

    https://wordpress.org/support/plugin/bbpress-wp-tweaks

    @robin-w

    Moderator

    probably theme issue.

    try AS A TEST a default theme such as twenty seventeen, and see if the problem goes away

    @robin-w

    Moderator

    4 files of interest to you

    all found in templates/default/bbpress

    loop-search.php
    loop-search-topic.php
    loop-search-reply.php
    loop-search-forum.php

    copy them to your theme

    so if you wanted to amend loop-search-topic you would do the following

    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

    where %your-theme-name% is the name of your theme

    find
    wp-content/plugins/bbpress/templates/default/bbpress/loop-search-topic.php
    Make a copy of this file, and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/loop-search-topic.php
    bbPress will now use this template instead of the original
    and you can amend this

    @robin-w

    Moderator

    hmm – think you may need to hire someone to do this in detail for you

    @robin-w

    Moderator

    do you still have this issue?

Viewing 25 replies - 8,876 through 8,900 (of 14,324 total)