Search Results for 'buddypress'
-
AuthorSearch Results
-
September 26, 2013 at 2:48 am #171829
In reply to: Group Management (feature request)
hkcharlie
Participantthanks @xkronik13x
it’s the second one that does what I want, I just thought I’d take the opportunity to request features of Buddypress while it’s in a high state of development.
I keep getting told, the less plugins there are, the better the performance.
September 26, 2013 at 1:42 am #171828In reply to: Edit Buddypress Registration Page Template
cpagan2000
ParticipantHere you go
<?php // hacks and mods will go here /** * Disables BuddyPress' registration process and fallsback to WordPress' one. */ function my_disable_bp_registration() { remove_action( 'bp_init', 'bp_core_wpsignup_redirect' ); remove_action( 'bp_screens', 'bp_core_screen_signup' ); } add_action( 'bp_loaded', 'my_disable_bp_registration' ); add_filter( 'bp_get_signup_page', "firmasite_redirect_bp_signup_page"); function firmasite_redirect_bp_signup_page($page ){ return bp_get_root_domain() . '/wp-signup.php'; } ?>September 26, 2013 at 1:40 am #171827In reply to: remove registration page
cpagan2000
ParticipantThis has worked for me
<?php // hacks and mods will go here /** * Disables BuddyPress' registration process and fallsback to WordPress' one. */ function my_disable_bp_registration() { remove_action( 'bp_init', 'bp_core_wpsignup_redirect' ); remove_action( 'bp_screens', 'bp_core_screen_signup' ); } add_action( 'bp_loaded', 'my_disable_bp_registration' ); add_filter( 'bp_get_signup_page', "firmasite_redirect_bp_signup_page"); function firmasite_redirect_bp_signup_page($page ){ return bp_get_root_domain() . '/wp-signup.php'; } ?>September 26, 2013 at 1:39 am #171826In reply to: [Resolved] WordPress Login and Registration Page
cpagan2000
ParticipantWell this worked lets hope no issues.
<?php // hacks and mods will go here /** * Disables BuddyPress' registration process and fallsback to WordPress' one. */ function my_disable_bp_registration() { remove_action( 'bp_init', 'bp_core_wpsignup_redirect' ); remove_action( 'bp_screens', 'bp_core_screen_signup' ); } add_action( 'bp_loaded', 'my_disable_bp_registration' ); add_filter( 'bp_get_signup_page', "firmasite_redirect_bp_signup_page"); function firmasite_redirect_bp_signup_page($page ){ return bp_get_root_domain() . '/wp-signup.php'; } ?>September 26, 2013 at 1:34 am #171824In reply to: [Resolved] WordPress Login and Registration Page
bp-help
Participant@cpagan2000
Please do some self help and refer to the codex. That is what it is there for!
https://codex.buddypress.org/developer/customizing/bp-custom-php/September 26, 2013 at 1:30 am #171823In reply to: [Resolved] WordPress Login and Registration Page
cpagan2000
ParticipantIt makes no sense do I have to create this file and then paste the code. Because there is no such file. Below is what it says on the link
Disable BuddyPress’ registration and use WP’s instead. Paste this in /wp-content/plugins/bp-custom.php
September 26, 2013 at 1:25 am #171822In reply to: Group Management (feature request)
xKroniK13x
ParticipantThis does it. I have it running on my site, but I modified the code to use a select box instead of check boxes. But this is what you’re looking for, I think.
https://wordpress.org/plugins/buddypress-registration-groups-1/
Or this one if you don’t want them to have a choice.
September 26, 2013 at 1:00 am #171819bp-help
Participant@cpagan2000
Please do not reply on topics almost 3 years old. I replied here:
https://buddypress.org/support/topic/wordpress-login-and-registration-page/September 26, 2013 at 12:38 am #171816In reply to: Difference between BuddyPress and bbPress?
Ben Hansen
Participantbbbpress is forum software, buddypress gives you more in depth user profiles groups and activity streams (amongst other social netowrky type things) the two can be used separately or together.
September 26, 2013 at 12:08 am #171813In reply to: [Resolved] WordPress Login and Registration Page
wickedmellow
ParticipantI have the same question, about to install wordpress and buddypress, but saw this and also only want one login and user account for people to sign up with. I’m right in that it sounds like new users would have to create one account for each right now or not? TY 🙂
September 25, 2013 at 11:55 pm #171811cpagan2000
ParticipantI want to use the wp-login.php login and registration page instead of buddypress. How can I do that
September 25, 2013 at 4:15 pm #171789In reply to: Styling Group and Members Headers
hughshields
ParticipantThanks for that tip also. It seems the margin is only appearing in IE 10 browser for some reason. It works fine in Firefox and Chrome and there is no unwanted margin with the Buddypress Default theme. I even deleted out the suffusion buddypress template pack group-header-php so that it would revert to the theme default and the margin is still there but only in IE.
September 25, 2013 at 4:00 pm #171786In reply to: Styling Group and Members Headers
hughshields
ParticipantThanks for the tip. I included your CSS in my theme style sheet and it works, but it throws off the styling for my theme (suffusion) and puts 5-6 blank lines at the top of the group header.
I believe this is an issue with my theme’s template pack which is outdated since Buddypress 1.8.1.
I will try and resolve this on the Suffusion forum.
Thanks
HughSeptember 25, 2013 at 11:42 am #171775In reply to: Avatar Crop not working: selector is not a square
Hugo Ashmore
ParticipantI already checked /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php and everything is okay on there
What exactly did you check in that core file? It’s unlikely an issue with a core BP file unless someone has been editing it or unless a bug has crept in very recently which I doubt.One thing you should have checked is whether the issue exists when you switch to a theme known to be generally ok with BP i.e twentythirteen or twentytwelve
This sounds like a classic theme issue really.
September 25, 2013 at 11:15 am #171773In reply to: Installing Buddypress on an existing website
Hugo Ashmore
ParticipantClosing thread as OP opened essentially a duplicate later.
https://buddypress.org/support/topic/1-click-installations/September 25, 2013 at 11:14 am #171772In reply to: 1 Click Installations
Hugo Ashmore
Participant@bvirkus
This thread is essentially a duplicate of one you already started, please don’t open multiple topics on the same question, as it splits& potentially duplicates those responses.https://buddypress.org/support/topic/installing-buddypress-on-an-existing-website/
September 25, 2013 at 7:48 am #171770In reply to: Buddypress compatible themes
@mercime
ParticipantFor more information about setting up a BuddyPress site https://codex.buddypress.org/
September 25, 2013 at 7:47 am #171769In reply to: 1 Click Installations
@mercime
Participant@bvirkus what’s important is that you need to have full control of your site when you install BuddyPress. If you want to test your installation, backup your database first so you can revert if BP doesn’t work completely on your one-click install.
September 25, 2013 at 5:36 am #171768In reply to: Remove Site header from Buddypress Wall
@mercime
Participant@rpatwall1206 haven’t heard of the plugin so not quite sure where to remove the site header. URL to your BP member wall page?
September 25, 2013 at 1:47 am #171763bp-help
Participant@scottlush
The only thing I see that does some of those things is:
https://wordpress.org/plugins/buddymenu-buddylinks/
However I have never tried it myself, and it has not been updated in a while so its hard to say whether it will work with the most current versions of WP & BP. The only other alternative is to code it yourself or hire a developer to do it for you.September 24, 2013 at 9:59 pm #171761In reply to: Installing Buddypress on an existing website
Hugo Ashmore
ParticipantThe stock advice is never use 1 click instals, but try installing BP and see how it performs, trusting that you have established the WP install is working correctly first.
September 24, 2013 at 7:36 pm #171759In reply to: Installing Buddypress on an existing website
bvirkus
ParticipantThe reason I ask is the install instructions are very specific that I need to “manually” install WordPress. When I originally set the site up I did so via a “1 click install” app via the hosting company. They indicated Buddypress will not work properly unless you manually install. Am I ok to just install the plugin or am I setting myself up for problems.
September 24, 2013 at 6:00 pm #171756In reply to: Installing Buddypress on an existing website
Hugo Ashmore
Participant?? BuddyPress is a WP plugin, if you have WP running then you can activate BP.
September 24, 2013 at 2:38 pm #171747In reply to: Getting a list of users activity count
vcord
Participanthello, is there a way to get the total count for all the favourites a user has made on others posts and also get the total count for the favourites a user has recieved from all his activities. e.g:
total favourites made:237.
total favourites recieved from all posts:300.
Am using Buddypress 1.8
PLEASE I WILL BE APPRECIATE A QUICK RESPONSE.September 24, 2013 at 11:42 am #171744In reply to: buddypress vs bbpress
jayce103
ParticipantThanks Hugo.
I have just found that out. Which is that Buddypress uses BBpress. I have also been given a youtube link to a guy who has explained it well, so if anyone else asks the same/similar question here is that link
Cheers,
Jayce
-
AuthorSearch Results