Search Results for 'buddypress'
-
AuthorSearch Results
-
September 10, 2013 at 7:43 pm #171109
In reply to: Using directorypress with buddypress
montaya
ParticipantHas anyone tried to use a theme like Directorypress.net with buddypress
Thanks
BryanSeptember 10, 2013 at 6:41 pm #171107In reply to: Adding classes to profile fields
danbp
Participanthi @applegateian,
read here how to fetch checkbox,radio and multiselect datas
1) give each check box a unique name
2) create a filter function with your css items around the echo $data.
3) add the filter to a profile action
4) doneSeptember 10, 2013 at 6:26 pm #171105In reply to: Universal Friendship (or unfriendship)
danbp
Participanthi@nanaimomen,
sorry to jump in with a probably stupid question. Why do you want to use a community tool like BuddyPress where members are the center of all, and it’s you who decide for them to be friends by default ?
And if it is not possible, you want to remove any possibility to do so, so nobody can feels out ? Are you a little dictator ? π
Probably not.
Please read this codex page and feel free to deactivate the friends component. πSeptember 10, 2013 at 5:36 pm #171102In reply to: BuddyPress Registration Page Not Working
smartino53
ParticipantCan anyone make recommendations on how to resolve registration, still not working as described.
Thank You
September 10, 2013 at 3:36 pm #171093In reply to: Bugs between bbpress and Buddypress
Peter Hardy-vanDoorn
ParticipantIn theory if you set your group to “Private” or “Hidden” then non-group members are not supposed to be able to see the posts in that group’s bbForum.
However, and this is denied by the developers, I am experiencing a bug which is making all forum posts appear in the site-wide activity stream to all members, although when they click on the link they cannot view the post.
cf: https://buddypress.org/support/topic/private-group-posts-appearing-in-activity-stream-to-non-members
So, no, you’re not going crazy π and yes, it is incredibly frustrating!
Peter
September 10, 2013 at 3:31 pm #171092In reply to: How To Create Groups within Categories (CONFUSED)
Peter Hardy-vanDoorn
ParticipantBuddyPress groups can’t have categories associated with them. My advice would be to just set up a different group for each island. You can make each group private to ensure that only members of that group can see the forum posts within.
Additionally, there is a plugin which will give groups hierarchies if you wanted to make it easier to group groups together (eg, if your islands are grouped geographically you could have a “north islands” group and a “south islands” group and within each group you would then have your individual islands groups).
Search for “BP Group Hierarchy”
Hope that helps
Peter
September 10, 2013 at 3:24 pm #171091In reply to: Create new members roles on buddypress group
Ben Hansen
Participanti don’t think is such a thing as buddypress roles actually.
September 10, 2013 at 2:56 pm #171088In reply to: Forms plugins for Buddypress
Ben Hansen
Participantare the forms in jetpack not good enough for what you need?
September 10, 2013 at 2:55 pm #171087In reply to: Broken Plugin
Ben Hansen
Participantlooks like you are on shared hosting 40 megabytes is probably not going to work for any halfway popular buddypress site you should consider upgrading to a vps.
September 10, 2013 at 1:56 pm #171082In reply to: [Resolved] Filter email message content
shanebp
ModeratorTry this:
function change_bp_new_message_email_content($email_content, $sender_name, $subject, $content, $message_link, $settings_link) { $email_content = sprintf( __( 'You have one new message: Subject: %1$s "%2$s" To view and read your messages please log in and visit: %3$s --------------------- ', 'buddypress' ), $subject, $content, $message_link ); return $email_content; } add_filter('messages_notification_new_message_message', 'change_bp_new_message_email_content', 1, 6);September 10, 2013 at 1:44 am #171060rameshwor.maharjan
ParticipantHere is a plugin that allows admin to view buddypress profile from admin panel.
https://wordpress.org/plugins/buddypress-profile-view-from-admin/
September 9, 2013 at 11:09 pm #171055Ben Hansen
Participantglad to be a help!
September 9, 2013 at 10:54 pm #171054mirgcire
ParticipantHi ubernaut,
Thanks for the response. You told me exactly what I needed to know. I really appreciate that!
It is to bad the doc’s don’t clarify this detail because I am sure I am not the only one puzzled by it.Anyway, I have no problem accessing or modifying my core files, so I should be good to go.
Thanks!
September 9, 2013 at 7:17 pm #171046In reply to: Disable notice to all users?
shanebp
ModeratorCreate a template over-ride for this file:
\buddypress\bp-templates\bp-legacy\buddypress\members\single\messages\compose.phpThen delete or comment out this:
<?php if ( bp_current_user_can( 'bp_moderate' ) ) : ?> <input type="checkbox" id="send-notice" name="send-notice" value="1" /> <?php _e( "This is a notice to all users.", "buddypress" ); ?> <?php endif; ?>September 9, 2013 at 2:07 am #171034In reply to: i don't get it
Ben Hansen
ParticipantBy definition features are only added to open source projects if people feel it’s important enough to make it happen. If you think theres a feature that every buddypress site should have then you should first lobby for it to the core group of contributors (through trac for wordpress/buddypress) and ideally offer your own time to help the develop the feature if the group agrees that it should be part of the core feature set.
If you are unable to convince others you are still free to fork the project into your own thing or better yet create a plugin which adds this functionality for others who feel as you do.
ps you might want to check out https://wordpress.org/plugins/buddypress-media/
September 8, 2013 at 11:39 pm #171031Ben Hansen
Participanti believe those mojo market installs are real installs and do not use shared resources you should be able to install buddypress on it just fine but you should confirm with blue host that you have full file access to the installation and are not using shared wordpress core files before proceeding if you want to be sure.
September 8, 2013 at 9:39 pm #171024In reply to: What plugin to use? Please help.
Prince Abiola Ogundipe
Participant@lpp911, Have you tried : https://wordpress.org/plugins/buddypress-media/
which i believe is the best right now and does even more than what you want.
September 8, 2013 at 9:38 pm #171023In reply to: Installing BuddyPress on a network setup
Ben Hansen
Participantnetwork activate, usually buddypress plugins would also be network activated.
September 8, 2013 at 9:31 pm #171021In reply to: Customize parent and child them?
Prince Abiola Ogundipe
ParticipantAny changes you want to make must be in the child theme, do not touch or customize the default theme because any customization done to the parent theme will be wiped out during buddypress update.
Regards
September 8, 2013 at 9:28 pm #171020Martin
ParticipantSeptember 8, 2013 at 6:57 pm #171014akgt
ParticipantHi
I’ve found a solution which is halfway there,
I worked for the groups but gave me a white screen when clicking topics.I just need a little help getting it fully working
September 8, 2013 at 6:44 pm #171012danbp
Participanthi @debu89,
which updates exactly ? π
Anyway, you have to modify a little the activity template.The reference you need are explained here. Depending on what you want to see, you probably will have to combine several possibilities.
Concretly, do the following
1) create a child theme
2) put a copy of themes/bp-default/activity/activity-loop.php into the /activity/ folder of the child theme.
3) Add a condition at line 32, of the copy just before the while ( bp_activities() )…bla…bla
4) close the condition with a endif at line 50, juste before the closing ul tagThe following example (probably not THE solution for your demand) shows the last 3 notices published on different group activities.
<?php if ( bp_has_activities( ‘object=groups&action=activity_update&max=3’) ) : ?>
+-+-+-+
+-+-+-+
+-+-+-+
<?php endif; ?>Hold on ! π
September 7, 2013 at 4:28 pm #170991In reply to: Bado – Free buddypress child theme
A8muf
ParticipantFacebook connect isn’t actually setup in the demo site, here you go, two demo logins to use to check out the theme;
Username: demouser1 Password: demouser1
Username: demouser2 Password: demouser2
September 7, 2013 at 10:23 am #170988In reply to: Bado – Free buddypress child theme
Martin
ParticipantMight be cool to supply a demo login so people can check it out better, without passing over a Facebook Signup.
September 6, 2013 at 11:14 pm #170981In reply to: Random Wish/Idea for Buddypress
valuser
ParticipantPrevious link in 2nd last post should have read:
I would add βAdd Mediaβ and Map/Location (my p2 example β at http://trulysuperb.com/ user: test password: test
-
AuthorSearch Results