Search Results for 'buddypress'
-
AuthorSearch Results
-
May 19, 2015 at 8:01 pm #239415
In reply to: [Resolved] database update to bp_xprofile_data
shanebp
ModeratorWhy do you need the $bp global?
Use the function meant for setting profile field data, and then you don’t need the $wpdb global either.
http://stackoverflow.com/questions/12312372/how-to-update-custom-profile-field-data-in-buddypressMay 19, 2015 at 5:18 pm #239410danbp
ParticipantIf you’re talking about extended profile field groups, only the Base (Primary) Field Group shows up in the Registration Form.
May 19, 2015 at 5:07 pm #239409In reply to: Change "activity" slug
danbp
Participant3 mounth later….
just tested the defines and they’re working ! You have a cote error in above code. 😉Try this:
define( 'BP_ACTIVITY_SLUG', 'activitissima' );Remind also that BP’s activity page, defined in BP settings, must be empty, without shortcodes, template or page model. Just a title. These pages are dynamic, not static like normal WP pages.
If you need to modifiy it, use a template override.If you still want to understand, please read here:
https://buddypress.org/support/topic/changing-slugs-with-bp-custom-php-no-change/May 19, 2015 at 12:44 pm #239405In reply to: Change "activity" slug
milenushka
Participantthis one is still uresolved.
@danbp (https://buddypress.org/support/topic/custom-activity-slug/)
custom slug change for ACTIVITY does not work for me.To change slugs on the sub nav on a member page add these defines to a file bp-custom.php and place this file in /plugins/bp-custom.php
?
1
2
define( ‘BP_SETTINGS_SLUG’, ‘settings’ );
define( ‘BP_XPROFILE_SLUG’, ‘profile’ );May 19, 2015 at 7:00 am #239398danbp
ParticipantThis core function has no filter. The easiest way is to use a language translation file.
https://codex.buddypress.org/developer/customizing/customizing-labels-messages-and-urls/
In pot file, the concerned string Members is commented by [ component directory title ].
May 18, 2015 at 9:19 am #239365In reply to: Best plugin for social network plugin?
Marcella
ParticipantTheres a plugin which does what you mention. BuddyPress Activity Plus you can find it from the plugins page in your WordPress admin area.
May 18, 2015 at 7:50 am #239364Ali Chant
ParticipantSeems that you’re supposed to upgrade from 1.2x to 1.5 first. Anyway, I did that and encountered a similar problem which was caused by bp-core-update.php not using the correct url for buddypress being network-activated.
May 18, 2015 at 7:09 am #239362In reply to: Best plugin for social network plugin?
niranjan4790chouhan
ParticipantHello,
Was my question irrelevant or BuddyPress people are not interested in providing support ?
I am not sure what’s the reason that i am not getting any response.
May 18, 2015 at 5:34 am #239358In reply to: [Resolved] Crop Image not working
@mercime
Participant@loralai I looked at the source code and jQuery files are missing. Aside from which, there are two versions of the CSS from BuddyPress, the regular one and the minified one, and the same goes for the JS from BuddyPress, one minified and the other is not.
Open up your theme’s
header.phpfile and make sure that<?php wp_head(); ?>is placed immediately before the closing</head>in your theme. Remove the hard-coded BuddyPress stylesheets and JavaScript files (if you did hard code those in your theme).May 18, 2015 at 1:33 am #239354In reply to: [Resolved] cannot change profile photo
rebekahmeuir
Participantmine says define(‘WP_DEBUG’, false);
and script_debug is not found in my wp-config.php
With my issue, I am not getting any error message, and there is no error message on the server either. When I try to change a profile photo using BuddyPress, it just does not allow me to change it. It kind of “blinks” instead of bringing up the crop screen.
Similarly, when I try to send a private message in BuddyPress, it lets me compose the message, but when I try to send it, it “blinks” with no error message but does not send the private message. The private message disappears and does not go into my sent folder, either.
May 18, 2015 at 1:15 am #239350In reply to: [Resolved] cannot change profile photo
@mercime
Participant@rebekahmeuir
I was able to replicate the issue using WP 4.2.2 and BP 2.2.3.1. Going to create a ticket in BuddyPress trac and post the link here.May 18, 2015 at 12:22 am #239349In reply to: [Resolved] Crop Image not working
loralai
Participant@mercime I am using WordPress 4.2.2 and Buddypress Version 2.2.3.1
We have only one other plugin installed which is the Enhanced Text widget
We host the site ourselves off a VPS
and working with the Twenty Thirteen template the crop image works fine. I am not sure were the conflict is, today was the first time we started using any js with the template we have been developing aside from one or two that point to our Centova Cast installation for stream details.website link is http://pawzgroup.com/loralai
May 18, 2015 at 12:16 am #239346In reply to: [Resolved] Crop Image not working
@mercime
Participant@loralai Could you please provide more information about your installation like:
– WP/BP versions?
– Where are you hosted?
– If you change to the WP Default Theme and deactivate all plugins except BuddyPress, can you crop the image then?May 17, 2015 at 11:09 pm #239339In reply to: [Resolved] cannot change profile photo
rebekahmeuir
Participantthank you @mercime I did try the 2015 theme after deactivating all plugins except BuddyPress, and same issue. Yes I can upload images and see thumbnails with 2015 theme and with my BuddyBoss theme. I still have the problem with profile images not working. I also have a new issue where private messages no longer work from inside BuddyPress. I am hosted with inmotion.
May 17, 2015 at 10:07 pm #239336@mercime
Participant@minglonaire have you tried this plugin https://wordpress.org/plugins/buddypress-login-redirect/
May 17, 2015 at 10:02 pm #239335In reply to: How to hide admin from group members directory?
May 17, 2015 at 9:56 pm #239334In reply to: [Resolved] cannot change profile photo
@mercime
Participant@rebekahmeuir Deactivate plugins except BuddyPress and change to the Twenty Fifteen theme. Then go to admin dashboard and navigate to Media > Add New. Can you upload images and see the thumbnails of the images you uploaded there?
May 17, 2015 at 11:18 am #236924In reply to: new plugin: BuddyPress Simple Events
shanebp
ModeratorGot a chance to revisit this…
Both versions are now components.
BuddyPress Simple Events in the WP repo.
BuddyPress Simple Events Pro now has options for an Attending button, list of attendees, and notifications. As well as image support and Group assignment options.
Re themes: the templates have been tested with included WP themes. If there is an issue with a particular theme, the templates can be overloaded and adjusted as necessary. The layouts are bare-bones, iow. very basic layouts.
Re comment syncing: unfortunately, comment syncing is broken in BP 2.2.1. See tickets 6306 and 6294
May 16, 2015 at 10:21 pm #239164TVNModerator
ParticipantOk thanks guys. The only problem is, the mediamaster plugin didnt even install and left no traces, but the problem was caused by the mediamaster plugin,so I’m unable to delete it and it wont let me update my wordpress version without producing a bunch of black bold errors across the top of the screen similar to this
Fatal+error:+Call+to+undefined+function+buddypress()+in+%2Fhome%2Fu528061689%2Fpublic.
Fatal+error:+Call+to+undefined+function+buddypress()+in+%2Fhome%2Fu528061689%2Fpublic.
Fatal+error:+Call+to+undefined+function+buddypress()+in+%2Fhome%2Fu528061689%2Fpublic.
Fatal+error:+Call+to+undefined+function+buddypress()+in+%2Fhome%2Fu528061689%2Fpublic.
I cant remember if this is exactly the correct error when trying to update WordPress, but it shows the errors in multiple black bold lines as above. What is the solution to this because as it is now, if i happen to download a “bad” plugin and it does this again, i have to completely start over from scratch by having to uninstall and reinstall buddypress and start over which is very aggravating!. Isn’t there some way of creating a backup of your BP site/plugins that can quickly be restored if you happen to download a bad plugin that messes everything up? will making a backup up on my webhost restore everything if this happens again?
Thank You
May 16, 2015 at 8:12 pm #239162In reply to: Help! my registration page doesn’t work.
joesegal
ParticipantHello @henrywright thank you! So it wasn’t the plugins. Turns out Divi theme suddenly stopped working with Buddypress.
I’m installing a new theme now to try.
May 16, 2015 at 5:30 pm #239160In reply to: Static Front Page Problems
kphawaii
ParticipantHi I changed my theme to back to zerogravity.
But I think I’ve figured out what was going on. It seems from the settings panel
Setting>BuddyPress>Pages when I click the view button for the register and activate
pages I get redirected to my static front page.But when I am on another browser and not logged in to wordpress everything seems
to work correctly.May 16, 2015 at 12:38 pm #239152In reply to: Post button is not showing
danbp
Participantit’s intended so. The button will only show up when you click inside the textbox.
Also, it seems you use BP Default theme. Do you know that you can use any other themme since BP 1.7 ?
May 16, 2015 at 11:31 am #239149Hugo Ashmore
ParticipantAh right this is why those version requirements are listed and need to be paid attention to.
Regardless of the plugin issue, this forums advice must start and finish on updating WordPress then BuddyPress it is really inadvisable to run with versions that are this outdated, WP had a major security update around the 4.0 point.
May 16, 2015 at 8:47 am #239142danbp
ParticipantAside of renaming folders coming from github, you can’t use this plugin with your BP 1.5.3.1 and WP 3.3.1 version.
MediaPress requires at least: WP 3.9 & BuddyPress 2.0
Update your install first or find another solution.
May 16, 2015 at 8:11 am #239141Hugo Ashmore
ParticipantClosing post as a duplicate of:
https://buddypress.org/support/topic/cant-access-my-dashboard-ot-site-after-installing-mediapress-master-plugin-2/Please don’t double post it doesn’t get any quicker attention, nor does writing titles in all caps (considered as ‘shouting’) 🙂
-
AuthorSearch Results