Search Results for 'buddypress'
-
Search Results
-
Hi,
I’m running WP 3.5.1/BP 1.7.2 (hosting service is Ovh perso) with Flix BuddyPress Ready Team Blogging theme. French by the way so if there is some other frenchy here who can help me in my language it would be fantastic 😉
When I create a group, BP creates 3 to 6 or even more “entries” for the group. When I go to the groups page (and to the dashboard) I can see 6 links to the same group. I can delete it only on the admin panel groups/select all/delete. If I select 4 of the 5 news groups, then bp seems to recreate all those “virtual” groups.
I have search on google and don’t find people who have the same problem.Just find this cryptical information on the codex http://codex.buddypress.org/groups-group-create-complete/
If someone can help me to understand the link above…
Thanks
Hi BuddyPress Gurus,
I’m setting up a website and will need the following functions. From what I’ve research about BuddyPress, it should be able to achieve these but I’ll like to seek advice from you guys with experience working on the buddypress platform.
My site is basically:
1) A matching site with 2 types of users (buyers/sellers)
Buyers post assignments. Sellers has a profile page with their CV and past jobs they accepted from the site.
2) Sellers are able to see a job and press ‘apply’ to try for a job and their application gets sent to the buyer.
3) Sellers and buyers can message one another via the platform
(Admins like myself has the ability to approve messages. To screen out messages where direct contact information is passed between users)
4) Enable log in via Facebook.
5) Verification via SMS, Facebook, Linkedin and Twitter to ensure that the buyers and sellers are real people and to ensure that the contact information that is sent to both parties afterward is accurate. (I’ve found a PHP script for this on CodeCanyon, but im not sure whether it can be integrated onto Buddypress)Do you guys think that a buddypress CMS is suitable for a site with these functions? Or should I engage a company and do custom coding? Or is that other CMS that is more suitable for my site needs?
On a separate note, if you:
a) Know of any reliable freelancer who has experience creating a similar site. (I’m looking to hire to create some of the functions and customize some premium plugins for my site’s needs)
b) Any plugins that can achieve the functions that I need for my site (Can be either paid or free plugins)Do share your advice and experience! Thank you!
I want to start a site about buddpress. Like a fan thing, maybe talk about buddypress. Can I use buddypress in the domain: Like mybuddypresssite.com
??
WP: 3.5.1 BP: 1.7.2
For distribution purposes I would like to include my customized buddypress language files in my theme alongside my other language files. No matter what I try though I can only get the language files to display if I copy them over to wp-content/languages as described in the buddypress codex. I thought that the following would work, but it doesn’t:
function load_buddypress_language_files() { load_theme_textdomain('buddypress', get_template_directory() . '/lang'); } add_action('plugins_loaded', 'load_buddypress_language_files');This is possible, right?
– Justin
how to get friend request list like facebook in header.php
i put code of request.php in header of buddypress theme i get list of all request i receive when i go to my profile page but when i go outside my profile it shows message that you have no request …
how can we do this please help regrading this..here is the code i paste in header.php
<?php do_action( ‘bp_before_member_friend_requests_content’ ); ?>
<?php if ( bp_has_members( ‘type=alphabetical|include=’ . bp_get_friendship_requests() ) ) : ?>
<div id=”pag-top” class=”pagination no-ajax”>
<div class=”pag-count” id=”member-dir-count-top”>
<?php bp_members_pagination_count(); ?>
</div>
<div class=”pagination-links” id=”member-dir-pag-top”>
<?php bp_members_pagination_links(); ?>
</div>
</div>
<ul id=”friend-list” class=”item-list” role=”main”>
<?php while ( bp_members() ) : bp_the_member(); ?><li id=”friendship-<?php bp_friend_friendship_id(); ?>”>
<div class=”item-avatar”>
“><?php bp_member_avatar(); ?>
</div><div class=”item”>
<div class=”item-title”>“><?php bp_member_name(); ?></div>
<div class=”item-meta”><span class=”activity”><?php bp_member_last_active(); ?></span></div>
</div><?php do_action( ‘bp_friend_requests_item’ ); ?>
<div class=”action”>
“><?php _e( ‘Accept’, ‘buddypress’ ); ?>
“><?php _e( ‘Reject’, ‘buddypress’ ); ?><?php do_action( ‘bp_friend_requests_item_action’ ); ?>
</div><?php endwhile; ?>
<?php do_action( ‘bp_friend_requests_content’ ); ?>
<div id=”pag-bottom” class=”pagination no-ajax”>
<div class=”pag-count” id=”member-dir-count-bottom”>
<?php bp_members_pagination_count(); ?>
</div>
<div class=”pagination-links” id=”member-dir-pag-bottom”>
<?php bp_members_pagination_links(); ?>
</div>
</div>
<?php else: ?>
<div id=”message” class=”info”>
<p><?php _e( ‘You have no pending friendship requests.’, ‘buddypress’ ); ?></p>
</div><?php endif;?>
<?php do_action( ‘bp_after_member_friend_requests_content’ ); ?>
Hello, first sorry for my bad English.
I have majors problems: 1) with nebraska, theme de themeforest, shows no customized sidebars nor in forums buddypress bbpress. Neither shows well the header of the page. The thumbnails are very large users in the forums and in the membership widget thumbnails are shown in columnThnks
Topic: Quadruple posting error
Hi,
When i add an update it posts it 4 times, as seen the attached, also double posting the group icon

using Voxel theme by RocketTheme.
Buddypress 1.7.2
Wordpress 3.5.1
hosted internally so i cant provide a direct link.
Disabled all plugins but no luck.any suggestions on tracking down the cause?
Topic: Member search results
Entering “hello” in the member search returns a list of members, many of which don’t have “hello” anywhere in their name.
I have raised this as a bug report over at BuddyPress Trac but am not entirely sure it is a bug so should have posted here first.
Is the member search supposed to search data beyond first name and last name?
