Search Results for 'buddypress'
-
AuthorSearch Results
-
August 17, 2016 at 9:13 pm #257732
In reply to: Post On Buddypress Profile
Dono12
Participant@shanebp and @hnla Can you please remove my site URL from this code snippet and from the other URL below? I’m sorry to ask but the snippets
seems to be added in Bing and Google searches. Thanks in advance.https://buddypress.org/support/topic/showing-wordpress-posts-on-buddypress-activity/
Also I submitted a ticket earlier today making the request can you check if it’s in moderation and cancel it? It’s not showing in my Topics Started Page. Thanks again in advance and sorry for the trouble.
August 17, 2016 at 6:31 pm #257726In reply to: Group with multiple forums?
mlwilkerson
ParticipantI have the same need/concern.
Unfortunately, I think the suggestion from @openring to use https://wordpress.org/plugins/bbp-private-groups/ won’t work. I’ve looked closely at that plugin. It doesn’t seem to have anything to do with BuddyPress groups. Rather, it seems to have to do with creating it’s own role based access groups. So that’s a way of having more access control over your forums, which is valuable in and of itself, but it doesn’t pertain to BuddyPress.
August 17, 2016 at 3:37 pm #257724In reply to: Activate BuddyPress components programmatically
Schweizer Solutions GmbH
ParticipantThank you Henry, but we already tried this hook.
Maybe I should give you some code:
class SKS_Test { public function __construct() { add_action( 'activated_plugin', array( $this, 'activated_plugin' ), 99, 1 ); } public function activated_plugin( $plugin ) { if ( $plugin == 'buddypress/bp-loader.php' && ! get_option( 'sks_installed', false ) ) { $bp_active_components = get_option( 'bp-active-components', array() ); $bp_active_components['groups'] = 1; delete_transient( '_bp_is_new_install' ); delete_transient( '_bp_activation_redirect' ); update_option( 'bp-active-components', $bp_active_components ); update_option( 'hide-loggedout-adminbar', 1 ); } } }The group component is still disabled in the settings of BuddyPress π
August 17, 2016 at 3:29 pm #257723In reply to: Can’t seem to work on Yoast SEO plugin
mairaj
ParticipantIf you like to keep using Yoast for WordPress pages and exclude BuddyPress from using Yoast, you may try this.
function wpseo_fix_title_buddypress($title) { // Check if we are in a buddypress page if ( function_exists( 'buddypress') && ( !empty( buddypress()->displayed_user->id ) || !empty( buddypress()->current_component ) ) ) { $bp_title_parts = bp_modify_document_title_parts(); // let's rebuild the title here $title = $bp_title_parts['title'] . ' ' . $title; } return $title; } add_filter( 'wpseo_title', 'wpseo_fix_title_buddypress');August 17, 2016 at 9:33 am #257710In reply to: Can’t seem to work on Yoast SEO plugin
Paul Wong-Gibbs
KeymasterIt’s quite probable it just won’t work. BuddyPress intentionally interferes with the page that WordPress thinks its loading (when it’s a BuddyPress URL), and I suspect Yoast SEO will look at this page object, and because we’ve messed with it and because it doesn’t map to a real WordPress Page, it won’t work.
Sorry!
August 17, 2016 at 6:08 am #257705mrjarbenne
ParticipantThis won’t help your spam issue, that’s another matter, but it will remove the user registration updates on your activity stream (among other activity types, depending on how you configure the plugin)
https://github.com/lenasterg/buddypress-block-activity-stream-types-ls
August 16, 2016 at 6:09 pm #257692In reply to: Buddypress bootstrap theme
Ben Hansen
ParticipantWell any theme that i have bought for buddypress usage would be at least a year old (probably more) at this point and i not would generally recommend buying a theme that’s old since responsive design trends are still moving so fast. Sorry i cannot personally recommend anything but there are good ways to vet the newer themes as well.
π
August 16, 2016 at 5:22 pm #257690In reply to: Modifying the “read more” activity link behavior.
r-a-y
KeymasterAs of right now, you would have to make a copy of the JS to make your required change:
https://buddypress.trac.wordpress.org/browser/tags/2.6.2/src/bp-templates/bp-legacy/js/buddypress.js?marks=530#L513This file should reside in your theme’s
buddypress/jsfolder.Keep in mind that this is the source JS. When used in production environments, this JS is minified to
buddypress.min.js.August 16, 2016 at 5:17 pm #257689r-a-y
KeymasterIt sounds like Specular has some built-in BuddyPress support, which is either incomplete or wrongly added.
See if there is a
buddypressfolder in the Specular theme folder. If this folder exists, rename it tobuddypress-backuptemporarily and see if the group creation page works again.If there isn’t a
buddypressfolder, there is probably a code snippet in Specular’sfunctions.phpthat is interfering with the group creation screen.August 16, 2016 at 3:43 pm #257688In reply to: Buddypress bootstrap theme
Ben Hansen
Participantthis place has decent premium themes:
https://themeforest.net/search?utf8=β&term=buddypress+bootstrapyou can also do a similar search query on the wp.org repository.
August 16, 2016 at 11:01 am #257681In reply to: Redirect does not work
fail2reap
Participant@djpaul – Thanks please see screenshot here for list of plugins (https://postimg.org/image/79bu9nnft/). The theme I am using is (https://themeforest.net/item/kleo-pro-community-focussed-multipurpose-buddypress-theme/6776630). I don’t have any code customizations, I tried out a few things e.g. bp-custom.php but after none of the code snippets worked I reverted everything to how it was. No custom code atm.
@danbp – I see, thanks for the clarification. That is how it has worked for me from the very beginning since I enabled it, a user will visit your-site/register and once the form is completed and submitted the user is redirected to the homepage.The site I am having this issue with is http://www.emberofdreams.com
August 16, 2016 at 10:19 am #257677Apokh
Participant– checked- theres only one Activity page
– resaved permalink structure
– i dont use custom code, but activity+ plugin
– i use quiet a bunch of additional plugins:
–BoweCodes
–Buddypress
–DisableFeeds
–DownloadManager
–DynamicWidgets
–EventsManager
–GoogleAnalyticsDashboard
–GoogleFonts for WP
–HungryFEED
–LayerSliderWP
–Mediapress
–Members
–Metaslider+Pro
–myCred
–myCredHookBP
–PageBuilder Siteorigin
–PaypalDonations
–Peters Login Redirect
–PHP Text Widget
–SimplePress
–Siteorigins Masonry
–SpamProtect by Cleantalk
–TablePress
–Wordpress VideoGalery
–WP FullCalendar
–WP Lastlogin
–WP TwitterFeeds
–WP ULike
–WP touchmobileAugust 16, 2016 at 9:52 am #257673In reply to: Redirect does not work
fail2reap
Participant@danbp Sorry I don’t quite understand, you state that Buddypress does not support it yet it has settings to set a registration page target. I am a little confused atm. See screenshot here https://postimg.org/image/75m1ue6a1/
@djpaul Thanks for your reply. Well the thing is, after the user sends the registration form the user then get’s redirected to the home page by defaut. I want to instead redirect them to a page with exactly what you had said “check your email for confirmation link”August 16, 2016 at 9:31 am #257669In reply to: Creating User Class Systems Out/Inside Buddypress
Paul Wong-Gibbs
KeymasterOur user details and activity goes into a massive database; however I donβt want this to be impacted by the forum users
If this is absolutely non-negotiable (don’t share the database), you are going to almost certainly have to set up a separate WordPress site, just for your community.
There is one users table in the database, provided by WordPress, and as BuddyPress is a plugin that runs on top of WordPress, we also use that users database table.
If you don’t want new community users mixed up with existing users, you need to put the community stuff on a separate WordPress. Or, write code to filter and customise various lists of users as/when/if you need. BuddyPress Member Types might help.
August 16, 2016 at 9:25 am #257668In reply to: role field in register form
Paul Wong-Gibbs
KeymasterAugust 16, 2016 at 9:21 am #257665In reply to: Front-End Publishing
Paul Wong-Gibbs
KeymasterThis is a better question for somewhere on the WordPress.org forums. More people over there, and this isn’t specific to BuddyPress. π
August 16, 2016 at 9:21 am #257664Paul Wong-Gibbs
KeymasterDo other BuddyPress emails get sent?
Do WordPress emails get sent? (comment notification, new user registration, etc).August 16, 2016 at 8:17 am #257657In reply to: Creating specific notification for specific purpose
sharmavishal
Participantif you are a non coder would suggest you look at this paid plugin
does what u need
August 16, 2016 at 8:11 am #257653In reply to: Creating User Class Systems Out/Inside Buddypress
sharmavishal
Participant“WP was finding it difficult to distinguish users on our current system with users of Buddypress”
correct cause bp adds additional profile fields…xprofile fields like name for example. rest gets stored in the wp_users database.
maybe u can try setting up different subdomains…bp on community.yoursite.com and forums on forums.yoursite.com
August 16, 2016 at 8:06 am #257649In reply to: an error occurred in the upload
sharmavishal
Participantcheck the min requirements here
August 15, 2016 at 6:55 pm #257636In reply to: Get the user nav in a separate page
danbp
ParticipantBasically, you’re trying to built a page menu. That’s WP territory
See here an example using wp_page_menu function which may help to going further:
https://buddypress.org/support/topic/notification-count-in-dynamic-menu/August 15, 2016 at 3:53 pm #257632tall00
ParticipantHi @jpry,
I noticed that you are using buddypress activity plus with apppresser. I am unable to get it to work together on mobile ( don’t see the photo upload icons) . I thought it was not compatible but wanted to check and see does it work for you out of the box.
August 15, 2016 at 2:04 pm #257629danbp
ParticipantNever modify original files.
Custom code for BP can be added to bp-custom.phpAugust 15, 2016 at 11:56 am #257624densyo
ParticipantHi @danbp,
Thanks for your reply, really appreciate it! Sorry, but I am not a developer, on what file do I add the code snippet from the example? Is it one of the files in the buddypress/bp-xprofile folder?
Thanks!
DennisAugust 15, 2016 at 9:03 am #257621In reply to: Update custom table field when posting activity
danbp
Participant -
AuthorSearch Results