Search Results for 'registration'
-
AuthorSearch Results
-
March 7, 2010 at 3:56 pm #67104
thekmen
Participantthanks etiviti,
just realised using BuddyPress 1.2.1 and WP (single) 2.9.2 there is no activation email sent, the account is activated automatically & the user can log in straight away.
I am presuming this is the issue as the user doesn’t have to click an activation link?
March 7, 2010 at 3:18 pm #67099rich! @ etiviti
Participantthe only place i see the new activity update
'type' => 'new_member'
is underbp_core_screen_activation()
which is called with an activation key – maybe this is restricted to multisite installs?March 7, 2010 at 3:11 pm #67098thekmen
ParticipantThanks nexia,
however I have just created a new account, logged in posted an update but registration still doesn’t show on the activity stream, any other ideas?
March 7, 2010 at 3:07 pm #67096Jean-Pierre Michaud
Participantthe activity means someone who is active on the site… registrations have to be complete before being considered active… this is to avoid spam bots to be considered active on the site… so when the new members visit the site back and “do” something, they are tracked by the actvity stream.
March 7, 2010 at 1:36 am #67065In reply to: Most effective/stable events plugin?
David Lewis
ParticipantI was actually going to use this one since I don’t need registration or payment: https://wordpress.org/extend/plugins/calendar/
March 6, 2010 at 4:37 pm #67016In reply to: Most effective/stable events plugin?
peterverkooijen
ParticipantIn my site I use this plugin. It has all the basic functions I need – RSVP, confirmation emails, payment bridge, etc. – but the interface is a mess. It also has no BP integration, but I don’t really need that in my project.
I had planned to restructure, rewrite and expand the plugin, also including the excellent jQuery plugin FullCalendar. I’m very interested to see what Erwin and Marius Ooms come up with! A connection with groups, Buddypress’ killer app imho, sounds like a great idea as well.
But for my project I really need a solid event management tool, like a self-hosted version of eventbrite.com, integrated with the BP members database. I don’t really need a solution that allows members to create events or put stuff on a calendar.
Will Erwin and Marius solutions be an event management tool or more like an expanded community calendar? I’d encourage them to look into the EdgeTechWeb plugin…
EDIT:
Actually, the EdgeTechWeb plugin is really ugly. I need alternatives…
Advanced Events Registration (based on EdgeTechWeb’s…?)
…
March 6, 2010 at 5:55 am #66973In reply to: Remove "Activation" page on user registration
Mike Pratt
Participant@wowfood3 but activation emails are actually sent out. Why isn’t your install sending them?
March 6, 2010 at 12:35 am #66955In reply to: Upon login/registration redirect to Activity Stream?
arezki
ParticipantThat would be a great plugin. Makes sense to send folks to “Activity” to check the latest.
March 5, 2010 at 9:55 pm #66940In reply to: Seperate account creation and blog creation
r-a-y
KeymasterEdit the blog registration out of the theme.
Copy /bp-themes/registration/register.php to your child theme and edit accordingly.
If you don’t have a child theme, read up on it here:
https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
March 5, 2010 at 7:09 pm #66909In reply to: Remove "Activation" page on user registration
r-a-y
KeymasterI’m going to paraphrase a line out of the iPhone ads:
“There’s a plugin for that!”
Check out this plugin by Brajesh Singh:
http://www.thinkinginwordpress.com/2009/10/autoactivate-users-and-blogs-at-buddypress-signup/
I think it needs to be updated for BP 1.2 though.
March 5, 2010 at 6:48 pm #66904Sofian J. Anom
ParticipantI just found the same thing, and I change it manually through the database, the _bp_xprofile_fields table.
March 5, 2010 at 6:42 pm #66899stefrusso
ParticipantOh my…. its in the bp general settings… ok, I need my brain fixed….!
GRAZIE! : )
March 5, 2010 at 6:09 pm #66897danbpfr
ParticipantThis is in the buddypress admin
….wp-admin/admin.php?page=bp-general-settings
ciao !
March 5, 2010 at 1:38 am #66796In reply to: Upon login/registration redirect to Activity Stream?
dwpers
ParticipantTried 1.0 as well now, just logs in and loads front page. I contacted Brajesh, hopefully he gets it working for 1.1.3.
March 5, 2010 at 1:36 am #66795In reply to: Upon login/registration redirect to Activity Stream?
r-a-y
KeymasterUse the older version then:
https://wordpress.org/extend/plugins/bp-redirect-to-profile/download/
March 5, 2010 at 1:34 am #66794In reply to: Upon login/registration redirect to Activity Stream?
dwpers
ParticipantThanks r-a-y, unfortunately it looks like it won’t work, it redirect to domain/null and results in a 404. I’ll see if I can make it work, but it’s outdated for 1.1.3.
We’ll see…
March 5, 2010 at 12:23 am #66779In reply to: SPAM Domains to add to your block list
Roger Coathup
ParticipantI’ve now deleted the register pages inside the bbpress folders, and that seems to have halted the spam registrations for now. Fingers crossed
March 4, 2010 at 11:31 am #66667In reply to: SPAM Domains to add to your block list
Roger Coathup
ParticipantI’m getting about 50 spam registrations a day on one client site since the start of this week.
We’ve modified the register slug, changed text on the register page, deleted the wp-signup.php file, and implemented the following in our .htaccess file:
# BEGIN ANTISPAMBLOG REGISTRATION
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .join-lorem*
RewriteCond %{HTTP_REFERER} !.*mydomain.com.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) http://mydomain.com/spam-prevention [R=301,L]
# END ANTISPAMBLOG REGISTRATION
Still the spammers are getting through.
Turning off blog creation / new user registration is not an option… otherwise, there would be no point in trying to offer a blog platform / social community.
Asking users to wait until their application to join is approved, or asking them to fill in additional fields at signup will just hamper the chances of them signing up and using the site.
Anyone have any suggestions?
I don’t want to tell clients: “we’ll build on BuddyPress for you, but you might have to remove 100s of spam blogs every week”
Note: the problem is worse than just the backlinks they create, it also reflects badly on the professionalism / appearance of your site, as their spam posts show up in activity streams, in aggregators (such as showing recent site wide posts and so on).
This is a serious problem.
Note: a lot of these registrations come from a small number of IP addresses, is there anyway to block certain IP addresses from registering?
March 4, 2010 at 9:06 am #66656In reply to: Hide main theme from users
stwc
ParticipantHe means either a) install Buddypress with regular, non WPU version of WordPress, possible since BP1.2 or b) go into your Site Admin–>Admin–>Allow new registrations and disable it in the WPMU dashboard.
March 4, 2010 at 2:00 am #66620In reply to: BuddyPress Group Tags is now available
r-a-y
KeymasterGo to example.com/blogs when you’re logged in.
You should see the “Create a Blog” button next to the h3.
This is only if you have blog registration open on WPMU of course!
March 3, 2010 at 8:22 am #66481In reply to: How to control spam registration?
Hugo Ashmore
Participant@Michael Removing via CSS is not the same as dealing with it server side. CSS is simply a presentational language which is applied to the DOM, in order to have been able to remove via CSS requires that the elements had been outputed by the server, i.e sent to the browser; the form elements still exist. If grabbing the page using CURL or some similar means you would have that section of the form available.
Wrapping the form section in a php conditional means that as normal the file is passed to the parsing engine to process and compile into the final file to send to the browser, it sees my instruction to ignore that section so simply never includes it in final output.
I do not claim this is the best approach but it works, I do not want users to take a blog initially I would rather it a considered decision once members. Using this approach I have had no further spam blogs (other than real human twits signing up) still get user signups but at least no blogs are created.
Thanks wasn’t aware of that plugin, however do think that given the options exist exist in the backend that they could have been better thought through or even simply better worded.
March 3, 2010 at 8:10 am #66479In reply to: fecebook connect?
PJ
Participant@josh101 How did use rpx to take care of the Facebook connect issue on your site? I tried it out but it doesn’t seem to work with BP 1.2 or the registration pages.
March 3, 2010 at 7:31 am #66478mingya
Memberanyone knows any simple plugins to use for email activation on new registration?
March 3, 2010 at 6:45 am #66475Anton
Participanton wpmu it sends the activation email and on single wp it doesn’t. There might be a workaround for this and maybe a plugin.
March 3, 2010 at 6:40 am #66474In reply to: Changing registration page
FayssalF
ParticipantIf you are a Windows user then you should befriend WinGrep –> http://www.wingrep.com/!
By the way, which software are you using to edit your language files… Poedit?
-
AuthorSearch Results