Search Results for 'bbpress'
-
AuthorSearch Results
-
January 5, 2016 at 5:22 pm #248397
In reply to: Private Pages Glitch?
fscbmwcca
ParticipantWith 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.January 4, 2016 at 12:33 am #248326In reply to: Private Pages Glitch?
fscbmwcca
ParticipantI 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.
January 3, 2016 at 1:01 pm #248314In reply to: I need your help.,
danbp
ParticipantHi,
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/
January 2, 2016 at 2:45 pm #248282In reply to: Protected Forums
tammy1999
ParticipantNo 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.
January 2, 2016 at 2:03 pm #248277In reply to: Protected Forums
shanebp
ModeratorSince it has not been updated for a couple years, that plugin may or may not work.
Did you try it?December 31, 2015 at 2:17 pm #248228In reply to: Help email new topic
shanebp
ModeratorDid you try asking your question on the support forum for bbPress ?
December 28, 2015 at 9:38 pm #248165In reply to: Admin screen goes white on BuddyPress activation
Paul-tCGs
Participantthanks @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.
December 28, 2015 at 8:38 pm #248164In reply to: Admin screen goes white on BuddyPress activation
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.
December 28, 2015 at 4:37 pm #248160jscmal
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.
December 24, 2015 at 1:45 am #248067In reply to: Could not Save Basic Settings
@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.December 23, 2015 at 5:53 pm #248050In reply to: Could not Save Basic Settings
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.
December 22, 2015 at 9:12 pm #247984In reply to: Private Category not working
December 19, 2015 at 12:22 pm #247893In reply to: Problem with translation of some strings
przemyslawrosa
ParticipantSorry, when i wrote every plugin i mean buddypress / bbpress / time-bank. Theme is also trnslated in 100%
December 14, 2015 at 9:10 pm #247758In reply to: Could not Save Basic Settings
@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
December 9, 2015 at 10:05 am #247575In reply to: Notification emails after import
Henry Wright
ModeratorEarlier 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 causingbp_activity_do_mentionsto 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.December 9, 2015 at 1:19 am #247567In reply to: Notification emails after import
reedy
ParticipantHow 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.
December 9, 2015 at 1:02 am #247565In reply to: Notification emails after import
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, orbp_loadedetc. 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?
December 9, 2015 at 12:08 am #247559In reply to: Notification emails after import
shanebp
Moderatorbp_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.December 8, 2015 at 11:07 pm #247552In reply to: Notification emails after import
reedy
ParticipantOK, 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=1So 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).
December 8, 2015 at 10:51 pm #247551In reply to: Notification emails after import
shanebp
ModeratorBecause 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.December 8, 2015 at 10:35 pm #247550In reply to: Notification emails after import
reedy
ParticipantI used the bbpress importer for phpBB:
The script only runs once and after everything is imported it is not used.
December 6, 2015 at 2:40 pm #247457In reply to: Buddypress and IPV6
Paul Wong-Gibbs
Keymasterwp_bb_postsis 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.
December 4, 2015 at 11:25 am #247406In reply to: please review my new website onlijn.com
peter-hamilton
ParticipantI 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.
December 1, 2015 at 5:34 am #247317In reply to: Changing Page Titles On The Page
DarkDog
ParticipantAmazingly 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.
November 30, 2015 at 9:57 pm #247308In reply to: Resolve my own question on support?
Henry Wright
ModeratorThis forum uses bbPress, you should probably add your feature request here:
-
AuthorSearch Results
