Search Results for 'buddypress'
-
AuthorSearch Results
-
March 13, 2014 at 2:03 pm #179694
In reply to: buddypress register page not working just refresh
JordanePeters
ParticipantHi everyone,
First of all, thank you very much for the BuddyPress plugin (it is an awesome work! )
I have the same issue than nigelsd =(. When I click on “Complete Sign Up”, the page is reloading emptying just the password fields.I have just installed on a local environment with MAMP:
– The latest stable version of wordpress (3.8.1).
– One plugin alone: BuddyPress in its latest stable version (1.9.2).
– I have installed nothing else and all with a new clean BDD.Could you support us in order to be able to go a step further in the use of BuddyPress please?
Thank you very much in advanceJordane
March 13, 2014 at 10:00 am #179685In reply to: Profanity Filter! Any suggestions?
Kairimo
ParticipantHi, I’m using Buddypress Version 1.7.2 and WP Content Filter Version 2.33. i already add your code at line 208 and it doesn’t work. i also add it into bp-custom.php file and also doesn’t work. did you have any suggestion for me.
Thanks
March 13, 2014 at 7:23 am #179671BackpackersUnion
ParticipantHi @matthew.hout, Did you try Buddybosses Second idea? That’s what it sounds like the problem is. After you install BuddyPress you need to assign certain BuddyPress Pages to WordPress Pages (Activity Streams, Site Tracking, Members, Register and Active, are the pages depending on your Component Settings). To set these pages go to; Settings -> BuddyPress -> Pages. I don’t remember if BuddyPress creates the WordPress pages for you. You may have the create a blank page for each yourself. After you connect the WordPress pages to BuddyPress, I’d imagine it will start working.
March 13, 2014 at 3:23 am #179668@mercime
Participant@neerajkumar2020 have you posted at plugin’s support forum as Henry suggested in https://buddypress.org/support/topic/buddypress-ass_digest_items-in-usermeta-table/ ?
March 12, 2014 at 10:23 pm #179665In reply to: How can I edit the html of navigation tabs?
godavid33
ParticipantI ended up just copying the function and renaming it and using that. but of course the code is not pasting… So i’ll just point you where I went:
http://phpxref.ftwr.co.uk/buddypress/nav.html?_functions/index.html
Line 840
Hope this helps someone.
Every post I look at seems to be ages old, so hopefully this forum is not dead. I shall take it upon myself to revitalize posting actually useful things.
March 12, 2014 at 1:31 pm #179656In reply to: Notification Management
Henry Wright
ModeratorThat sounds like a better approach than mine. I just have a rather crude looking button which marks as read all unread notifications.
bp_notifications_mark_notifications_by_typeis the function I’m using to do the marking. For example:if ( bp_is_active( 'notifications' ) ) { bp_notifications_mark_notifications_by_type( bp_loggedin_user_id(), buddypress()->messages->id, 'new_message' ); bp_notifications_mark_notifications_by_type( bp_loggedin_user_id(), buddypress()->activity->id, 'new_at_mention' ); }March 12, 2014 at 1:27 pm #179655granville
ParticipantHi @danbp
Thanks for the reply – sorry for my slow response; I hadn’t selected “notify” at the bottom of the page.
My main concern is that @megainfo is unwell – the support forum for the great plugin Buddypress Wall has been abandoned. It’s been 6 weeks and not a peep from megainfo. The support wall is here:
https://wordpress.org/support/plugin/buddypress-wallThere are several problems now reported there – mine is there also, and the link is here:
https://wordpress.org/support/topic/post-on-another-members-wall-disappearingIf you are able to provide assistance, I would be very grateful
March 12, 2014 at 12:35 pm #179651In reply to: BuddyPress: “ass_digest_items” in usermeta table
Henry Wright
ModeratorAh right. So it’s this plugin you’re using:
https://wordpress.org/plugins/buddypress-group-email-subscription/It’s very easy to update user meta in WordPress. See:
https://codex.wordpress.org/Function_Reference/update_user_metaBut the plugin uses the BP version of this function AND I see that there are conditions in place which govern when this particular meta value is updated.
Have you tried asking on the plugin’s support forum? That might be the best place to start as you’ll have people there far more familiar with the plugin’s code.
https://wordpress.org/support/plugin/buddypress-group-email-subscription
March 12, 2014 at 12:19 pm #179650In reply to: BuddyPress: “ass_digest_items” in usermeta table
neerajkumar2020
ParticipantHello Henrywright,
Thank you for your response.“ass_digest_items” is used in buddypress-group-email-subscription/bp-activity-subscription-digest.php
as per my knowlodge “ass_digest_items” value should be updated when any comment/post is added.
But i am not able to update the value for “ass_digest_items”March 12, 2014 at 12:11 pm #179649In reply to: BuddyPress: “ass_digest_items” in usermeta table
Henry Wright
Moderatorass_digest_itemsisn’t a meta key BuddyPress uses (to my knowledge). Are you sure it doesn’t come from a plugin?March 12, 2014 at 11:46 am #179647neerajkumar2020
ParticipantPlease help me what is the use of “ass_digest_items” in usermeta table (buddypress) and how can i update the value when any comment/post is added.
March 12, 2014 at 12:41 am #179644In reply to: Buddypress for students
mvfs314
ParticipantThanks for helping! But I’d like to have a login system because I intend to available pdf. files of exercises to my students.
So, can I do this with buddypress?
March 11, 2014 at 9:06 pm #179635In reply to: Use bp_has_groups() without search parameter
Laurens Offereins
ParticipantThanks for your feedback. Ticket created at https://buddypress.trac.wordpress.org/ticket/5456.
March 11, 2014 at 8:52 pm #179633In reply to: Use bp_has_groups() without search parameter
Boone Gorges
Keymaster@offereins – Thanks for the post.
Grabbing
$_GET['s']is, of course, intended behavior. But not allowing overrides – that, I would interpret as a bug. You can see the behavior here: https://buddypress.trac.wordpress.org/browser/tags/1.9.2/bp-groups/bp-groups-template.php#L335The proper fix is for us to sniff out querystrings *before* parsing the arguments passed to the function. That way, you can pass a null ‘search_terms’ parameter to
bp_has_groups()to bypass our default behavior. Would you mind opening an enhancement ticket for this at https://buddypress.trac.wordpress.org?For the time being, you can continue to do what you’re doing by manually setting/unsetting
$_GET['s'], or you can filter the clause out of the SQL statement, both of which you’ve suggested above. The only other workaround that comes to mind is something like passing a space character' 'as a search_terms param – though even that might miss groups with one-word names and descriptions.March 11, 2014 at 8:43 pm #179632In reply to: Is BuddyPress right for this project?
BuddyBoss
ParticipantFor their own URL, this will happen automatically with BuddyPress. So to use your example, by default it would be: http://samplesite.com/members/tom-jones
These two membership plugins are both known to play well with BP:
Responsive.. sounds cool. Yeah BuddyPress will adopt your theme just like any other plugin. So you can design the theme from scratch. BuddyPress has its own HTML content that it will inject into the page via the_content, so you can style it with that in mind. It has its own stylesheet that you can build around, or deregister if you wanna go all out with your custom styles.
March 11, 2014 at 8:38 pm #179631In reply to: Is BuddyPress right for this project?
theatereleven
ParticipantThanks man.
What I mean by “their own url” is simply: http://samplesite.com/tom-jones. That type of thing.
Regarding the membership plugin, is there one out there that plays nicely with BuddyPress?
Responsive…I’m not using a theme. I want to style from scratch. That’s how I do all WP sites. Does BuddyPress allow this?
March 11, 2014 at 8:05 pm #179628In reply to: User can't edit profile page
sergeantdutch
ParticipantI think it might have been the process of updating, rather than the update itself, as I’ve searched and found several similar posts. We rolled back to 1.9.1 and the issue persisted.
https://buddypress.org/support/topic/bad-link-to-profile-edit/ seems to have the same issue, and we’ve tried adjust the database as recommended by breakster, again with no luck. The OP from that post mentioned she was using BP 1.8
March 11, 2014 at 6:32 pm #179620In reply to: Plugin to make buddypress site Invite only
divydovy
ParticipantJust wasted $19 to find out that plugin only works on multisite with buddypress, not a single site with buddypress.
Ambiguous product description and lack of an easy refund mechanism makes me warn you off wpmudev.
March 11, 2014 at 5:45 pm #179618In reply to: How to add a few more members-directory pages?
Henry Wright
Moderator@landwire I see! That explains it.
Is that something that can be taken to core developers and asked if we can enhance the filter functionality
You could always ask? Trac is the best place to do that: https://buddypress.trac.wordpress.org/
March 11, 2014 at 2:25 pm #179612In reply to: BuddyPress e Bootstrap
stuffgrid
ParticipantPlease Support, help-me the right way to enqueue buddypress with bootstrap <3
March 11, 2014 at 11:23 am #179604In reply to: Layout problems with Genesis Themes
keithschmader
Participant@cspowers try the following
//* Remove the entry meta in the entry header (requires HTML5 theme support) remove_action( 'genesis_entry_header', 'genesis_post_info', 12 );I too am working on getting rid of the wonky layout issues, it is taking some time. The genesis connect plugin for buddypress is misleading in that it has been recently updated, but is worthless for the latest version of the genesis framework with the latest version of buddypress.
Will keep you posted if I come across anything else as I work on this.
March 11, 2014 at 4:01 am #179597In reply to: [Resolved] Cannot Display Buddypress Pages
xxxTRISTAMxxx
ParticipantUpdate:
Problem #1 is for all pages: Members, Groups, Activate, RegisterAND I have added the Members, Groups, Activate, Register Pgs and assigned them to the proper area in the pages section of buddypress.
March 11, 2014 at 1:09 am #179589In reply to: Deleting Buddypress Data
BuddyBoss
ParticipantDid you follow the part titled “Advanced Optional Step: Removing the database tables”.
That is the key to your question. The settings are all stored in the database tables. BuddyPress does not have an option to purge the database settings upon deactivation. You have to manually delete the tables.
Be careful! You could screw up your whole site if you remove the wrong tables. Definitely back up your database before attempting any of that.
March 11, 2014 at 1:05 am #179587In reply to: How to stop spam registrations
BuddyBoss
ParticipantI have thought about this a lot as well. BuddyPress spam is SO obvious for a human to figure out. You can detect spammers with almost perfect accuracy in just a few seconds. They all do the same thing. They create an account, then post garbage links. If you have Groups enabled, they create groups full of links in the description. I don’t know of a plugin that will do this, but the best way to block BP spam I think would be to put users in moderation if they post links to groups or activity, just like the setting we have for blog post comments.
March 10, 2014 at 8:11 pm #179579danbp
ParticipantHi guys !
Most of the publishing stuff is regulated from within WordPress settings.
And allowing blog and forums activity comments is a setting of BuddyPress.If you don’t want your users writing notices (what’s new ?), the only thing that is published by buddyPress, you can remove the notice form from the template or add a conditionnal if/else for the allowed members…
@boblebad, FYI buddypress is not a forum software. The forum plugin is bbPress. -
AuthorSearch Results