Search Results for 'registration'
-
AuthorSearch Results
-
December 20, 2010 at 10:20 pm #101020
MrNiceGuy2
MemberUpdate:
I think it’s the template pack. If I remove the registration template folder from my template, then it works. While registration folder is there, login does not work. Do I really need this folder? Registration, login, and activation work without it on the old wordpress system… right?
December 20, 2010 at 1:46 pm #100991In reply to: Need to have Real Names
bojanski
MemberThank you! Yes I know… but this one is not a real solution for my problem!
Using this PlugIn (during the registration) my users still have to fill out three mandatory fields (Full Name, First- and Last Name)… and this doesn’t make sense…December 20, 2010 at 9:51 am #100980spanakorizo
Memberstill cannot figure this out. Can we please go 1 by 1? I have a single installation WP+BP and i have buddypress registration on, so everybody is becoming a member through BP. Let’s say that i want to create a simple widget “About me” and echo what the author’s filled in *this* profile field. The profile field would be called “About me
.This will appear only in author’s posts. I say again my wordpress installation is not MU but it is multi authors write in the same blog. this plugin does exactly what i want, but it echos the WP’s core “About me” and i want to modify it with buddyopres’s field!
https://wordpress.org/extend/plugins/author-profile/
Please helpDecember 18, 2010 at 8:12 am #100884In reply to: BP chat….please help!!!
Tekuan Coleman
Memberyes im using the evolved chat now….actually like it…i have a whole chat site which i could add that to my WP site along with the phpbb i have. i was offered alo of applications to use for my site from my hosting. i want to have them all together so people dont have to make separate registrations for everything
December 18, 2010 at 4:27 am #100868In reply to: WTF? Disable Blog creation during registration
jwack
ParticipantEvery morning I wake up, delete about 30 blogs and then delete the users. I will just learned how to check the access logs (I have my own server and just figured out how to check them lol) so I will pay attention to them and see what I can find out.
December 17, 2010 at 8:46 pm #100822In reply to: WTF? Disable Blog creation during registration
Andrea Rennick
Participant“WOW, I did the above mentioned items and I am still getting hammered with spam blogs. I have no idea what to do now, I am already making a sacrifice by taking away blog creation during signup. “
Start looking at access logs. If you have no way to check how they are getting in, then you have very little luck in stopping them.
have you DELETED the exisiting spam users? Because if you;re just deleting the blogs they create and leaving the spam users…. they just create more.
December 17, 2010 at 6:31 pm #100813In reply to: WTF? Disable Blog creation during registration
December 17, 2010 at 5:55 pm #100806In reply to: WTF? Disable Blog creation during registration
December 17, 2010 at 5:53 pm #100805In reply to: WTF? Disable Blog creation during registration
jwack
ParticipantI really like the idea of editing the plugin to make blog registrations require a password. I will take a look at the code but I already know its out of my league as well. Perhaps I will contact him on the main WP site and see what he thinks. That seems like it would be a useful plugin on its own.
December 17, 2010 at 5:13 pm #100801In reply to: WTF? Disable Blog creation during registration
Lily
Participant@jwack
– Yep– Yes, it’s not the most accessible-friendly way to prevent splogging but we do require people use the code in order to register at all, instead of a captcha. And we haven’t had a single spammer since. But for the few who don’t know it, we also provide the link where they can easily find out what it is, especially if they feel too lazy to look it up (I would be, heh).
Since our targets are mostly local people or former residents, they tend to know what the zip code is. If you have a genre-specific site, perhaps a similar technique could be applied? Or maybe a developer here could help you to modify the code so it applies only to the blog registration? I’m more of a front-end user/designer so altering other dev’s code is way out of my league >_<;
December 17, 2010 at 4:58 pm #100800In reply to: WTF? Disable Blog creation during registration
jwack
Participant@lilyo
Thanks for the response.
– I already changed the reg. slug in wp-config.php (this would do the same thing correct?
-That plugin would be awesome if it only allows blog creation with a special password, I want anyone to be able to register. You actually limit people to register on your site if they have a password?December 17, 2010 at 4:31 pm #100795In reply to: WTF? Disable Blog creation during registration
Lily
Participanthi, I had similar issues… even after removing the blog signup at registration, spammers would sign up, activate their accounts, and then create a new splog. to help cut down, I tried these steps:
– changed my registration slug in bp-custom.php:
define ( ‘BP_REGISTER_SLUG’, ‘join’ );– also added a redirect of wp-signup.php inside bp-custom.php:
function register_redirect() {
if (strpos($_SERVER, ‘wp-signup.php’) !== false ) {
$url = ‘http://www.mysite.com/join’;
wp_redirect($url);
exit;
}
}
add_action(‘init’, ‘register’);those two helped but didn’t completely remove the issue, this plugin really nailed it for us though:
– installed this plugin: https://wordpress.org/extend/plugins/invitation-code-checker/ (since we have a local comm site, we just used a zip code as the invite code)
Not sure how your site is set up but perhaps you can find a way to use it too, may even allow you to re-enable blog sign up at registration. It says Tested up to: WordPress MU 2.8.4 but I have WP 3.0.3 with network enabled and BP 1.2.6 and still seems to be working just fine.Most of these suggestions were pulled from helpful posts on BP, hopefully they help you out a bit
December 17, 2010 at 2:06 pm #100790In reply to: WTF? Disable Blog creation during registration
jwack
ParticipantWOW, I did the above mentioned items and I am still getting hammered with spam blogs. I have no idea what to do now, I am already making a sacrifice by taking away blog creation during signup.
Any ideas of what I can do?
December 16, 2010 at 10:27 pm #100761In reply to: KosherHomemaker.com
jamierowe
MemberI think the site looks great! Is that a plug in that allows the registration drop down or did you code it out? I’m less than 24 hours into buddypress so I know nada!
jamie
December 16, 2010 at 2:33 pm #100708In reply to: Another activation issue.
Hugo Ashmore
ParticipantOh so emails are being sent then!
As mentioned work in just WP ensure that option to allow user registration is set and test again and send to an account that you has no issues i.e accounts like hotmail can be problematical as they implement iirc SPF records and will likely reject emails coming from a domain they can’t verify so ensure the sending address is real. There are quite a few threads on the support forum on this subject that cover most of what I can suggest and more, so they are worth tracking down although I admit searching can be awkward.
December 15, 2010 at 4:39 pm #100608In reply to: WTF? Disable Blog creation during registration
jwack
ParticipantI didn’t notice the wp-signup.php, I am hopeful this will solve the problem, thanks!
December 15, 2010 at 11:21 am #100572hachimaki
MemberThanks so much mercime I was looking for something like that. The journalists blogs is something I already knew how to do it, but the style in forums and buddypress related things was killing me. Time to CSS!
December 15, 2010 at 10:38 am #100568@mercime
ParticipantBlogs: You have to enable multisite in your WP install first before you can let journalists create their own blogs. Read how to https://codex.wordpress.org/Create_A_Network
Template Pack: Here’s a BP Template Pack walkthrough which could shed some light on how to add styles – https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/
Basically, you copy some styling from bp-default theme and tweak it to taste.December 15, 2010 at 8:23 am #100564hachimaki
MemberAnd how can I do that? Because it’s not in the buddypress options, I infer I should do a lot of coding.
Now I’m testing with a wordpress installation in my root xxx.com and a WordPress Magazine theme made compatible with @AndyPeatling Theme Pack plugin. But the tricky bussiness is that now, although it works fine, I don’t have a style in the buddypress things, as the theme is not designed to work with it, and I’m a bit lost of how to stylize these parts.
December 15, 2010 at 12:01 am #100527In reply to: WTF? Disable Blog creation during registration
Andrea Rennick
ParticipantEither they;re getting in via the bbpress signup, or they are using exisitng logins.
Have you got “allow users to add exisiting users” checked in the super Admin -> Options menu? If so, UNcheck it. that’s one way we know they were getting in.
Also – you did nothing to the default multsite signup page, whcih is yoursite.com/wp-signup.php. Change that to a .txt file, then NOBODY can sign up for a blog on the front end.
December 14, 2010 at 11:39 pm #100522Andrea Rennick
ParticipantYep.
Buddypress does not make the blogs, though. WordPress does with multisite enabled. Buddypress just does the user profiles.
December 14, 2010 at 11:35 pm #100518In reply to: Cannot get to registration page
Andrea Rennick
Participant@KatieBen what have you tried to fix it? Does the wp-signup.php page work with BP turned off?
Can you give a link to your site so others can look?
December 14, 2010 at 10:41 pm #100487In reply to: Add Bp users to multiple blogs at registration
r-a-y
KeymasterCheck out the following network plugin:
https://wordpress.org/extend/plugins/wpmu-new-blog-defaults/It doesn’t add a field on the registration page, but it gives the super admin the option of adding users to specific blogs in the admin area.
December 14, 2010 at 10:36 pm #100484In reply to: Add Bp users to multiple blogs at registration
Tammie Lister
ModeratorSorry are you looking for a way to add this through a plugin or code or are you suggesting it as an enhancement to BuddyPress?
December 14, 2010 at 8:20 pm #100468In reply to: Cannot get to registration page
KatieBen
MemberHey Nick, I’m having the same problem now. Did you ever fix this? How did you solve this? Thanks. (:
-
AuthorSearch Results