Search Results for 'registration'
-
AuthorSearch Results
-
April 12, 2010 at 2:53 pm #72987
In reply to: User Registration Problems
piphut
Participant@annchristine – I saw that and it didn’t work for me, thanks
@djpaul – MediaLayer
April 12, 2010 at 2:53 pm #73087In reply to: User Registration Problems
piphut
Participant@annchristine – I saw that and it didn’t work for me, thanks
@djpaul – MediaLayer
April 12, 2010 at 2:10 pm #72978In reply to: How To Use Group Widget Outside of Widget
jivany
ParticipantChange the name of your widget area in your child theme.
You should be able to pretty much copy the widget area registration functions from the bp-default/functions.php file into your own child theme’s functions.php file.
April 12, 2010 at 2:10 pm #73078In reply to: How To Use Group Widget Outside of Widget
jivany
ParticipantChange the name of your widget area in your child theme.
You should be able to pretty much copy the widget area registration functions from the bp-default/functions.php file into your own child theme’s functions.php file.
April 12, 2010 at 12:33 pm #72855In reply to: No link available for signing up
Xevo
ParticipantEnable user registration in the admin panel.
April 12, 2010 at 12:33 pm #72955In reply to: No link available for signing up
Xevo
ParticipantEnable user registration in the admin panel.
April 12, 2010 at 11:40 am #72841In reply to: User Registration Problems
Paul Wong-Gibbs
KeymasterYeah, which host is your server on?
April 12, 2010 at 11:40 am #72941In reply to: User Registration Problems
Paul Wong-Gibbs
KeymasterYeah, which host is your server on?
April 12, 2010 at 9:41 am #72828In reply to: User Registration Problems
Ann Christine
ParticipantMaybe you should try this plugin:
https://wordpress.org/extend/plugins/mail-from/
Perhaps some servers have blocked the mails sent from your server via the automatic wordpress@example.com
April 12, 2010 at 9:41 am #72928In reply to: User Registration Problems
Ann Christine
ParticipantMaybe you should try this plugin:
https://wordpress.org/extend/plugins/mail-from/
Perhaps some servers have blocked the mails sent from your server via the automatic wordpress@example.com
April 12, 2010 at 6:01 am #72818stwc
ParticipantIf it’s on registration, work with a child theme as described in this thread: https://buddypress.org/forums/topic/adding-some-text-to-the-signup-form
Then just prepopulate the fields (assuming it’s static info for all registrants) using standard forms HTML stuff.
If it’s dynamic info, well, same first step, but after that, I’m out of my depth!
April 12, 2010 at 6:01 am #72918stwc
ParticipantIf it’s on registration, work with a child theme as described in this thread: https://buddypress.org/forums/topic/adding-some-text-to-the-signup-form
Then just prepopulate the fields (assuming it’s static info for all registrants) using standard forms HTML stuff.
If it’s dynamic info, well, same first step, but after that, I’m out of my depth!
April 12, 2010 at 3:00 am #72806Gene53
ParticipantThanks, I’ll give it a whirl tomorrow.
April 12, 2010 at 3:00 am #72906Gene53
ParticipantThanks, I’ll give it a whirl tomorrow.
April 12, 2010 at 2:54 am #72803jivany
ParticipantYou would probably have to do something like:
if( bp_the_profile_group != "3" || bp_the_profile_group != "4" ) {
//display the profile stuff in register.php
}You should be able to just toss that check near the top of that while loop and then remember your closing brace at the bottom.
April 12, 2010 at 2:54 am #72903jivany
ParticipantYou would probably have to do something like:
if( bp_the_profile_group != "3" || bp_the_profile_group != "4" ) {
//display the profile stuff in register.php
}You should be able to just toss that check near the top of that while loop and then remember your closing brace at the bottom.
April 12, 2010 at 2:40 am #72800Gene53
ParticipantThanks jivany, if I want to filter out groups 3 and 4, do I simply need to replace your above code’s “group number” with “3, 4”?
Thanks again
April 12, 2010 at 2:40 am #72900Gene53
ParticipantThanks jivany, if I want to filter out groups 3 and 4, do I simply need to replace your above code’s “group number” with “3, 4”?
Thanks again
April 12, 2010 at 2:31 am #72797jivany
ParticipantBasically, check your register.php main loop and only show the groups you want to show.
You’re looking for the while loop after the bp_is_active( ‘xprofile’ ) call.
Within the loop, you can filter out groups by doing a simple if check using
if (bp_the_profile_group() == "group number")
where group number is the number of the group you want to show.Similar sort of idea in this thread: https://buddypress.org/forums/topic/profile-fields-questions
April 12, 2010 at 2:31 am #72897jivany
ParticipantBasically, check your register.php main loop and only show the groups you want to show.
You’re looking for the while loop after the bp_is_active( ‘xprofile’ ) call.
Within the loop, you can filter out groups by doing a simple if check using
if (bp_the_profile_group() == "group number")
where group number is the number of the group you want to show.Similar sort of idea in this thread: https://buddypress.org/forums/topic/profile-fields-questions
April 12, 2010 at 2:21 am #72793jivany
ParticipantAt what point? On registration? Any field you tag as required will need to be filled out by the user when they register.
April 12, 2010 at 2:21 am #72893jivany
ParticipantAt what point? On registration? Any field you tag as required will need to be filled out by the user when they register.
April 11, 2010 at 7:33 pm #72758In reply to: Changing error text on registration page
Jamie Marsland
Participanttks r-a-y i’ll have a go
April 11, 2010 at 5:59 pm #72748In reply to: Changing error text on registration page
r-a-y
KeymasterHi James,
Use a language file to change the text.
Read this guide:
https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/
April 11, 2010 at 8:29 am #72714kriskl
Participantwith phpbb it was easy to grow numbers.. because there was an option to restrict access.. to registered members only..
buddypress does not have this though
people can read all posts without registration
there is invite on,y and hidden forum.. but it is not the same as
register to view..
i think that;s missing feature by the way
re facebook login — I want them to be registered with me, not only with facebook haha
– unless I misunderstand..
re hosting,, is it fast? to me it seems on the slow side,
so I am glad you said that.. guys who were helping me out had to install some plugins to optimize it.. etc..
it is on dedicated server / litespeed
-
AuthorSearch Results