Search Results for 'buddypress'
-
AuthorSearch Results
-
March 18, 2014 at 5:37 am #179953
In reply to: How do I find custom profile field database entries?
wellrootedmedia
ParticipantHey 4yrs and 8 months later I’m finding myself looking for this solution although this link is 404’ing “https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-profile-data-loop-bp_has_profile/”. Is this still something supported?
Thx, wrm
March 18, 2014 at 4:50 am #179952In reply to: Integrate with paid membership pro
virtualgeorge
ParticipantI just had to delete and re-create my “register” page, still used the same name/slug but when I saved the new page for “register” in the buddypress pages admin it then used my buddypress reg page as I wanted.
March 17, 2014 at 10:16 pm #179924In reply to: Disable Buddypress registration
Projekt-42
ParticipantProblem solved.
Anleitung:
Im Ordner /wp-content/plugins/ die Datei bp-custom.php anlegen.
Die bp-custom.php Datei öffnen und folgendes einfügen:
<?php /** * Disables BuddyPress' registration process and fallsback to WordPress' one. */ function my_disable_bp_registration() { remove_action( 'bp_init', 'bp_core_wpsignup_redirect' ); remove_action( 'bp_screens', 'bp_core_screen_signup' ); } add_action( 'bp_loaded', 'my_disable_bp_registration' ); add_filter( 'bp_get_signup_page', "firmasite_redirect_bp_signup_page"); function firmasite_redirect_bp_signup_page($page ){ return bp_get_root_domain() . '/wp-signup.php'; } ?>Datei speichern. Fertig!
March 17, 2014 at 8:48 pm #179921In reply to: Social open macro & micro-blogging with BuddyPress
gouessej
ParticipantHi
Actually, WordPress isn’t designed to become a decentralized social network even though BuddyPress is quite good. Anyway, this article written by Jeff Sayre is a great source of inspiration:
http://jeffsayre.com/2010/02/24/a-flock-of-twitters-decentralized-semantic-microblogging/March 17, 2014 at 8:31 pm #179920In reply to: Buddypress 2.0 Template Pack
Henry Wright
ModeratorIt isn’t quite ready yet. You can follow the development progress on the GitHub repo:
March 17, 2014 at 5:13 pm #179911In reply to: Human Error in BP Source Code???
edsurridge
ParticipantI’ve been trying to find code that shall present the bp members list (on a charity site) alphabetically listed rather than by most recently active. Not tried this before but from what read I make a child ‘theme’? with the modified code on a blank note pad page then firezilla it to dreamhost.
Found this but not sure that these people are trying to achieve the same.https://buddypress.org/support/topic/how-to-order-members-list-alphabetically-by-default/
Any assistance much appreciated. edMarch 17, 2014 at 2:41 pm #179905In reply to: unusual event
carlsandburg
ParticipantUpdate.. i deleted the page http://cchca.stevelescure.net/cch-civic-association/leadership/publications/ from my site that was showing up randomly when i chose Profile/View from the BuddyPress menu. Now it works fine.
really weird. If anybody knows why this might be happening i’d be interested.
thanks
March 17, 2014 at 2:08 pm #179902In reply to: Notification Management
colabsadmin
ParticipantI’ve moved this to a new topic: https://buddypress.org/support/topic/manage-notifications-plugin-help-with-final-steps/
March 17, 2014 at 12:59 pm #179899In reply to: Notification still not being displayed
jakewho
ParticipantThe fatal error is no longer generated in bbPress 2.5.1, so it looks like something new was introduced in bbPress 2.5.2.
Currently on my staging site I am running bbPress 2.5.1 and buddyPress 1.9.2, but unfortunately even though errors aren’t being generated anymore with this configuration, not all notifications are being displayed either. It looks like friend request notifications are working correctly, but user-to-user message notifications are not working. In addition, I am still getting “blank” notifications from the forum (even though I’m not seeing any fatal errors).
Any thoughts about next steps?
Thanks much
March 17, 2014 at 3:41 am #179892In reply to: 3rd Sized Avatar
darqpony
ParticipantLOL… yes I have buddypress installed.
March 16, 2014 at 10:43 pm #179889Pierre Clark
ParticipantWarning: Missing argument 2 for wpdb::prepare(), called in /home/ofjvzrzz/public_html/enetnetwork/wp-content/plugins/buddypress/bp-core/bp-core-functions.php on line 143 and defined in /home/ofjvzrzz/public_html/enetnetwork/wp-includes/wp-db.php on line 992
Here is another screen I get on another of the sites on my Vodahost hosting service where I upgraded to WordPress 3.8 from the Fantastico application. When I try to log in, I get this message:
Warning: Missing argument 2 for wpdb::prepare(), called in /home/ofjvzrzz/public_html/enetnetwork/wp-content/plugins/buddypress/bp-core/bp-core-functions.php on line 1003 and defined in /home/ofjvzrzz/public_html/enetnetwork/wp-includes/wp-db.php on line 992
Warning: Cannot modify header information – headers already sent by (output started at /home/ofjvzrzz/public_html/enetnetwork/wp-includes/wp-db.php:992) in /home/ofjvzrzz/public_html/enetnetwork/wp-login.php on line 415
Warning: Cannot modify header information – headers already sent by (output started at /home/ofjvzrzz/public_html/enetnetwork/wp-includes/wp-db.php:992) in /home/ofjvzrzz/public_html/enetnetwork/wp-login.php on line 427
Entrepreneur World NetworkUsername
Password
Remember Me
Lost your password?
← Back to Entrepreneur World NetworkAll of these sites are responding in the same way to the upgrade. I need help to fix the error that is causing this error message.
March 16, 2014 at 9:12 pm #179888Pierre Clark
ParticipantHere is the error message I get when I try to log into the site:
Warning: Missing argument 2 for wpdb::prepare(), called in /home/ofjvzrzz/public_html/faithtechnetwork/wp-content/plugins/buddypress/bp-core/bp-core-functions.php on line 176 and defined in /home/ofjvzrzz/public_html/faithtechnetwork/wp-includes/wp-db.php on line 992
Warning: Missing argument 2 for wpdb::prepare(), called in /home/ofjvzrzz/public_html/faithtechnetwork/wp-content/plugins/buddypress/bp-core/bp-core-options.php on line 293 and defined in /home/ofjvzrzz/public_html/faithtechnetwork/wp-includes/wp-db.php on line 992
Warning: Cannot modify header information – headers already sent by (output started at /home/ofjvzrzz/public_html/faithtechnetwork/wp-includes/wp-db.php:992) in /home/ofjvzrzz/public_html/faithtechnetwork/wp-includes/pluggable.php on line 896
March 16, 2014 at 9:07 pm #179886Pierre Clark
ParticipantI get the same error on two other WordPress/Buddypress sites. How can I fix them?
March 16, 2014 at 8:18 pm #179883In reply to: BP Messages
grantg182
ParticipantWell, there we have it! I just backed up the site and re-uploaded the plugins directory to give the structure you stated, and all I had to do was re-Activate the BuddyPress plugin and my site is back to the way it was – so I can only assume you can still install the BP plugins as /wp-content/plugins/buddypress/bp-core/ OR wp-content/plugins/bp-core/ – they both seem to work.
March 16, 2014 at 8:05 pm #179882In reply to: BP Messages
grantg182
ParticipantI seem to have the following structure, without any problems.
/wp-content/plugins/bp-activity/
/wp-content/plugins/bp-blogs/
/wp-content/plugins/bp-core/I also see the same screen as your screenshot under Settings>BuddyPress in my admin.
I will proceed with removing these directories and upload them as subdirectories of /wp-content/plugins/buddypress/.
March 16, 2014 at 8:01 pm #179881In reply to: 3rd Sized Avatar
Henry Wright
Moderatorbp_get_loggedin_user_fullname()is a function defined inbp-members/bp-members-template.php– are you sure you have BuddyPress installed?March 16, 2014 at 7:46 pm #179880In reply to: BP Messages
aces
ParticipantI’m not clear about what you have done.
Buddypress is a single plugin and should be in /wp-content/plugins/buddypress/
Underneath that should be all the other files and folders ie: /wp-content/plugins/buddypress/bp-messages/ etc. that were in the zip.
It should be installed and activated as a normal plugin.
Once activated you should have a buddypress section under the wordpress settings section in admin.
From there you activate different components such as bp messaging
March 16, 2014 at 6:58 pm #179877In reply to: BP Messages
grantg182
ParticipantIt appears to be included in BuddyPress 1.9.2.
I extracted buddypress.1.9.2.zip to a folder on my desktop, buddypress.1.9.2.
The path is buddypress.1.9.2/buddypress/bp-messages/
On my site, I uploaded the ‘buddypress’ folder contents to /wp-content/plugins/, so /wp-content/plugins/bp-messages/.
Thanks
March 16, 2014 at 1:59 pm #179867In reply to: Notification still not being displayed
jakewho
ParticipantI have done some additional investigation and it looks like the problem may be that when someone replies to a topic in a bbPress forum, they are receiving the following error message:
Fatal error: Call to undefined function bp_notifications_add_notification() in /nas/wp/www/staging/cbblogers/wp-content/plugins/bbpress/includes/extend/buddypress/notifications.php on line 124
I tried to revert to buddyPress 1.8.1 and bbPress 2.5.2, but unfortunately this didn’t resolve the issue.
Any thoughts about what I should try next?
Thanks much,
March 16, 2014 at 10:39 am #179862In reply to: Using get_post_meta() in activity stream
Henry Wright
ModeratorThere is actually a Trac ticket open for this. Just came across it:
March 16, 2014 at 9:33 am #179860In reply to: profile page Question
Henry Wright
ModeratorTake a look at the BuddyPress template hierarchy article:
That should give you a good idea how to set up templates for the various areas of BP.
March 16, 2014 at 9:29 am #179859Apokh
ParticipantWith the actual BBPress +Buddypress releases it is STILL no solution there :/
It´s a bit frustrating, for the “Activity Wall” should be a central function of a group driven community.Perhaps anyone has a solution meanwhile?
March 15, 2014 at 11:32 pm #179856BuddyBoss
ParticipantI thought I read somewhere it was best to have WP set up as multisite. I may start another site at somepoint… you recommend it being single?
WP should be installed as single. BuddyPress too. Keep it simple. If you have a need for multisite you can enable it later, but don’t do it for no reason. It will add complexity to your setup for no benefit, unless you need multiple sites in one install.
March 15, 2014 at 6:32 pm #179847In reply to: Activation Email Intermittent Failures
aaclayton
MemberThe emails are sent but not received. It is a live site. I am self-hosted. I’m only using 3 plugins, BuddyPress, bbPress, and Members.
March 15, 2014 at 12:24 pm #179834In reply to: Help! button "post update" is not present
maverhick80
ParticipantBuddyPress is a very powerful social. However, many problems must be solved, especially the slowness that causes the site
-
AuthorSearch Results