Search Results for 'buddypress'
-
Search Results
-
I installed BP fine, but whenever I try to activate any other plugin I get this error message:
parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /nfs/c07/h03/mnt/104309/domains/pdxlist.com/html/wp-content/plugins/buddypress-group-email-subscription/bp-activity-subscription-main.php on line 32
Topic: broken links
hi
I just set up my wordpress site which is up and running when i uploaded bbpress plugin activity , members , groups and create account links are broken ( page can not be found )on BuddyPress Default theme 1.2.7
hope some1 can help
thanxHi, installed buddypress, went through the theme integration.
But, my sidebar still get’s pushed to the right (http://www.slowcyclist.com/activity/) it should be like on the main page http://www.slowcyclist.comThis is how my page.php file divs at the top look :
`<?php get_header();global $wp_theme_options; ?>
And this is how index.php in the activity folder looks :
`if I add class=”clearfix” to the index.php of activity it just pushes the sidebar down and more to the right.
Anyone have any ideas?
Does anyone know how to find page id fpr pages like “Groups, Activity or Members”?
I am trying to determine how are they identified. Is there a page id or a conditional tag that tells what kind of page it is?
Any help would be great thanks!
Hi All
Got a page called members-functions.php and within that page running a function which does:
if ( bp_has_members( 'type=alphabetical&include='.$user_id) ) : while ( bp_members() ) : bp_the_member(); ?>and some other jaz.
This returns all the members, however a person cannot filter between the members such as: Last Active, Newest Registered.
When i change it to
if ( bp_has_members( bp_ajax_querystring( 'members' ) ) ) :instead of if( bp_has_members( 'type=alphabetical&include='.$user_id) ) :then the filtering works, but other custom functionalilty on the members are lost:Within members-loop.php we got some php which does:
$bp_ajax_string = bp_ajax_querystring( 'members' ); if ( $includes == "") { if ( strpos($bp_ajax_string,"newest") != false ) { $bp_ajax_string = str_replace("newest","alphabetical",$bp_ajax_string); } if ( strpos($bp_ajax_string,"active") != false ) { $bp_ajax_string = str_replace("active","alphabetical",$bp_ajax_string); } } else { if ( strpos($bp_ajax_string,"newest") != false ) { $bp_ajax_string = str_replace("newest","active",$bp_ajax_string); } if ( strpos($bp_ajax_string,"alphabetical") != false ) { $bp_ajax_string = str_replace("alphabetical","active",$bp_ajax_string); } if ($bp_ajax_string == NULL) { $bp_ajax_string = 'type=active&action=active'; } }When i remove that code then the same still happens since i thought that must be conflicting, so somewhere else there must be ajax conflicting of some sort.
Is there a better method to call a list of all the members instead of using:if ( bp_has_members( bp_ajax_querystring( 'members' ) ) ) :
The orginal members-loop.php has been modified and none of the existing code is still within it sinceget called in that page.Any suggestions of what might cause ajax conflicting within buddypress will be most welcome or any other suggestions why a person cannot fileter between members.
Thanks,
CharlMy Buddypress is 1.28
If I Create a Group or Forums by Chinese Title, it will show “Bad Request”:
the line:
http://iiime.net/t/groups/%e6%96%b0%e6%9c%8b%e5%8f%8b%e7%95%99%e8%a8%80/—
Bad RequestYour browser sent a request that this server could not understand.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.—
My site:
http://iiime.net/t/groups/how do i resolve this situation?
Hi All
A client requested the following, but not 100% sure if the objective can be achieved. Perhaps there are plugins that can do the following….
Users can apply for a position and then within their activity stream it stipulates which jobs they applied for.
The client wants a search box with a dropdown of jobs and user fields such as name, surname etc etc.Have come across the following plugins:
http://buddypress.org/community/groups/multisite-global-search/activity/
http://buddypress.org/2009/04/google-custom-search-for-buddypress-wpmu/
members filter search ~ bp-profile-search.2.5.zipKnow it is possible to search for specific user profile fields and return a list of users, however is it possible to have a dropdown of certain activities and then do a custom search on users using custom fields on that particular activiy to return the search values ?
hope that someone can point me into the right direction, or have some advice on how to achieve the objective. Not to sure if this is possible within buddypress.
Regards,
CharlHi All
A client requested the following, but not 100% sure if the objective can be achieved. Perhaps there are plugins that can do the following….
Users can apply for a position and then within their activity stream it stipulates which jobs they applied for.
The client wants a search box with a dropdown of jobs and user fields such as name, surname etc etc.Have come across the following plugins:
http://buddypress.org/community/groups/multisite-global-search/activity/
http://buddypress.org/2009/04/google-custom-search-for-buddypress-wpmu/
members filter search ~ bp-profile-search.2.5.zipKnow it is possible to search for specific user profile fields and return a list of users, however is it possible to have a dropdown of certain activities and then do a custom search on users using custom fields on that particular activiy to return the search values ?
hope that someone can point me into the right direction, or have some advice on how to achieve the objective. Not to sure if this is possible within buddypress.
Regards,
Charl

??: