Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 8,751 through 8,775 (of 14,219 total)
  • @robin-w

    Moderator

    PS I’m kinda interested that cancelling membership leaves the user still set up and able to access your site? Do they still show in dashboard>users?

    @robin-w

    Moderator

    which version of bbpress and wordpress?

    @robin-w

    Moderator

    can you test that a user gets a reminder if they click the wp-admin lost password ? Not suggesting this as a solution, this is a bit of fault finding.

    In reply to: bbpress performance

    @robin-w

    Moderator

    can I just clarify that your site takes a tenth of a second longer to load with bbpress – yes ?

    In reply to: Free BBPress Theme

    @robin-w

    Moderator

    bbpress just uses much of your theme’s style

    additionally you can use

    bbp style pack

    to improve it’s look

    @robin-w

    Moderator

    you set the default role in dashboard>settings>forums and when the users first log in the will get it allocated.

    or go to

    Dashboard>users>and amend their profile

    or if you want to do it programmatically or directly in the database, then in usermeta you additionally set

    wp_capabilities which already has their wordpress role, so you just add it to the array

    to say

    a:2:{s:13:”administrator”;s:1:”1″;s:13:”bbp_keymaster”;b:1;}

    a:2:{s:10:”subscriber”;b:1;s:15:”bbp_participant”;b:1;}

    a:2:{s:6:”editor”;b:1;s:13:”bbp_moderator”;b:1;}

    @robin-w

    Moderator

    This is really a theme/site specific issue, but is quite do-able.

    contact me via my website

    http://www.rewweb.co.uk

    In reply to: PHP Fatal Error

    @robin-w

    Moderator

    great – glad you are fixed

    @robin-w

    Moderator

    there is a free version of this

    bbPress Digest

    @robin-w

    Moderator

    ok, so you create a page and use shortcodes to achieve this

    Shortcodes

    eg

    [bbp-topic-index]
    [bbp-forum-index]

    @robin-w

    Moderator

    ok, so you create a page and use shortcodes to achieve this

    Shortcodes

    eg

    [bbp-topic-index]
    [bbp-forum-index]

    @robin-w

    Moderator

    I’d ask them if memberpress is integrated with bbpress

    did you ask them the question above?

    ie is their plugin is integrated with bbpress and should be doing this, but it isn’t in your case, or if they haven’t integrated with bbpress, in which case it is not really up to bbpress to make sure there software works with paid plugins, so you would need someone to write the code that hooks to the memberpress cancellation to cancel the user subscriptions.

    PS I’m kinda interested that cancelling membership leaves the user still set up and able to access your site? Do they still show in dashboard>users?

    oh, and what version of bbpress are you using?

    @robin-w

    Moderator

    so what code are you using to pull the feed?

    @robin-w

    Moderator

    ok, you’ll need to explain this more.

    In essence you’ll need to show something that is not right and state precisely what you want to happen to it

    @robin-w

    Moderator

    think it has {forum_name}

    try that

    @robin-w

    Moderator

    ok, so you are using memberpress – since memberpress is a paid plugin – I’d ask them if memberpress is integrated with bbpress, and let them fix this issue

    In reply to: bbp_after_main_content

    @robin-w

    Moderator

    no problem !!

    @robin-w

    Moderator

    I think this plugin still works.

    bbPress Custom Notification Emails

    Come back and let us know !!

    In reply to: bbp_after_main_content

    @robin-w

    Moderator

    can you post your code please

    In reply to: Fatal Error

    @robin-w

    Moderator

    good point !!

    @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 ?

Viewing 25 replies - 8,751 through 8,775 (of 14,219 total)