Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 1,351 through 1,375 (of 7,500 total)
  • Author
    Search Results
  • #248397

    In reply to: Private Pages Glitch?

    fscbmwcca
    Participant

    With the WordPress 4.4/BuddyPress 2.4.3/bbPress 2.5.8, if you set any of the BuddyPress pages set to private you get the following error “The following active BuddyPress Components do not have associated WordPress Pages: Activity Streams. Repair”

    I tried the https://wordpress.org/plugins/buddypress-members-only/ and that didn’t seem to do what I wanted. I want people to be able to register as Subscribers but Subscribers should not see any of the BuddyPress/bbPress stuff, only the Contributors and above should be part of the BuddyPress/bbPress community. So I need to be able to exclude Subscribers from BuddyPress/bbPress. I have looked and there is some code out there that seems pretty old so I don’t know if it would work and I am not so great with php so I am a little hesitant. I am also new to BuddyPress so I’m not sure of all the ins and outs.

    I tested the plugin and it’s working, in the settings there are two areas [edited – please do not copy & paste such data ]
    I hope I am being clear.

    #248326

    In reply to: Private Pages Glitch?

    fscbmwcca
    Participant

    I installed BP Simple Private it seems to let you mark pages as private and if not logged in it redirects the page. I am only testing now and seems to be working. What I ultimately want to do is exclude “Subscribers” from BuddyPress and bbPress. Haven’t found how to do that yet.

    #248314

    In reply to: I need your help.,

    danbp
    Participant

    Hi,

    group forums are part of bbPress, so you’ve better to ask on bbPress support forum.

    On bbPress Codex, you’ll find a page related to some plugins who may fit or approach what you’re looking for. See https://codex.bbpress.org/feature-plugins-tracking/

    #248282

    In reply to: Protected Forums

    tammy1999
    Participant

    No I haven’t. I am doing some research first before I decide which plugins to use on a new site. I posted at the bbPress forum, but not getting any responses.

    #248277

    In reply to: Protected Forums

    shanebp
    Moderator

    Since it has not been updated for a couple years, that plugin may or may not work.
    Did you try it?

    btw – the bbPress support forums are here.

    #248228

    In reply to: Help email new topic

    shanebp
    Moderator

    Did you try asking your question on the support forum for bbPress ?

    #248165
    Paul-tCGs
    Participant

    thanks @shanebp

    re: your suggestions..

    Turn on wp-debug and then check error logs. < I believe I did this by editing the Wpconfig.php file.. but the debug.log shows file size of zero .. so maybe I did that wrong.

    — — // Enable WP_DEBUG mode
    — — define(‘WP_DEBUG’, true);

    — — // Enable Debug logging to the /wp-content/debug.log file
    — — define(‘WP_DEBUG_LOG’, true);

    — — // Disable display of errors and warnings
    — — define(‘WP_DEBUG_DISPLAY’, false);
    — — @ini_set(‘display_errors’,0);

    — — // Use dev versions of core JS and CSS files
    — — // (only needed if you are modifying these core files)
    — — define(‘SCRIPT_DEBUG’, true);

    — — /* That’s all, stop editing! Happy blogging. */

    Deactivate bbPress and all related plugins. ~ as indicated in my post, did this in several different ways to totally and entirely isolate buddypress as the problem plugin.

    Test with ONLY a WP theme like 2013 and BP ~ perhaps I wasn’t clear, but did this too.. same problem.

    —- —- interesting new note —- —-

    Since the folks at GoDaddy did their memory maximization steps, the error messages have stopped.. but I remembered that when the WP-Admin/Dashboard screen goes white, the site doesn’t. so I added buddypress back in, activated, got the WP-Admin white screen and see that the forums are back up and the user icons are too. so I can’t tweak the interface from the dashboard, but functionality is working slightly.

    #248164
    shanebp
    Moderator

    … a limit to the number of groups & users that BuddyPress can manage; something like 20k users

    There is no limit – provided you have the necessary server resources available.
    There is a difference between total users and # of concurrent users – meaning the # of users that are performing operations at any one time.

    It’s impossible to diag your issue without access to your server.
    Some suggestions:

    • Turn on wp-debug and then check error logs.
    • Deactivate bbPress and all related plugins.
    • Test with ONLY a WP theme like 2013 and BP

    White screens can be tricky to diagnose – but a decent developer can at least narrow down the possible factors.

    #248160
    jscmal
    Participant

    @shanebp .. I have found something.

    I have seen just now that deactivating this plugin, the problem is no more present:

    “rtMedia for WordPress, BuddyPress and bbPress”.

    Then, the latest release of the rtMedia Plugin to upload and manage images introduced new problems.

    #248067
    @mercime
    Participant

    @danbp thumbs up! šŸ™‚

    I guess I’m not going to pursue getting a forum on my site.


    @ldesherl
    You do not need to install BuddyPress in order to get a forum. You only need to install bbPress forums plugin https://wordpress.org/plugins/bbpress/ which works perfectly without BuddyPress.

    #248050
    Hugo Ashmore
    Participant

    @ldesherl I think it might help if you could leave that link above switched to a WP default theme and with all plugins deactivated, just while you’re seeking help for this issue, as things stand I see no sight of BuddyPress or bbPress running, and the theme is a custom one with a lot of plugins running. Buddypress should default to using a series of pages that it will create, your ‘Activity’ example is named with a custom title, you also seem to have a lot of trashed pages as the members page slug has ‘-7’ added suggesting 6 other copies of a page named ‘members’ try deleting those.

    #247984
    shanebp
    Moderator
    #247893
    przemyslawrosa
    Participant

    Sorry, when i wrote every plugin i mean buddypress / bbpress / time-bank. Theme is also trnslated in 100%

    #247758
    @mercime
    Participant

    @ldesherl I just see an error on your home page right now with the TGM plugin. Deactivate all plugins except BuddyPress. Change to a WP Default Twenty-* theme then activate BuddyPress.

    P.S. For forums, install bbPress which works very well with BuddyPress

    #247575
    Henry Wright
    Moderator

    Earlier today I added the following to my functions.php file:

    add_filter( ‘bp_activity_do_mentions’, ‘__return_false’ );

    No @mention emails were generated since then. As soon as I commented that code out, within 5-10 minutes thirteen @mention email notifications went out – all with links to content that is years old (pre-import).


    @reedy
    something custom is running which is causing bp_activity_do_mentions to execute. Did you say you deactivated all of your plugins and custom code? If so, then I suspect the importer is still active. I’m not familiar with it, because it’s bbPress-based but the guys over at that forum should be able to tell you how to deactivate it.

    #247567
    reedy
    Participant

    How do I disable the importer script? I used the official bbpress importer script found in:

    Wp-Admin>Tools>Forums>Import Forums

    As far as I know, once it’s done importing then it’s done importing.

    #247565
    Henry Wright
    Moderator

    @reedy to my knowledge BuddyPress doesn’t implement any cron jobs, especially ones that send email.

    they seem to more or less be coming out every time a page is loaded

    This indicates something is hooked to init, or bp_loaded etc. But that would almost certainly be custom code because nothing in BuddyPress or bbPress would hook to those events and send email.

    Have you fully disabled the importer script?

    #247559
    shanebp
    Moderator

    bp_notifications is still generating notifications on pre-import mentions.

    That is so bizarre… I have no idea why.
    Can you have your host check for processes that have been running for a looong time or using a lot of memory and kill them?

    Your db screenshots show some rows that look strange to me – the last 3 rows of the last graphic seem suspicious.

    Personally, I would wipe the install and start over.
    Or at least deactivate both BP and bbPress.
    If emails keep arriving, then it’s WP or your server.

    #247552
    reedy
    Participant

    OK, just so we’re on the same page I’ll give the URIs as I respond.

    Having looked into my notifications feed here:

    /members/member-name/notifications/

    I see that notifications were indeed coming in in ‘batches’, too.

    For example:

    All refer to pre-import mentions.

    HOWEVER, no notifications for pre-import activity appear there from the time I ran the below mySQL query yesterday:

    UPDATE bp_notifications SET is_new=0 WHERE is_new=1

    So that seems to have had some effect (yet emails continued to go out).

    As for activity entries being created, if I go to:

    /members/member-name/activity/

    … it contains all activity from the start of time (post-import and pre-import activity).

    bbpress told me this is a buddypress issue since buddypress generates the @mention email notifications.

    A couple of hours ago I added this to my functions.php file:

    //buddypress stop mention emails //
    remove_action( 'bp_activity_sent_mention_email', 'bp_activity_at_message_notification', 10, 5 );
    //End buddypress stop mention emails //

    Hopefully that will stop new emails from going out. Not the ideal solution, though as it also blocks mentions for anything post-import, too (I believe).

    #247551
    shanebp
    Moderator

    Because emails are being sent, a lot of notifications were created too, correct?
    Are the notifications being created in ‘batches’ ala the emails?
    And were any activity entries created?

    afaik – BuddyPress only handles @ mentions in the context of activity, hence:
    add_filter( 'bp_activity_do_mentions', '__return_false' );

    If true, then bbPress is parsing @ mentions in forum posts and creating BP notifications which result in emails being sent.

    I don’t have a solution – just trying to outline the sequence.
    Very curious to know why, given that the email server queue isn’t massive, there seems to be a throttle on the process.

    Have you tried asking bbPress about this?
    You may need to open a ticket to get a useful response. If you do, please share it here.

    #247550
    reedy
    Participant

    I used the bbpress importer for phpBB:

    phpBB

    The script only runs once and after everything is imported it is not used.

    #247457

    In reply to: Buddypress and IPV6

    Paul Wong-Gibbs
    Keymaster

    wp_bb_posts is bbPress 1, *not* BuddyPress. šŸ™‚

    I don’t know if there’s anyone interesting in working on that old versions of bbPress any more. If you haven’t already, I’d suggest posting on https://bbpress.trac.wordpress.org/ so that at least the issue is logged.

    #247406
    peter-hamilton
    Participant

    I am going to try a similar, but different theme with the new BBPress/Buddypress plugins, now using older version from earlier this year.

    Just to play around with the code, not doing it for much more then laughs at the moment.

    #247317
    DarkDog
    Participant

    Amazingly I just now found kinda what I was looking for. It’s called Toggle The Title. While it isn’t working for bbpress, it does work on every other page including BuddyPress. So that’s good. I just can’t believe I didn’t find this sooner. Anyway, it works. Now if I could just figure out how to get bbpress working the way I want it, I’ll be good to go.

    #247308
    Henry Wright
    Moderator

    Hi @functionmunchkin

    This forum uses bbPress, you should probably add your feature request here:

    https://bbpress.org/forums/

Viewing 25 results - 1,351 through 1,375 (of 7,500 total)
Skip to toolbar