Search Results for 'bbpress'
-
AuthorSearch Results
-
December 3, 2014 at 11:26 am #230051
In reply to: Buddy Press Memory Spikes
tim_marston
ParticipantThanks @henrywright
Here is the list:
Admin Tweaks
Advanced Excerpt
Antispam Bee
bbPress
Bowe Codes
BP Auto Activate Autologin Redirect To Profile On Signup
Bp Clear Notifications
BP Group Activities Notifier
Broken Link Checker
BuddyBlock
BuddyPress
Buddy Press Activity Ads
BuddyPress Activity as Wire
BuddyPress Activity Comment Notifier
BuddyPress Activity Privacy
BuddyPress Block Activity Stream Types
BuddyPress Live Notification
BuddyPress Profile Visibility Manager
BuddyPress Security Check
BuddyPress Usernames Only
Delete Expired Transients
Duplicator
Email Login
Facebook Like User Activity Stream For BuddyPress
Google Analytics +
Imsanity
Infinite SEO
Insert Headers and Footers
Mailjet for WordPress
Menu Items Visibility Control
OPcache Dashboard
Post Voting
Pretty Link Lite
Query Monitor
Random Banner
rtMedia for WordPress, BuddyPress and bbPress
rtMedia Pro
s2Member Framework
SearchWP
SearchWP bbPress Integration
Social Likes
Subscribe To Comments
User Activity
Wordfence Security
WordPress FAQ Manager
WP-DBManager
WP-Memory-Usage
wp-Monalisa
WPBakery Visual Composer
WP Better Emails
WP External Links
WP Maintenance Mode
WPMU DEV Dashboard
WP Widget CacheDecember 1, 2014 at 10:53 pm #229995In reply to: Role "member" doesn't show in list for Add New User
danbp
Participantkeymaster and participant are bbpress roles
https://codex.bbpress.org/bbpress-user-roles-and-capabilities/did you created a registration page from within BP settings ?
November 26, 2014 at 8:36 pm #229738In reply to: Question about BP Updates
shanebp
ModeratorIf you’re editing core files – then yes, of course, your changes will be wiped out.
You can use bp-custom.php to add functions.
You can use template overrides to change templates.
See the codex ( the Documentation link ) for more info.
It’s rare that you can’t make your changes using a filter hook – then the changes won’t be wiped out.
This is the standard approach to coding in WP – including BuddyPress and bbPress.November 26, 2014 at 9:04 am #229611In reply to: Removing @mentions from buddypress
danbp
ParticipantHi @mmaccou,
The place in the functions.php has no importance. You can also use bp-custom.php to be independant of your theme.
That said, the tip (published 2010) you tried is no more accurate for BP 2.x and/or bbPress.Try this one instead:
/* deactivate @mention - BP 2.0+ & bbpress */ add_filter( 'bp_activity_do_mentions', '__return_false' ); // BP only add_filter( 'bbp_find_mentions', '__return_false' ); //bbPress onlyNovember 24, 2014 at 1:51 pm #229488shanebp
ModeratorBP and bbPress are meant to act that way. So it’s considered a ‘feature’, not a bug.
November 24, 2014 at 1:44 pm #229486shanebp
ModeratorIf you select “Discourage search engines from indexing this site” in WP – Settings – Readings then bbpress new topics and replies won’t be shown in Buddypress Activity.
just fyi – if selected, it will also prevent blog comments from showing up in the activity stream.
November 24, 2014 at 10:10 am #229479Cartographer
ParticipantHi again,
I just found the problem and wasn’t the 4.0.1 version of WordPress.
Just for your info see here: https://bbpress.org/forums/topic/wp-search-engine-visibility-causes-issue-in-displaying-bbpress-in-bp-activity/
Thank you!
November 22, 2014 at 5:42 pm #229448In reply to: Topic answers – emails/notifications
shanebp
ModeratorYou should.
And – btw – this is the BuddyPress forum.
Your question is better suited to the bbPress forum.November 22, 2014 at 12:47 pm #229445In reply to: Administrator / Keymaster and other role problems
shanebp
ModeratorYes, it’s unfortunate that bbPress doesn’t clean up the roles it created when uninstalled.
( note: it shouldn’t remove roles when it’s just deactivated. )But this is the BuddyPress forum.
Please ask your question on the bbPress forum.November 20, 2014 at 10:42 pm #229255Hugo Ashmore
ParticipantThat’s bbPress, bbPress isn’t BuddyPress 🙂
bbP handles overloaded styles in same manner BP does so you can copy the stylesheet for bbpress to your theme/child theme and edit the relevant rulesets.
November 20, 2014 at 7:51 am #229223In reply to: Buddypress plugin causing problem with other plugin
Hugo Ashmore
ParticipantAt this stage we can’t help as you provide no idea of what sort of issue you are having; this plugin author you contacted replied to you thusly You might want to contact one of the developers of the plugin that is causing the problem and send them the information in your console no information though!
Not sure why you have arrived at the conclusion BuddyPress is the issue here though, BP is coded very tightly to WP standards and is less a plugin and more an extension of WP functionality.
You actually list a number of fairly complex plugins that you consider cause the issue and seem to have posted this question on bbPress forum their response is going to be the same as ours at this stage without much more information, but frankly if one states a number of plugins appear to cause an issue on an individual basis then the one common denominator would likely be the problem and in this case that’s the bol.com plugin, but that’s not pointing the finger so to speak at bol but the resolution will lie with bol rather than bbPress or BuddyPress.
https://wordpress.org/support/topic/produktlink-doesnt-workNovember 18, 2014 at 5:52 pm #229174In reply to: forum on site not working
shanebp
ModeratorForums are controlled by bbPress.
You’ll have better luck asking on the bbPress support forum.November 18, 2014 at 5:49 pm #229171shanebp
ModeratorYou referring to forum pages?
They are created by bbPress.
You could ask on the bbPress forums.
You’ll need to modify the bbPress templates.November 10, 2014 at 4:49 pm #228817In reply to: Total number of posts
Fugglet
ParticipantI don’t see anything with that directs me towards my avatar area in the forum.
I’d like to place it under the avatar.
Same deal for my website http://blazeplay.com/forums/topic/hi/Isn’t that something you should do inside the buddypress or bbpress files? It might just be me being a bit confused here.
Or can I see which file it’s in by using Firebug in Firefox or similar?
November 6, 2014 at 2:14 pm #228313shanebp
ModeratorAutomatically? No.
You could try using the bbPress tools.
…/wp-admin/tools.php?page=bbp-repairIf that doesn’t work, you’ll need to replace those urls.
You can write a script or use a search & replace tool like this one.
It’s a powerful tool. Definitely try it on your clone until you understand how to use it.November 5, 2014 at 4:59 pm #228290In reply to: W3tC Caching certains parts of Buddypress
Splendorito
Participant@Asynaptic , I understand, I have been checking fragment cache also. Oki, so the only thing a need to do for is to activate the wt3c page but only for ignore logged in users. For I want that my wordpress part should be cached and leave buddypress and bbpress out of the cache. What settings should be set then..?
October 31, 2014 at 11:11 pm #228059Henry Wright
ModeratorI tried submitting the form via a) Chrome and b) IE
a) This worked.
b) This seemed to fail? The console errors I get are:
DOM7011: The code on this page disabled back and forward caching. For more information, see: http://go.microsoft.com/fwlink/?LinkID=291337 File: bbpress-register HTML1300: Navigation occurred. File: bbpress-register DOM7011: The code on this page disabled back and forward caching. For more information, see: http://go.microsoft.com/fwlink/?LinkID=291337 File: bbpress-registerI’m not entirely sure what this means, but perhaps someone else here will know?
October 27, 2014 at 9:20 am #227770In reply to: Comment Notifications
milenushka
ParticipantHey @chatty24, thanks. Buddypress actually added this functionality to the latest update (activity mentions) but It would be great to have a more convenient bbpress forums mentioning system.
October 23, 2014 at 2:15 pm #224349In reply to: BuddyPress directory structure
Coral Atlas
ParticipantThank you very much for giving me some direction & feedback …. I installed the wordpress buddypress plugin as well as bbPress – I manage my own LAMP servers (fedora)
also I installed 2 other buddyPress/bbPress related plug-ins …. one plugin was ‘ultra users’ which I like so far ….
I need to unwind & then rewind …. my theme is weaver II pro which could also be a contributing factor … perhaps it’s a permissions/directory structure related problem …much appreciated that you took the time to respond with links ….
Coral AtlasOctober 21, 2014 at 1:12 am #221370danbp
Participantrecent replies and most popular topics are not buddypress widgets.
Recent replies belongs to bbpress, but i don’t know about most popular topics…Can you give the source code of those widgets please (but not the whole page) ?
Highlight them in your browser, right-click > show selection source.October 20, 2014 at 11:17 pm #221354In reply to: Hello, interested in buddypress but scared also!
bp-help
Participant@dromicus
Not be be short with you but I don’t care to much for typing long replies anymore but if you go to https://bbpress.org/ and read the documentation you should be able to answer most of your own questions. There are also plenty of plugins to extend bbPress so you can explore that option as well if needed. Good luck!October 20, 2014 at 11:09 pm #221353In reply to: Hello, interested in buddypress but scared also!
Dromicus
ParticipantThank you for the response…sigh thought they were the same sorry for that!!
Do you know if bbPress will do what we are looking for?
Again, thank you for the response it is appreciated!
October 20, 2014 at 11:02 pm #221352In reply to: Hello, interested in buddypress but scared also!
bp-help
Participant@dromicus
BuddyPress is for the social networking components and does not provide forums without an additional plugin. You will need bbPress which is for forums and it does integrate with BuddyPress.October 19, 2014 at 10:37 am #218771In reply to: Limit bbpress to one forum
Henry Wright
ModeratorHi @bee7er
bbPress-related questions should be posted on the bbPress support forums. Try opening a new topic over there so those guys can help with the problem you’re having.
October 17, 2014 at 12:59 pm #215660danbp
Participantit is not intended by default. bbPress use a simplified version of tinyMCE and image upload are not included, for security reasons. Allowing forum users to access the media library of all your site is probably not what you want…
To the above mentionned plugins, there are also BuddyDrive and MediaPress, a new plugin who permit any user to upload media files (photo, audio,video,doc) to his profile page, that way it is very simple for each subscriber to share his stuff, even on the forum, by just giving a link to his media gallery.
-
AuthorSearch Results