Search Results for 'registration'
-
AuthorSearch Results
-
June 24, 2010 at 3:21 am #82542
Brandon Allen
Participant@LPH2005
I’ve updated my post. Take a look again, because bbPress strips out php tags, and like the code you tried to post, it gets stripped beyond recognition and usability.June 24, 2010 at 3:14 am #82526LPH2005
ParticipantJune 24, 2010 at 3:07 am #82520Brandon Allen
ParticipantIn your register template registration/register.php you need to move the line,
bp_the_profile_field_description()
, into each type of xprofile field (
if ( 'textbox' == bp_get_the_profile_field_type() ) :
,if ( 'textarea' == bp_get_the_profile_field_type() ) :
,if ( 'selectbox' == bp_get_the_profile_field_type() ) :
, etc) below the label code of the respective xprofile field type.For example. For the textbox field type you would do the following: http://pastebin.com/EJUTePGn
(Tried to post this in the forum, but it seems that the bbPress code strips out php tags no matter what you wrap them in)
June 22, 2010 at 9:52 pm #82306In reply to: photo with buddypress profile
intimez
Participant@rueschhoff The last part of the user registration is to upload a picture for their avatar.
June 22, 2010 at 9:37 pm #82305rebecca
ParticipantThankyou for replying so quickly! So, you were right. I’m a wordpress noob.
Anyone who is having similar problems try this walk through to PROPERLY set up the MU feature: http://wpveda.com/wordpress-3-0-enable-wordpress-multisite-tutorial/
Otherwise everything is better now
June 22, 2010 at 8:07 pm #82294Brandon Allen
ParticipantIt is true that WP and WPMU were merged in 3.0, but the MU, now called Multi-site, functionality has to be explicitly turned on. Since you don’t seem to have the wpmu_validate_blog_signup() function available to you (as revealed by the fatal error), I’m guessing you didn’t explicity turn on multi-site, or you didn’t do it properly. The WP developers added a few hoops to jump through to enable multi-site to discourage the casual user from borking their site. These hurtles will be removed in a future release, likely 3.1, when the developers have more time make it user-friendly for most users.
June 22, 2010 at 7:17 pm #82292rebecca
ParticipantI’m using WordPress 3.0 which I thought had MU integrated into the core.
June 22, 2010 at 6:52 am #82240Brandon Allen
ParticipantI’m guessing you’re using WP single/standard, and not WPMU/WP Multisite. The BuddyPress Groupblog plugin was written for WPMU/WP Multisite. The function, wpmu_validate_blog_signup(), is a WPMU/WP Multisite only function, which is why you get the Fatal Error. Because of the nature of standard WP versus WPMU/WP Multisite, I don’t expect you’ll get the group blog functionality on a standard WP installation… not anytime soon at least.
June 22, 2010 at 4:00 am #82227rebecca
ParticipantOMG I feel stupid, but i figured out the problem. My template doesn’t truly support buddypress, so I had to manually write in the information to tell users to only sign up with a username of all lowercase letters. It actually clicked when I thought about signing up at this site. oh my gosh!!
Okay, so I still have one more issue however. When I try to make a “group blog” page as an admin of a group, I get a fatal error message: “Fatal error: Call to undefined function wpmu_validate_blog_signup() in /home/undivide/public_html/gamercookie.com/wp-content/plugins/bp-groupblog/bp-groupblog.php on line 524”
June 22, 2010 at 2:39 am #82219In reply to: Registration Options Questions ????
Brandon Allen
ParticipantIf you are running the latest version of BP, then you can run WP/WPMU as long as they are 2.9.2+. What are the problems you are having?
June 21, 2010 at 10:53 pm #82205rebecca
ParticipantHere is the next portion of this ordeal:
A random person was just able to sign up, but nobody else can still??June 21, 2010 at 9:50 pm #82195rebecca
ParticipantThanks for the fast response!
By overriding, do you literally mean taking the “registration.php” info from the template pack and replacing the main themes “registration.php” ?? If so, I just tried to do that an it didn’t change anything (same thing with the activate.php file).
Unfortunately, I’m not sure what a “nonce” would be, sorry about my lack of skills!
June 21, 2010 at 9:17 pm #82191Paul Wong-Gibbs
KeymasterHi Rebecca. It’s probably either a form validation problem (and maybe your theme doesn’t show the error messages) or something weird happening with something known as the “nonce.”
I can see you are running the BP Template Pack, which is good. Have you overridden any of the files provided with the BP Template Pack in your theme?
June 16, 2010 at 1:03 am #81619In reply to: Help Troubleshooting My Broken Registration
r-a-y
KeymasterHave you tried using the BP default theme? That’s the easiest way to figure out if your child theme is the problem.
Also, if you’re using WPMU, check the wp-content/mu-plugins folder.
June 15, 2010 at 11:14 pm #81611In reply to: Help Troubleshooting My Broken Registration
gregfielding
ParticipantFinally got a clue from my error log:
“[Tue Jun 15 16:00:07 2010] [error] [client 66.249.68.21] File does not exist: /home/housings/public_html/register.php”
But I shouldn’t have a register.php file in my root???
Is this a bad call from my theme?
June 15, 2010 at 9:57 pm #81605In reply to: How to control spam registration?
bobs12
ParticipantNow… my spambusher script gives me some very rudimentary statistics… and in the 2 days and 9 hours since that post above, the number of spam registrations has gone up 50%… but the number that I actually delete myself has gone down by about the same number
Which tells me two things:
1. People or bots are actually following the link above and tripping the spambush
2. Links to buddypress sites from buddypress.org are just ASKING to be spammed
June 15, 2010 at 6:12 pm #81566In reply to: Using custom is_user function to hide pages
r-a-y
KeymasterYou could probably hook into the get_header action, do your conditional check and if the person is a mentor, then show the page, otherwise show the registration page or whatever.
Modify the function listed in this thread:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-make-a-private-community/?topic_page=2&num=15#post-44616Hopefully it gives you a few pointers.
June 14, 2010 at 1:05 pm #81472In reply to: New Registrations Not Working
one8edegree
Memberi banged my head several times before i got the answer finally!!! and it is NOT i repeat not the re-install
(thats what i did TWICE!)
the problem is that the server doesnt support emails like gmail and hotmail for admins. my solution was
1-create a user on a your own domain , get the smtp details
2- get the plugin http://coffee2code.com/wp-plugins/configure-smtp/
3- install and setup
silly me i shouldve thought of it earlier , when this occurred 2 years back with my other blog http://www.aivault.com and the solution was the same… please dont uninstall!!.
i hope this will also help someone out there…
working fine now on ….. http://www.aifgraphics.comJune 14, 2010 at 12:55 pm #81471In reply to: New Registrations Not Working
izem013
Participantharounkola
Go to your wordpress dashboard > settings > general and allow users to register – you’ll then see the registration linkJune 14, 2010 at 10:19 am #81458scoophk
MemberThink I found it – at least it seems to be working now!!
To redirect to the homepage on login:
https://codex.wordpress.org/Function_Reference/wp_login_url
line 147 in wp-includes > general-template.php has to be changed from:
<a href="” title=”Login”>Loginto:
<a href="” title=”Login”>Loginafter much trial & error I replaced (‘url’) not with the entire URL but with just the name of the folder that my BuddyPress protected blog is in – this is because my blog is not in the root folder – if yours is it may not be necessary to change anything.
YAY… hope you can still make this easier for other users of your GREAT script… thank you Jehy!!
It is protecting all pages and sections from prying eyes. Other scripts I tried had spotty protection – once on the registration page they let some of the tabs like members be viewable without registering or logging in…. registered-users-only2 is protecting everything.: )
June 13, 2010 at 11:47 am #81409In reply to: How to control spam registration?
bobs12
ParticipantThere’s a fairly simple and foolproof method to automate spammer deletion. It’s easier to let them in and then delete them automatically than to try to stop them from registering in the first place. Otherwise it becomes an ‘arms race’ type of thing, as well as a game of keep-up-with-BP/WPMU-changes if you try to integrate it.
See it in action at http://visarus.co.uk/bp-spambusher.php – every time you visit that page you will be cleaning up spam registrations for me
I can put it on CRON if I want but I enjoy the satisfaction of seeing how many registrations I’ve deleted
40 in the last 24 hours.
June 13, 2010 at 12:05 am #81398In reply to: BP Installed: Registration Missing?
Philo Hagen
ParticipantThanks a bunch r-a-y! I was making it too complicated, and I had a feeling it must be something simple.
June 12, 2010 at 11:40 pm #81396In reply to: BP Installed: Registration Missing?
r-a-y
KeymasterJune 12, 2010 at 10:41 pm #81393In reply to: All fields for registration
latinosamorir
Participant@philippmuenchen and @sbrajesh.
Thanks for your discussion. Did you ever figure this out?
I’m trying to show all groups and make sure that all required fields get filled. I tried your solution and yes, it shows all fields but it allows user to create account without filling out all required fields.
Thanks for the response in advance.
Giovanni
June 10, 2010 at 10:56 pm #81222In reply to: New Registrations Not Working
harounkola
ParticipantI think I may have gotten it to work.
I’ll wait till tomorrow to test properly
Thanks so much -
AuthorSearch Results