Search Results for 'registration'
-
AuthorSearch Results
-
May 13, 2010 at 5:35 pm #78029
In reply to: some members’ profile data display incorrectly!
Anointed
ParticipantHad the same problem on all of my installs last night. Temp solution was to shut down all registrations while bp works this out. Between my network of sites, I would estimate 150+ spam registrations. Once in, they were also abusing the pm system. It’s ok though, I’d rather shut it all down for now then to have to manually keep deleting pm’s from the db all day long.
I know you guys are working hard on this issue. It is much appreciated!
May 13, 2010 at 4:13 pm #78012John James Jacoby
KeymasterPart of the problem might be running BuddyPress in a subdirectory. We use some tricky URI parsing to dynamically trap and trigger the pages that don’t actually exist. To do this, we count the slashes and put the slugs in the “correct” positions, which in your case are one level off.
You could .htaccess your way out of this by redirecting, but your best bet is to install it at the root of your site.
For those only having the trouble with /register and /activate, make sure you have member registration turned on. Since it’s off by default on single site WordPress, that has gotten me a few times.
May 13, 2010 at 8:14 am #77948In reply to: some members’ profile data display incorrectly!
fox3man
Membergood point gibbyesl. Those input likely generated by computer as they are upper case and lower case combination, if it is done by human it should look something like this “dfgasuiagew”. I got 15 members registration yesterday on my new site. They all came from one Texas ISP with different IP addresses. I don’t know whether I should block this Texas server IP.
May 13, 2010 at 7:39 am #77941In reply to: some members’ profile data display incorrectly!
gibbyesl
MemberI guess these could be spam bots inputting data to pass the registration
I know a lot of work is going on now in the background to help stop this
Stay tunedMay 12, 2010 at 4:58 pm #77812cherryblossommj
Member1. Which version of WP/MU are you running?
WP2.9.2
2. Did you install WP/MU as a directory or subdomain install?
subdomain
3. If a directory install, is it in root or in a subdirectory?
4. Did you upgraded from a previous version of WP/MU? If so, from which version?
5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
6. Which version of BP are you running?
1.2.3
7. Did you upgraded from a previous version of BP? If so, from which version?
8. Do you have any plugins other than BuddyPress installed and activated?
commentluv, smartlinks, akismet, blogroll page, blogroll widget with RSS feed, buddypress album+, group activity subscription, import from ning, tdlc birthdays,
9. Are you using the standard BuddyPress themes or customized themes?
standard
10. Have you modified the core files in any way?
added a frame for blockquotes
11. Do you have any custom functions in bp-custom.php?
no
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
don’t know
13. Please provide a list of any errors in your server’s log files.
n/a
14. Which company provides your hosting?
hostgatorWould someone please help me. More and more people are having issues either with registration in the first place or with changing profiles. I’m debating whether buddypress was the right way to go at all. I would really love some help here.
May 12, 2010 at 1:26 am #77731murasaki
Participanti tried what @techguy suggested, but it still isnt working. Maybe i over looked something, i’ll go back over my coding again. It seems like this should be easy to do though. I thought that just inputting the reg code into the index.php would do the trick, but i guess not lol. Anyways, gonna keep at it, i’ll let you guys know what i get
May 11, 2010 at 9:23 am #77643Hugo Ashmore
Participant@mikepratt that’s a really nice design and layout, especially like the /why/ page.
May 11, 2010 at 8:43 am #77636murasaki
Participantlol you have no idea how long ive been trying to get this to work! thanks for the input guys
May 11, 2010 at 1:38 am #77610r-a-y
KeymasterNice job, Mr. Pratt!
May 11, 2010 at 1:16 am #77607Mike Pratt
ParticipantTake a look at my dev site with a concept you might like. Sorta speaks to what you’re talking about…I think: http://mjpratt.com.
Custom register and splash/login sidebar
May 10, 2010 at 9:57 pm #77566In reply to: Regular wp theme to a buddypress theme?
r-a-y
KeymasterDid you get to step 3 of the plugin?
It gives explicit instructions on how to modify the template to match your WordPress theme.
—
If BuddyPress pages are not aligned correctly then you will need to modify some of the templates to match your theme’s HTML structure.
Then open up the page.php file (if this does not exist use index.php). Make note of the HTML template structure of the file, specifically the [div] tags that surround the content and sidebar.
You will need to change the HTML structure in the BuddyPress templates that you copied into your theme to match the structure in your page.php or index.php file. The files that you need to edit are as follows (leave out any folders you have not copied over in step two):
* /activity/index.php
* /blogs/index.php
* /forums/index.php
* /groups/index.php
* /groups/create.php
* /groups/single/home.php
* /groups/single/plugins.php
* /members/index.php
* /members/single/home.php
* /members/single/plugins.php
* /registration/register.phpOnce you are done matching up the HTML structure of your theme in these template files, please take another look through your site. You should find that BuddyPress pages now fit inside the content structure of your theme.
—
If you can’t get this to work, just use a pre-made BuddyPress theme.
May 10, 2010 at 9:37 pm #77561techguy
ParticipantSeems like this should work:
-Create a Child Theme: https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
-Copy the file in the default BP theme folder/registration/register.php and save it in your new child theme folder as a page template (or you could just overwrite the index.php)
-Create a New Page that uses that page template
-Go to Settings–>Reading and set the new page you created as a “Static Page”I saw a plugin to do a sidebar registration for WordPress a while back, but I’m not sure if it works for BP or not.
May 10, 2010 at 7:27 pm #77545@mercime
ParticipantHast anybody tried to either:
1. copy https://trac.buddypress.org/browser/tags/1.2.3/bp-themes/bp-default/registration/register.php
and paste it to home.php or page template and make it static page
0r
2. create home.php or create a page template and add thisedit – tried every which way to post it —- locate_template …. array … registration/registration.php …. true
May 10, 2010 at 7:17 pm #77541abcde666
Participantyeah, I am also looking for having the user-registration within the SideBar at the right.
Is there a Plugin to have this as Widget being put into the SideBar ?Any solution would be very much appreciated.
That would be cool !
May 10, 2010 at 5:28 pm #77509James Bullis
MemberSounds about right. I would like to know the same thing. Looks like I’ll be going through the forums today to start getting into the nitty gritty of BP.
May 10, 2010 at 3:53 pm #77477In reply to: Require Avatar for approving users?
@mercime
ParticipantAllowing upload of avatar/image file at signup in open registration installs could lead to hacking of your system. I’ve cleaned a site where uploaded .jpg contained hacker scripts instead of real image files.
May 10, 2010 at 3:11 pm #77472In reply to: Members only
Vendetta
ParticipantHey Ray,
My users are added through another piece of software so I don’t allow registrations on site.
The plugin get caught in a loop obviously since the register page redirects to the front site which is trying to redirect to the register page etc.
I’d like this to redirect to my about page where I will provide a link to the site where they can actually sign up.
I see where to to change this but what would I change it to?
bp_core_redirect(bp_get_signup_page());
Is it just my slug for my page?
Thanks so much.
V
May 10, 2010 at 12:02 pm #77444In reply to: Register page leads to the index page…
olizilla
MemberIf you are already logged in it seems that the registration page bounces you back to the homepage. Perhaps following the principle of least surprise it should be a bit less clever and just show the registration page with a notice that you are already registered, as seems this has tripped up a few people.
Oli
May 10, 2010 at 11:59 am #77443olizilla
MemberI banged my head against this one too. Seems the registration page bounces you back to the hompage if you are currently signed in (and hence already registered).
Oli
May 10, 2010 at 12:53 am #77402In reply to: Compose Message
Michael O’Riley
ParticipantI am running wordpress 2.9.2, and buddypress 1.2.3
I am using my own theme and the buddypress template pack
The only files I have changed are these
* /activity/index.php
* /blogs/index.php
* /forums/index.php
* /groups/index.php
* /groups/create.php
* /groups/single/home.php
* /groups/single/plugins.php
* /members/index.php
* /members/single/home.php
* /members/single/plugins.php
* /registration/register.phpThis is my URL http://mightyangler.com
May 9, 2010 at 6:33 pm #77367rossagrant
ParticipantSound Great Ray,
I noticed it in private messaging, on the sidebar that tells you you are logged in and when posting a comment.If we could leave the name on the registration form that is fine but I just want the username displayed on all front end stuff that the user can contribute to.
The main reason for this is to stop people from pretending to be other users.
I really appreciate this and if anyone notices where else the names need changing then let us know! Cheers RAY!
May 9, 2010 at 6:03 pm #77360r-a-y
KeymasterI just talked things over with Andrea; I’ll be releasing a plugin shortly with the code snippets posted above.
I’ll add private message username overrides as well. Is there any other place where display names are used?However, I do see some benefit with leaving the “Name” field on the registration page. The name gets displayed on a BP profile – eg. http://testbp.org/members/andy/profile/.
Also Twitter does something similar; they add the “Name” field to the sidebar of each profile.
FYI, first name, last name and nickname fields are not added to the registration page unless you manually created them as xprofile fields. Look at testbp.org’s registration page for an example: http://testbp.org/accounts/
May 9, 2010 at 4:44 pm #77340Andrea
Participant@rossagrant Yes i just saw that… also the full name still shows when users leave a comment in a blog. I think we need to come up with something else before i upload this code as a plugin…
I’m considering modifying the registration page to “hide” the name field all together, but since it’s required, i need to find a way to fill in the name field using the data entered in the username field… Maybe using JavaScript… not sure yet
I’ll let you knowMay 8, 2010 at 4:35 am #77148In reply to: Members only
Shnooka30
ParticipantThanks, I did install that and there is a load of info there. Maybe ill work on that and see how it is.
This plug-in works great, however it sends users to the backend login form and not the register page. Can’t figure out how to redirect to register page.
class RegisteredUsersOnly {
var $exclusions = array();
// Class initialization
function RegisteredUsersOnly ()
{
// Register our hooks
add_action( ‘wp’, array(&$this, ‘MaybeRedirect’) );
add_action( ‘init’, array(&$this, ‘LoginFormMessage’) );
add_action( ‘login_head’, array(&$this, ‘NoIndex’), 1 );}
// Depending on conditions, run an authentication check
function MaybeRedirect() {
global $bp;
// If the user is logged in, then abort
if ( current_user_can(‘read’) ) return;if ($bp&&($bp->current_component == BP_REGISTER_SLUG ))//buddypress
return;
#’wp-trackback.php’,
#’wp-app.php’,
$this->exclusions = array(
‘wp-login.php’,
‘wp-signup.php’,
‘wp-register.php’,
‘wp-activate.php’,
‘wp-cron.php’ // Just incase
);
// If the current script name is in the exclusion list, abort
if ( in_array( basename($_SERVER), apply_filters( ‘registered-users-only_exclusions’, $this->exclusions) ) ) return;// Still here? Okay, then redirect to the login form
auth_redirect();
}// Use some deprecate code (yeah, I know) to insert a “You must login” error message to the login form
// If this breaks in the future, oh well, it’s just a pretty message for users
function LoginFormMessage() {
// Don’t show the error message if anything else is going on (registration, etc.)
if ( ‘wp-login.php’ != basename($_SERVER) || !empty($_POST) || ( !empty($_GET) && empty($_GET) ) ) return;global $error;
$error = __( ‘Only registered users can watch this site. Please register or login.’, ‘registered-users-only’ );
}// Tell bots to go away (they shouldn’t index the login form)
function NoIndex() {
echo ” n”;
}}
// Start this plugin once all other plugins are fully loaded
add_action( ‘plugins_loaded’, create_function( ”, ‘global $RegisteredUsersOnly; $RegisteredUsersOnly = new RegisteredUsersOnly();’ ) );May 7, 2010 at 11:04 pm #77137In reply to: fyi: WP-reCAPTCHA works fine with BuddyPress
Peter Kirn
ParticipantHi Ray,
Thanks for that help! That’s great; now much clearer to me. Huge help!I did email the author. I haven’t heard back yet. I’m not intending to release a fork without permission.
In fact, on the contrary, my main goal here is just to learn a bit about BP development before we move on, and to make sure there’s some kind of solution – even as a stopgap – to allow switching on BP blogs without a torrent of spam. That’s made our registration system effectively unusable. I was unaware of some of the other options, but to be perfectly frank, I think it’s unacceptable that there isn’t at least some option in core. (It’s the situation that had been Akismet in the 1.x days of WP.)
But that, and since you’ve posted a lot of good info in the forum, happy to go through it and through the eyes of someone to whom this is new, try to format it in a way that could be friendlier to developers.
I’m in absolute agreement that releasing a zillion forks is not a good idea. I’ll keep testing here and document my experience but will refrain from releasing anything until I hear back from the author.
I think that’d be the next question, whether this conditional code gets rolled into the main wp-recaptcha plug-in. In that case you’d leave the WPMU and “legacy” WP checks so you’d have one recaptcha plug-in to rule them all, which is probably best.
Peter
-
AuthorSearch Results