Search Results for 'buddypress'
-
Search Results
-
Topic: Exporting Buddypress styling
Hello,
I have a theme that doesn’t support BuddyPress and the default styling looks horrible in the theme. But I have a different theme I like the styling of buddypress. Would it be possible to just export that part and include that in my current child theme?
I’m using the code from these 2 forums, can someone tell me how to convert these fields so they are clickable links. Any help would be much appreciated.
<?php $myspace = groups_get_groupmeta( $bp->groups->current_group->id, 'e2e_myspace' ); ?> <label for="group-myspace">MySpace</label> <input type="text" name="group-myspace" id="group-myspace" value="<?php echo $myspace ?>" /> <?php $twitter = groups_get_groupmeta( $bp->groups->current_group->id, 'e2e_twitter' ); ?> <label for="group-twitter">Twitter</label> <input type="text" name="group-twitter" id="group-twitter" value="<?php echo $twitter ?>" /> <?php $skype = groups_get_groupmeta( $bp->groups->current_group->id, 'e2e_skype' ); ?> <label for="group-skype">Skype</label> <input type="text" name="group-skype" id="group-skype" value="<?php echo $skype ?>" />Hello Buddypress community!
1. I had signed up for a social network and after signing up, the CEO posted something to my wall. I thought it was a great personal touch, letting the users know who he is and if they had questions to reach out to him. Now I know he didn’t personally post that on my wall, it had to be a scheduled or auto post for new users. Is there a plugin out there or some code I can add to have the ability to do something similar?
2. I also have a another related feature that I would like. Does anyone know if there is a plugin that allows buddypress users to schedule content to the activity feed. I understand it could be abused with spammers but its more for an APP i’m developing. I would like the ability to create an activity post and tell the system to post this weekly or monthly. IE. Every Monday I would like this particular post to be shared on the activity stream. or 1 once a month I would like to share this on my activity feed.
If anyone can direct me to a plugin or resources on being able to accomplish these 2 things, I’d greatly appreciate it.
If no one has a solution, does anyone know good places I can hire PHP coders online or overseas to get this accomplished for a somewhat affordable rate? I tried this site called codeable, but they charge $75 an hour for custom coding. If anyone has a site or place to share that is far more affordable I would greatly appreciate it.
Thanks!
Hi everyone
Currently, when a user finishes changing their user avatar, they get redirected to their profile. I want them to be redirected to their edit profile screen.
The code is in here \wp-content\plugins\buddypress\bp-xprofile\bp-xprofile-screens.php and the code is in the function
xprofile_screen_change_avatar().The actual bit of code I need to change is:
do_action( 'xprofile_avatar_uploaded' ); bp_core_add_message( __( 'Your new profile photo was uploaded successfully.', 'buddypress' ) ); bp_core_redirect( bp_displayed_user_domain() );What I need to do is edit that bp_core_redirect() without editing BuddyPress’ core files. Any one have any idea how I can do this?
Topic: Tool bar missing Register?
Hi, I’m new to WordPress, bbPress and BuddyPress.
I’ve just installed bbPress and BuddyPress for the first time.
I was mucking about, looking around to work out how things work.
I thought I’d log out of Admin and try and see if I could see what it would be like to register as a new user. But there is no “register” link showing up anywhere?
Below is a screen capture of part of the screen of what I see, no register, just log in.

Any help appreciated.Hello,
I have my buddypress site set up with one activity page only (no groups). Now I’d like the users to be able to subscribe to a weekly email digest that includes all topics and comments from the activity page of the past week. I already tried the “BuddyPress Group Email Subscription” plug-in, but as the name suggests, it only works for groups. I also tried several other plug-ins but haven’t found one that works. Do you know of any plug-in working in this scenario or do you have any suggestion on how to set this up?
In case it matters: My buddypress site is password protected. I already thought about a solution with MailChimp and an RSS feed or similar, but it seems complicated to set up a password protected RSS feed that works with MailChimp (right now, I have disabled the RSS feeds entirely). My favourite would be something without 3rd party services, anyway.
Wordpress Version: 4.2.4, Buddypress Version: 2.3.2.1
Any help highly appreciated!
Best regards,
JörgHello,
I have a BP installation. I was making use of the theme compatibility with a “buddypress” folder in my theme directory, where I’m customizing theme files. I also have plenty of custom css. I was happy with the way BP looked. After upgrading to the newest version things were moved around, the inbox is completely messed up and unusable, backgrounds appeared that weren’t there before, the search box looks horrible, I don’t know where to begin fixing this…
What happened? I don’t really want to rewrite everything from scratch, any ideas on what’s going on?