Search Results for 'buddypress'
-
AuthorSearch Results
-
December 7, 2010 at 9:44 pm #100042
In reply to: Change RSS output
r-a-y
KeymasterYou basically have to unhook how BuddyPress creates feeds and create your own files and display methods.
Here’s a thread from awhile back detailing how to do this for the group activity feed:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/group-activity-feed-1/You should be able to duplicate this for all the other feeds as well.
December 7, 2010 at 9:37 pm #100041In reply to: Group Settings will not be saved…
r-a-y
KeymasterThis is the default behaviour, which is kind of counter-intuitive.
I would recommend using the BP Group Email subscription plugin instead (which I believe you’re thinking of):
https://wordpress.org/extend/plugins/buddypress-group-email-subscription/December 7, 2010 at 9:33 pm #100040In reply to: PHP help links in bp_core_add_message
r-a-y
KeymasterHaven’t tested this, but try adding your message in a variable:
`
$message = ‘This is my message with a link
‘;
bp_core_add_message( $message );
`December 7, 2010 at 9:30 pm #100039r-a-y
KeymasterAs far as I know, there is no automatic matching plugin based on a user’s profile fields.
However, users can manually search for other members.
Use the BP profile search plugin for more fine-tuned searches:
https://buddypress.org/community/groups/bp-profile-search/December 7, 2010 at 9:25 pm #100038In reply to: How to add a login function at the top of the page
@mercime
ParticipantThe code for the BP login form can be found from line 40 to line 52 here. Adjust divs and format to taste.
December 7, 2010 at 9:21 pm #100037In reply to: Problems with functionality on WPMU
@mercime
ParticipantYour new settings – pretty permalinks – aren’t working even for regular pages. I’m getting a “Page Not Found” error for http://awarenessmatters.org/about/ so this is not a BuddyPress error. Apache mod_rewrite must be enabled in your server for “pretty permalinks” to work.
December 7, 2010 at 8:45 pm #100034In reply to: Error with BP-usernames-only
r-a-y
Keymaster@footybible – Yes please send me a link. If you have an email addy, use http://scr.im and post it that way.
December 7, 2010 at 8:26 pm #100032In reply to: Error with BP-usernames-only
footybible
Participant@r-a-y absolutely, as far as I’m concerned you guys have achieved legendary status for making buddypress and associated plugins available in the first place. I absolutely have no expectations beyond that. I was just trying to express my frustration at my own ineptitude in solving the problem, in the hope that someone might take sympathy!
I have tried re-uploading the plugin but the same issue remains. Its strange because its only appearing on one specific item in the activity stream. If you wouldn’t mind looking at it that would be great. Let me know you need a link etc and I’ll DM you. Cheers Ray.
December 7, 2010 at 7:56 pm #100025In reply to: Error with BP-usernames-only
r-a-y
Keymaster@footybible – We’re not always online at the time you want to be!
Try deactivating and deleting the plugin, then install the plugin manually:
https://downloads.wordpress.org/plugin/buddypress-usernames-only.zipIf the problem persists let me know and I’ll look into it.
December 7, 2010 at 7:50 pm #100023In reply to: Town Based Social Network
Boone Gorges
KeymasterCool idea. It sounds like BP is a good fit, with BP groups used as towns.
Some places to start:
– Change the word ‘group’ to ‘town’ throughout BP text and URLs: https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/
– Setting up group forums: https://codex.buddypress.org/buddypress-site-administration/buddypress-forum/ (see the bottom section)
– EventPress, a BP plugin for events: https://wordpress.org/extend/plugins/eventpress/Good luck!
December 7, 2010 at 7:47 pm #100022In reply to: Friend Requests and Sending Messages Not Working
Boone Gorges
KeymasterTry switching to the BuddyPress Default theme for testing. Try sending some friend requests. If it works, then the theme is the problem, and you’ll have to get in touch with WPMUDev.
If it still doesn’t work, please provide some more info about your setup. Are you using any other plugins?
December 7, 2010 at 7:14 pm #100021Boone Gorges
KeymasterIn IE are you seeing the fields where you attach the files? Can you describe the problem in more detail?
December 7, 2010 at 7:02 pm #100019hugo
Participantyep doesnt work with internet explorer
‘December 7, 2010 at 6:54 pm #100017In reply to: Problems with functionality on WPMU
@mercime
Participant– change permalinks in settings to something other than default – https://codex.buddypress.org/getting-started/before-installing/#wp-configuration
– then change theme to bp-default theme
– configure BP Components – https://codex.buddypress.org/getting-started/configure-buddypress-components/December 7, 2010 at 6:49 pm #100015@mercime
Participant@AnindyaRay I see that you’ve found a header parallax tutorial. The thing is, since you’re on localhost, it’s not as easy to ID the exact corrections which would give you a fix for what’s there in the image you uploaded. That being said, my stab in the dark is adding the following style to your child theme’s stylesheet
`body {
max-width: change to 960px;
}`
which will override the parent theme’s max-width of 1250pxIf that doesn’t work, install the Firefox add http://getfirebug.com/ to find styling fix
December 7, 2010 at 5:36 pm #100012In reply to: Getting Buddypress Functions in to Custom Theme
luvs
Member@hnla, the files are already there, and the code is already there.
AAARRRRG.

