Search Results for 'buddypress'
-
AuthorSearch Results
-
October 15, 2013 at 10:24 am #172854
In reply to: I can't Install BP,Help Need
ondesk007
Participant1 ) WordPress 3.6.1.
2 ) in Domain like abc.com
4 ) i Don’t know From Which Version i updated
5 ) Yes Before Install BP Wp was Fine
6 ) Latest Version 1.8.1
8 ) NO Bp installed,i have uploaded throw FTP and When Trying to Active in plugin page it’s Showing Error “Parse error: syntax error, unexpected ‘.1′ (T_DNUMBER) in /homepages/8/d455109938/htdocs/healthydinner/wp-content/plugins/buddypress/bp-core/bp-core-update.php on line 23”9 ) Standard BP
10 ) Yes I Had To Stop File Transferring Twice When Uploading BP Throw FTP
11 ) No
14 ) 1&1
15 ) LinuxOctober 15, 2013 at 10:06 am #172853In reply to: [Resolved] Extend bp_members() – Custom Query
Henry
MemberHey @zintax
Have you tried hooking to the
bp_ajax_querystringfilter? This is a good way of modifying both the loop and the pagination.Hope this gives you a few ideas:
function modify_loop_and_pag( $qs=false, $object=false ) { // comma sep list of users to exclude from loop and pagination $users = '1,2,3'; if ( $object != 'members' ) // hide for members only return $qs; $args = wp_parse_args( $qs ); if ( !empty( $args['exclude'] ) ) $args['exclude'] = $args['exclude'] . ',' . $users; else $args['exclude'] = $users; $qs = build_query( $args ); return $qs; } add_action( 'bp_ajax_querystring' , 'modify_loop_and_pag', 25, 2 );This is a slightly modified version of: http://buddydev.com/buddypress/exclude-users-from-members-directory-on-a-buddypress-based-social-network/
October 15, 2013 at 8:10 am #172850In reply to: Add activity form and loop on my home page
szed
ParticipantGreat 🙂
It works fine.I also have to modify a little buddypress-activity-plus to use the shortcode with the plugin.
Thanks !
October 15, 2013 at 6:50 am #172843In reply to: One group Per Member
bp-help
Participant@ladydekade
It may help the rest of the volunteers answer you if you provide details on your install as listed here:
https://buddypress.org/support/topic/when-asking-for-support-2/October 15, 2013 at 6:45 am #172842bp-help
Participant@shaungreen
Dashboard/settings/buddypress/settings
Make sure the box is checked beside show the toolbar for logged out users!
If it is checked and the toolbar is still not showing up for logged out users then you have a theme issue!October 15, 2013 at 6:28 am #172839In reply to: One group Per Member
bp-help
Participant@ladydekade
Sure you can hard code anything if you want too as long as you know what to do just make sure it is done in a child theme!
As far as your issues with developers, maybe you should agree to certain things with the client and if they decide to change things after the things you agreed on are done then they will have to pay a hourly fee based on what needs to be done! Don’t ever lock yourself in to do EVERYTHING they want when some clients may be indecisive because you will loose money!October 15, 2013 at 6:17 am #172834In reply to: One group Per Member
October 15, 2013 at 6:15 am #172833In reply to: One group Per Member
ladydekade
ParticipantOh ps, i have tried this plugin – doesnt seem to work at all!
October 15, 2013 at 5:20 am #172821Shaun
Participantproblem is there are already a few people requesting access which the plugin is allowing me to moderate. By deactivating it grants them access to the site which is still being updated…. which I have done as per your request.
Can you confirm no separate login page is required and Buddypress or BBpress automatically includes this following registration as this is not configured
October 15, 2013 at 4:49 am #172817Shaun
ParticipantHi @bphelp
Its looks like its the following plugin;
At the moment I want to moderate membership signup which the plugin provides to cut down on spam members. Would I be best speaking to the plugins forum?
October 15, 2013 at 12:10 am #172804In reply to: I can't Install BP,Help Need
@mercime
Participant@ondesk007 Don’t know why you are getting that error. To help us help you troubleshoot, do provide more information about your installation https://buddypress.org/support/topic/when-asking-for-support-2/
October 14, 2013 at 11:52 pm #172801In reply to: Use standard WordPress registration
Henry
MemberThis webpage has a redirect loop
This is likely to result from two redirects in place. 1. wp-login.php is redirecting to the BuddyPress login page. 2. The BuddyPress login page is redirecting back to the wp-login.php page.
From this, I’m assuming you’re using the
firmasite_redirect_bp_signup_pagefunction? This would work well if (2) wasn’t happening to begin with. Then again if (2) wasn’t happening to begin with you wouldn’t have the problem.The solution here would be to find out how BuddyPress is redirecting people away from wp-login.php and remove that redirect. I think r-a-y’s
remove_actiongist is what you want. The rest of the code you’ve added I think is safe to remove.October 14, 2013 at 9:36 pm #172799In reply to: Use standard WordPress registration
starapple
ParticipantNo luck. With the add_filter code I get a time out on the server with this message from Chrome:
This webpage has a redirect loop
Reload Less
The webpage at http://www.site.com/wp-signup.php has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.
Learn more about this problem.
Error code: ERR_TOO_MANY_REDIRECTSWithout the filter, I just end up with the BuddyPress registration page.
Maybe the plugin is outdated. It uses the format http://www.site.com/?reglevel=author, which, come to think of it isn’t odd because that’s the same as for logging out.
October 14, 2013 at 8:19 pm #172792In reply to: Use standard WordPress registration
bp-help
Participant@starapple
Create a bp-custom.php if you dont have one already. For more on that see:
https://codex.buddypress.org/plugindev/bp-custom-php/
Then copy both snippets from the below link into bp-custom.php :
https://gist.github.com/r-a-y/5578432October 14, 2013 at 8:17 pm #172791In reply to: Use standard WordPress registration
aces
ParticipantThere are two different ways to disable buddypress registration on https://gist.github.com/r-a-y/5578432
October 14, 2013 at 4:04 pm #172789In reply to: Add activity form and loop on my home page
szed
ParticipantI already tried it. But it display only the loop, not the form.
Also, i use this plugin : https://wordpress.org/plugins/buddypress-activity-plus/October 14, 2013 at 2:06 pm #172785In reply to: Buddypress blocks flexslider
Centurius
ParticipantI too am experiencing this issue, for reference:
http://dev.cgint.net/With buddypress enabled the first slide doesn’t work, the second slide and everything after works just fine. As others are experiencing this too in entirely different themes and combined with the fact deactivating buddypress solves the issue it has to be a buddypress problem.
October 14, 2013 at 4:08 am #172768In reply to: Where is a working demo
zorro1965
ParticipantIts been over a month and the buddypress demo is still not working… Is something going on with the demo? Is BP actually going to keep evolving and being supported? Kind of starting to wonder now.
October 13, 2013 at 2:05 am #172754In reply to: Registration Page Password Protected
bp-help
Participant@jptdesrosiers
Never tried it but you can:
https://wordpress.org/plugins/baw-invitation-codes/
On the front page follow the link to the Developers tab for the version that should work with BuddyPress! Let us know how it works out for you!October 12, 2013 at 9:43 pm #172749In reply to: 'Survey' Project
@mercime
ParticipantI would like to create a section where people can sign in and answer questions and add their image and then have people see their answers.
@cortttt Sure. Use BuddyPress Extended Profile Fields to highlight the best of your community https://codex.buddypress.org/buddypress-components-and-features/extended-profiles/
Make sure that Extended Profiles is checked in wp-admin Settings > BuddyPress > ComponentsAt the top of the sections would be a running total…total years lost to illness
Check out https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/ and then customize the plugin to include the running total years lost to illness or use/rename birthday field
October 12, 2013 at 9:23 pm #172748In reply to: Problem notification number on admin bar
@mercime
Participant@profc backup and make sure you delete all the BP Template Pack files transferred to your theme folder in server https://codex.buddypress.org/themes/theme-compatibility-1-7/bp-17-upgrading-template-packed-themes/
October 12, 2013 at 8:29 pm #172746In reply to: Redirect to members page in buddypress plugin
@mercime
Participant@mattadams premium theme clubs usually have forums support for its members. Have you tried searching the forums re BuddyPress compatibility or asking if theme author can provide it? We have no access to the premium file so have no clue what proprietary templating system it’s using that’s circumventing easy integration with BuddyPress.
One solution could be as simple as creating a buddypress.php file which contains the WordPress loop with the_title and the_content tags along with the necessary HTML structure and theme tags. You’d then upload that file to the root of your theme’s folder in server and that’s it.
Good luck!
October 12, 2013 at 6:01 pm #172743In reply to: No sidebars?
@mercime
Participant@fpats BP works with nearly all WordPress themes. It doesn’t work perfectly in themes with proprietary templating systems but there’s a solution for that.
You can ask the theme author for a buddypress.php file which has the WP with the_title and the_content among the theme’s template tags for that specific theme. Upload that buddypress.php to the root of your theme folder in server and all BuddyPress components will use that file to autogenerate content.
October 12, 2013 at 5:22 pm #172742In reply to: Making the landing page the login page
bp-help
Participant@life1134
You could try this and take what you need from it:
http://wpmu.org/how-to-build-a-facebook-style-members-only-wordpress-buddypress-site/October 12, 2013 at 7:45 am #172731In reply to: Redirect to members page in buddypress plugin
MattAdams
ParticipantI’m having the exact same problem within OptimizePress. I also need a solution, I really want to include BuddyPress in my site, but I can’t see getting rid of OptimizePress because I need it’s functionality.
Basically, two things are happening.
1. The redirects to the Members page are happening on my site too.
2. I also can’t edit the theme template on these pages either, and so I’m stuck with the grey pages on some of the BuddyPress pages.
I would LOVE to have this fixed, I would really like to have BuddyPress on my site.
Thanks in advance!
~Matt
-
AuthorSearch Results