Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 2,401 through 2,425 (of 7,642 total)
  • Author
    Search Results
  • rosyteddy
    Participant
    MarionetteX
    Participant

    @peter-hamilton

    I’m not sure that Invite-Anyone does what I need it to. I don’t see any option to lock down the site so that an invite is required to join. What I really want is a form on the registration page that asks for an invite code so that someone has to enter a valid invite code in order to join.

    I’m sort of working around things right now with a “security question” on WangGuard that I’m using as a password instead (by setting up a question with a non-word, pretty much unguessable answer). Still, actual invite codes would be nice.

    #235246
    @mercime
    Participant

    @tendersqatar Enfold is a premium WordPress theme which we have no access to so it would purely be guesswork to assess what’s going on in your installation.

    Please change to the Twenty Thirteen or Twenty Fourteen theme and check if registration is working in your local installation. If you encounter the same issue using those themes, could you give a step by step instruction on what you did and where in the registration process the error occurred.

    #235245

    In reply to: Theme & Plugin Issues

    @mercime
    Participant

    for some reason my nav bar (which has dropdowns to sub-pages of the site) doesn’t work properly


    @themusicbusinessnetwork
    For this issue, please contact the theme developer as we have no access to the premium theme.

    … where I can’t set up user registration properly. I have the fields setup but something with the pages that I direct them to don’t work

    Could you please clarify what you mean by “pages that I direct them to”? Are you referring to template redirect after submitting registration form or something else?

    I also am having issues updating the Theme. WordPress is giving me an error message saying the data is already there and it can’t install.

    As mentioned above, we have no access to the premium theme. But to help you find the possible causes, change to Twenty Thirteen or Twenty Fourteen theme, are the issues resolved or still there? That way, you could provide the theme author more information about the issue. Recommend that you share what shows up in error logs.

    #235208
    Vanish.Sequence
    Participant

    Update: Turns out another plugin had caused this error, and it is repaied now. The name of it was Frontend or something like that, it disables access to things like the registration and such for security, and idk how I missed that, but yeah.

    Thanks for the fix!

    #235197
    Vanish.Sequence
    Participant

    This was the question I had, and when I put this into the folder, I then got an error asking me if I was sure I was supposed to be doing this.

    Are there any other steps to this that I need to be aware of?

    The URL given was mydomain.com/user-error/?message=nononce

    I am really not sure how to get past that.. I did disable the registration and activation pages in the BP Page settings.

    #235178
    Hugo Ashmore
    Participant

    @simpleone

    
    Registration page
    
    If you are on the registration page, BuddyPress will use the following template hierarchy:
    
        /buddypress/members/index-register.php
        The rest of the base templates as listed here.
    
    

    If you now rename the existing file you have overloaded as per the instructions for working with BP templates in a theme or child theme to the above what will happen is that BP will consider it a template handling and indeed needing all the necessary template parts i.e header and footer and all parts in between – think of the file now as similar to your page.php template but with the register content where the page loop for title and content would be. You now can traet this file as standalone and modify as you require.

    #235114
    SimpleOne
    Participant

    @hnla thank you for the guidance. FWIW, I did try doing as much research as possible (and trying out a few things) before posting my question here.

    I reviewed the information contained in the link you provided. Thanks for that. But after reading through that information, what I’m still unclear about is how/what template I should modify in order to affect ONLY the BP Registration page. (FYI, I’m not a php developer, so I do need a bit of hand holding for some of this kinda stuff.)

    I read through the info on how to “Customize the layouts of BuddyPress pages within the WordPress Default Themes”. However, the instructions provided there seem to apply to scenarios where a site admin is wanting to make page template changes that apply to all BP pages on a site (i.e., by placing a customized buddypress.php file in the child theme folder).

    In my case, I’m only wanting to change a single page (the Registration page) to remove the headers and footers. So I’m still unsure how I would go about doing that (even after reading through the info). Thank you very much for any specific guidance you can provide me with to accomplish this.

    kobrakai75
    Participant

    That’s exactly what I’m trying to achieve. With the new Member Types in BP 2.2 it would so useful if members could select the type during registration, hopefully there’s a way!

    #235049
    Matt2012
    Participant

    For me the issue was
    1) Allow registration in general settings
    2) After enabled s2member plugin I needed to allow Open Registration in s2member > General Options

    #235047
    hutchison
    Participant

    Thanks, @rosyteddy, I’ll try that. But at the same time I’m also looking at alternative sidebar login plugins. I’ll let you know if I find a good alternative (viz. link to full registration form + doesn’t display WP admin bar)

    r-a-y
    Keymaster

    If you’re using GF’s registration plugin and you do not associate a register page with BP, you’ll have to ignore the notice in the admin area.

    Two alternatives I see:
    1. Add a register page with BP, but use it as a dummy to avoid the notice. WHen someone attempts to go to this dummy page, write a small plugin to redirect to your GF register page.

    2. Add a register page with BP, but override the BP registration template so it will use GV’s registration form. Not sure if BP’s validation will try to force certain fields to be completed if you use this method and someone submits the form.

    mibrenner
    Participant

    I’m confused as to what you’re asking @greenkoi.

    I’m using the User Registration Add-on, which populates BuddyPress custom fields.

    What switch are you referring to?

    greenkoi
    Participant

    Are you using the GF buddy press plugin ?

    User Registration

    I forgot to make the switch under the options to.

    #234721
    mcpeanut
    Participant

    Hi @aluxi33, this can easily be done via this code

    function my_disable_bp_registration() {
      remove_action( 'bp_init',    'bp_core_wpsignup_redirect' );
      remove_action( 'bp_screens', 'bp_core_screen_signup' );
    }
    add_action( 'bp_loaded', 'my_disable_bp_registration' );
    
    add_filter( 'bp_get_signup_page', "firmasite_redirect_bp_signup_page");
        function firmasite_redirect_bp_signup_page($page ){
            return bp_get_root_domain() . '/wp-signup.php'; 
        }

    What you will need to do is first create a bp-custom.php file (make sure you add the opening and closing tags at the top and bottom ) and put it in your plugins folder, then paste the code between the php opening and closing tags and save.

    This should disable buddypress registration and let you use wordpress registration as default, hope this helps.

    #234669
    wolfied
    Participant

    All right, here we go:
    http://inviteshare.net/groups/world-wide-news/forum/

    Noone can create any any topics under this Entire forum. It’s not just one topic, but instead, none works. So, for the public groups, anyone should be able to post without joining this. Even the members are complaining about it. If needed, I can give you moderator/admin access to the forum for your helping me out.

    WordPress 4.1 running OneCommunity theme.
    bbPress 2.5.4
    BuddyPress 2.2

    18 active plugins.
    Achievements
    Akismet
    bbPress
    BP-WP Profile Reviews
    BuddyPress
    Contact Form
    Mass Messaging in Buddypress
    myCRED
    Quick Cache
    Register IPs
    SI CAPTCHA Anti-Spam
    Simplr User Registration Form Plus
    Stop Spammer Registrations Plugin
    TinyMCE Advanced
    WP-Polls
    WP Slimstat
    WP SMTP
    WP User Control

    #234622

    In reply to: Entry Page

    Yolanda
    Participant

    Thank you. The problem I encounter is once a user is logged in if clicks on the logo goes to my welcome page which is login and registration options. You can test it here http://www.thetrainerdirectory.com

    #234534

    In reply to: Entry Page

    danbp
    Participant

    Once BP is installed and you allowed user registration, you have already a register page.
    Simply go to dashboard > general > read and select this page as (static)homepage.

    For the layout, see

    BuddyPress Theme Development


    and searching for homepage on the forum leads to many result. 😉

    #234510
    ch1n3s3b0y
    Participant

    Hi @henrywright

    I was thinking of just taking the code from register.php. Do you think this would work?

    Also, (I commented on this in another thread), where does the data from the form get processed?

    I am thinking of adding a hidden field with a member type value in it (Different registration forms for different members) and having a conditional statement when the data gets processed as to whether that member is ‘member type a’, ‘member type b’ etc. and their user roles, but I’m not sure where the data is actually getting processed.

    #234508
    Henry Wright
    Moderator

    Hi @ch1n3s3b0y

    I don’t think there’s a template tag or shortcode available which will let you insert the registration form. To the best of my knowledge, if you want the form in multiple templates then you have to insert the form manually.

    #234506
    ch1n3s3b0y
    Participant

    Hi KSimpson

    I’m looking for the same thing. I’m going to be connecting up user roles with ‘member types’ when people register. My issue is having two different member types and allowing them to register separately and the back end automatically assigning the correct roles and types.

    What I was thinking was to simply pull out the registration form from register.php and put this into a custom template. I was then thinking to pass a hidden form field with the member type in. Where the form data is processed I will have a conditional statement that says “if $_POST[“expert”] = “expert” then this member type is registered and it’s this role. etc.

    My issue is, where is the registration form data processed? It has a blank action attribute so I don’t know where the data goes.

    #234470
    ksimpson1986
    Participant

    I’m finding old articles about this issue around 3 years old. i just can’t find an answer to this. figured i would update the question…I have two completely different Groups “Promoters” and “Bands”. each requiring two completely different sign up forms. when the promoter goes to sign up for the promoter group, i need the registration form to have all the fields for just the “promoter”. same for the band. there’s several different fields that are REQUIRED for the band, but not for the promoter. does anyone have any ideas or plugins? surely there has to be an option. thanks everyone!

    #234462
    djsteveb
    Participant

    @jessiewordpress – might want to check out either “good question” (change default question / answers!) – or ‘buddypress humanity’ as well. They have made a huge impact on the spam registration issues we used to deal with.

    #234448
    Henry Wright
    Moderator

    Hi @jessiewordpress

    Personally, I’ve found the honeypot approach to be quite effective. Try Justin Tadlock’s Registration Honeypot plugin.

    #234365
    Alice-Claire
    Participant

    Yes, that’s right. The Anyone Can Register button won’t stay selected and then that message comes up.

    I’ve had to temporarily set up a contact form to collect email addresses and usernames so that I can manually set them up. I’ve had almost 20 new registrations since yesterday, so this is becoming a very serious problem.

Viewing 25 results - 2,401 through 2,425 (of 7,642 total)
Skip to toolbar