@mercime, thanks, but I like the real arras theme

P.S, I have another problem lurking in the shadows….. I cannot ban members from groups. (kick and ban) “There was an error when banning the user”
If anything could go wrong, it will!
December 7, 2010 at 5:34 pm #100011In reply to: Group Settings will not be saved…
Tolden
MemberSorry, but I dont think that a plugin is responsible for this option, I do not remember a plugin that sends group updates by mail. That must be a feature of Buddypress…
December 7, 2010 at 5:15 pm #100010In reply to: Getting Buddypress Functions in to Custom Theme
@mercime
Participant@luvs123 Not sure where you are in getting Arras theme compatible with BuddyPress. But you might want to look at this Arras Child theme with BuddyPress templates installed and configured – http://durkkooistra.com/brownbuddy/
You might want to style the fonts smaller in the sidebar, but that’s not a deal-breaker
Good luck.December 7, 2010 at 4:56 pm #100006In reply to: Change order of Groups?
techguy
ParticipantGlad to help. Not everything is documented in BuddyPress, but luckily that part was.
December 7, 2010 at 4:33 pm #100004In reply to: Getting Buddypress Functions in to Custom Theme
Hugo Ashmore
ParticipantThe javascript main file ‘global.js and also the ajax file are both included and enqueued from the main functions file in bp-default so I don’t really know why it isn’t working for you other than your child theme isn’t correctly referencing bp-default and that might be the fault of the custom theme?
you could try adding:
`
// Load the AJAX functions for the theme
require_once( TEMPLATEPATH . ‘/_inc/ajax.php’ );// Load the javascript for the theme
wp_enqueue_script( ‘dtheme-ajax-js’, get_template_directory_uri() . ‘/_inc/global.js’, array( ‘jquery’ ) );
`
to your functions file in child theme and copying over the two files into ‘_inc’ folder of child theme and see if that works.December 7, 2010 at 4:08 pm #100003In reply to: Change order of Groups?
aprilrobin
Memberaaah, thank you much. first time with buddypress and this is very much appreciated.
December 7, 2010 at 2:37 pm #100000In reply to: Getting Buddypress Functions in to Custom Theme
venug
MemberThe code is not working if the wordpress installation is Multisite and buddypress .I tried and all the users online are having the same name as ” You ” .I mean that if four users are online and chatting with each other . All of them are identified as the same person “you” at all time. I didn’t get fix for this .
Could any body help me?
December 7, 2010 at 10:14 am #99986aendrew
MemberHi Roger! Thanks for the response.
I’m running the same version of WP and BP on both servers; field IDs are the same. I cannot replicate the issue on the testing server; I’m presently thinking it might be a PHP version issue.
I thought at one point it might be related to https://trac.buddypress.org/ticket/2171, but moving the custom profile field code to after the functions mentioned doesn’t do anything either…
Something else I forgot to mention — the “add friend” button now appears twice. Also, I don’t think it’s an issue with my theme — I tried switching to the BP default theme and adding a profile field during the members-loop and had the same issue.
December 7, 2010 at 10:10 am #99985In reply to: Error with BP-usernames-only
footybible
Participant -
AuthorSearch Results