Search Results for 'buddypress'
-
AuthorSearch Results
-
February 16, 2011 at 2:50 am #105506
i_banks
Member“I don’t believe it does anything in BuddyPress itself.”
I’m sorry, I don’t understand what you mean with this line. From my understanding, every action has a function associated with it somewhere in the BuddyPress files. The line `do_action(‘bp_after_signup_profile_fields’)` (in the register.php file), seems like it does something like in the registration process…maybe some sort of an evaluation to make sure the user is ready for the next step…whatever that something is I’m trying to figure it out…
Now, I’m not familiar with “grep” and never used it. You say that it’ll tell me all of the instances of that text. Does that give me the function(s) associated with that action?
February 16, 2011 at 2:26 am #105505Boone Gorges
KeymasterUse grep. That’s what I do. From the UNIX or Mac Terminal command line, cd to your buddypress installation directory. Then:
`grep -nR ‘bp_after_signup_profile_fields’ ./`That’ll tell you all the locations of all the instances of that text.
In the case of this particular do_action, I am pretty sure it is just there for the use of other plugins. I don’t believe it does anything in BuddyPress itself.
February 16, 2011 at 2:03 am #105503Sofian J. Anom
ParticipantI’m using this plugin: https://buddypress.org/community/groups/bp-disable-activation/. It’s free!
February 16, 2011 at 1:55 am #105502pcwriter
ParticipantThere’s a plugin available that stops the registration emails and auto-activates accounts available at BuddyDev.com but it’s a premium plugin (site membership = $30/3 months).
February 16, 2011 at 1:42 am #105501In reply to: Pre-install Question
@mercime
Participanthttps://wordpress.org/extend/plugins/invite-anyone/
http://buddydev.com/buddypress/buddypress-friends-suggestions-widget-help-your-users-to-build-their-network-faster/Of course you’re free to look elsewhere, like Elgg ( plugins in basic install) and Drupal Commons (featured on wpmu.org)
February 16, 2011 at 12:27 am #105497In reply to: Setting up registration with buddypress and s2member
milordk
ParticipantProblem:
“* Note: The s2Member plugin has control over four options on this page.
Dashboard Blog = 1 / Main Site, Default Role = subscriber, Allow Open Registration = none, and Add New Users = 1.
In your Dashboard ( on the Main Site ), see: s2Member -> Multisite ( Config ).”Set s2Member -> Multisite(config) -> Multisite Registration ( Main Site Configuration ) -> Yes allow open registration
February 15, 2011 at 9:14 pm #105487galinmitchener
MemberThanks for the suggestion but yep, have those both functioning correctly. It is just the links for viewing the topic (every other link works). Does installing it in a directory past the root have anything to do with it? I don’t get why, but I am not at the root with this, am at a folder past the root called /forum.. which also makes the link structure confusing because it says forum/forums for when you are on forum pages but I don’t mind that, am more just wanting to get it to work. Its strange because I was hoping a clean install of everything would get everything working simply so I still feel like it must be a simple solution.
February 15, 2011 at 9:02 pm #105484In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
smilewithkids
MemberWell, I must agree with some guys here, that it really should register users out of the box.
Solution confirmed:
Mail From plugin allows to send the email to the user.The next small issue is that gmail catches that email as spam…
February 15, 2011 at 8:35 pm #105490tertitten
MemberHi, donno if I can be of any help, however have you changed the permlink setup from the default AND updated your .htaccess file accordingly ?`
This is how my .htaccess file looks..
`
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
`
I have little knowledge of BP so this might not be your issue at all, but it’s worth checking..February 15, 2011 at 7:05 pm #105477In reply to: Activity Confusion
driz
ParticipantI have asked here if anyone has an answer: https://buddypress.org/community/groups/buddypress-like/forum/topic/show-like-outside-of-activity-stream/
February 15, 2011 at 5:51 pm #105475In reply to: Activity Confusion
driz
ParticipantWhat about the BuddyPress Like plugin? Does that Like the Activity or the Post itself?
February 15, 2011 at 4:37 pm #105470In reply to: Activity Confusion
Anonymous User 96400
InactiveBuddyPress -> General Settings
February 15, 2011 at 3:51 pm #105467In reply to: Fixing Alignment
@mercime
Participanthttps://trac.buddypress.org/roadmap probably a month more or less
February 15, 2011 at 10:48 am #105458In reply to: New Users Can’t Log In
@mercime
Participant@JBo796 WP/BP versions? Have you changed theme to bp-default, deactivated all plugins except BuddyPress, cleared cache, create a test user account and then check if BP log in works?
February 15, 2011 at 10:31 am #105456@mercime
ParticipantThere are 13 files https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#revise-templates – blogs/create.php and registration/activate.php missing in your list
February 15, 2011 at 8:13 am #105453In reply to: Hidden group posts visible to all
Kim Gjerstad
ParticipantI went over to Trac, and the issue is to be corrected in the next release 1.3. See trac ticket:
https://trac.buddypress.org/ticket/2678February 15, 2011 at 6:33 am #105449In reply to: Only allow admins to create groups
Hugo Ashmore
ParticipantPlugins extend BP and provide much of the functionality required such as this. Always have a hunt through the plugins list.
This one should suit purpose:
‘buddypress-restrict-group-creation’
February 15, 2011 at 4:48 am #105447In reply to: New Users Can’t Log In
JBo796
MemberI am having a similar issue with the buddypress login. It will redirect users to the home page after logging in, but will not actually log them in. They are also not receiving an email to activate their account. Any suggestions?
February 15, 2011 at 3:53 am #105446In reply to: Configuring W3 Total Cache with BuddyPress
lapa34c
MemberHaving the same logout issue as well. Mine seems to be specific to the homepage only – strange…?
February 15, 2011 at 3:34 am #105443In reply to: Hide Notification Settings
February 15, 2011 at 3:05 am #105440In reply to: Only Admin Account can Login to Buddypress
JBo796
MemberI am having the same issue. Has anyone had any luck with this?
February 15, 2011 at 3:00 am #105438In reply to: Hide Notification Settings
jordynn
MemberThanks @pcwriter! (and @mariochampion!)
That piece of code solved my issue! It has removed the “notifications” subnav from the “My Account” adminbar menu too.

Edit: It seems to only remove the “Notifications” subnav in the “My Account” adminbar menu when I’m looking at the …/members/admin/settings/ page
February 15, 2011 at 2:25 am #105437Ranjith
MemberHi all check this link..
http://electrofriends.com/qna/web-development/wordpress-faq/integrate-buddypress-wordpress-theme/Step by step procedure is given to integrate buddypress theme to your existing theme
February 15, 2011 at 1:40 am #105435In reply to: Buddypress login by facebook, twitter etc
Reezo
ParticipantI believe this plugin have all what you want:
https://wordpress.org/extend/plugins/bc-oauth/February 15, 2011 at 12:01 am #105426In reply to: Friend Acceptance Notification NOT GOING AWAY!
Virtuali
ParticipantWhat version are you using??
Looks like it was already fixed, but check this out: https://trac.buddypress.org/changeset/2921
-
AuthorSearch Results