Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 2,476 through 2,500 (of 7,642 total)
  • Author
    Search Results
  • #232558
    capeleng
    Participant

    Well, I kept searching and found the solution to my problem. Check out this post on StackExchange:
    http://wordpress.stackexchange.com/questions/15304/how-to-change-the-default-registration-email-plugin-and-or-non-plugin

    It worked like a charm for me.

    #232557
    capeleng
    Participant

    I have used Henry’s method to customize the activation link email, but now I want to tweak the registration email. That’s the email that goes out after the user clicks on the link. How can I filter that?

    #232407
    phbernard
    Participant

    Hi,

    I’m the author of the Favicon by RealFaviconGenerator plugin.

    Just to follow up: the plugin v1.2.10 fixes the issue.

    The issue can caused by a early call to is_super_admin. This function was called to decide if some action registrations were necessary or not. The fix was to move all these to a function called upon the init action. No more warning!

    John, would you confirm you don’t have the warning anymore?

    #232274
    @mercime
    Participant

    @jkpi56 have you enabled registration at Settings > General? Are registration and activation pages assigned to Pages in Settings > BuddyPress > Pages?

    Register and Activation Pages

    #231932
    modemlooper
    Moderator
    #231871
    rathodsuraj1
    Participant

    See this : https://buddypress.org/support/topic/registration-not-working-7/

    Hope this will help.

    Thanks
    Suraj.

    djsteveb
    Participant

    @juliantrueflynn
    Might also look into – https://wordpress.org/plugins/unconfirmed/

    I have used that to resend activations, the plugin description says it can “deleting their pending registrations,” – but not sure if that means is removes them from the database or whatever.. I have not tried using it in that manner. This plugin might also limit the amount of users you can mess with to 20 or 40 at a time – so it may be too tedious to do what you need anyhow. Haven’t played with it a while, and not sure if it’s been updated to add new functions since I used.

    Others finding this thread may benefit from that plugin, or not – just a thought.

    #231669
    bp-help
    Participant

    @tatakatte
    Did you make sure you set your registration page as a static page in dashboard/settings/reading because I just tested it and it works as expected. On my dev environment when I go to the site without being logged in it redirects me to the registration page. Once I log in it redirects to the activity stream. Isn’t that what you wanted?

    @henrywright

    I didn’t use any priority and it worked so I don’t think that is the issue. Your code worked fine when I tested it as is.

    #231642
    timothylegg
    Participant

    I am in as an admin. I go to Settings, then to BuddyPress. When I click Pages, I see two sections: Directories and Registration. Under Registration, Next to the text “Members” is a dropdown menu with a number of choices. It doesn’t matter which item I choose, when I click the “View” button, I get the webserver telling me that /members does not exist on the server. The other items, “Activity Streams” and “User Groups” have a similar behavior.

    Going into my DirectoryRoot path and create those folders didn’t do much good. Yeah it fixed the error, but I don’t think that’s how it is really supposed to work.

    #231619
    disha76
    Participant

    Go to wp-admin/network/admin.php?page=bp-page-settings
    Find:
    Registration
    Associate WordPress Pages with the following BuddyPress Registration pages.

    Now create a New Page and save it with the name – register
    and then choose it from the drop-down and save settings.

    #231594
    angs77
    Participant

    Hi I’m having the same issue.

    Registration page is there, but can’t get the registration fields to show up and when I click on register on the top WP toolbar I keep getting

    The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

    #231482
    Henry Wright
    Moderator

    @ndh01

    It doesn’t work for me, perhaps because I’m using gravity forms for user registration.

    That could be why. There’s no reason @shanebp’s solution won’t work on a default BuddyPress install

    #231481
    ndh01
    Participant

    It doesn’t work for me, perhaps because I’m using gravity forms for user registration.

    #231475

    In reply to: creating custom link

    tsabar
    Participant

    i’ll need to pull it from the database like bp_core_get_user_displayname(), but the first and last name are custom fields i created in the buddypress registration form (http://www.cbtnest.com/img/regfields.jpg), how/where can i find out what those variables are named?

    #231469

    In reply to: creating custom link

    Henry Wright
    Moderator

    How exactly you get the first and last name variables depends on the context in which you’re using the link. It’s important to state, the variables aren’t always available.

    Some examples, when the user clicks submit, you could access the first name and last name server side via $_POST variables. $_POST['field_1'] for first name and $_POST['field_15'] for last name (according to your registration form markup). Alternatively, after the information has been saved to the database, you’ll be able to access the member’s first and last name via functions made available by BP such as bp_core_get_user_displayname()

    Hope this helps

    #231468

    In reply to: creating custom link

    tsabar
    Participant

    on my wordpress/buddypress site i want to offer webinars that users can register to with one-click using a properly formatted link, basically just need to know how to output the first and last name buddypress variables from the registration form, like you showed me above with the email address…

    #231465

    In reply to: creating custom link

    Henry Wright
    Moderator

    Just looked over the code you’ve posted. That doesn’t really help. That’s just the code to display the registration form for the user to complete when signing up.

    #231461

    In reply to: creating custom link

    Henry Wright
    Moderator

    Your registration page code which you linked to.

    #231458

    In reply to: creating custom link

    tsabar
    Participant

    right, thanx, but how can i get the buddypress variables for first name and last name? here’s the registration page users fill out:

    http://bit.ly/1Dkzqnu

    #231242
    Henry Wright
    Moderator

    Hi @ndh01

    I’m not aware of a hook that fires on first login only. A way around that might be to add a meta key to the user’s meta on registration and then check for that on each login attempt. You’d need to remove the key after you’ve performed the check (if the key exists). If no key exists, then the user has logged in before. Just thinking out loud here… 🙂

    #231187
    Luke Mackenzie
    Participant

    Thanks again for your reply. For others with the same issue and to answer my question, you need to create the missing pages via the admin dashboard and then select those new pages in Settings -> Buddypress -> Pages tab -> Registration section

    #231179
    danbp
    Participant

    Activation and registration are WordPress dependant and are not only “BP components”. These pages may not be created automatically, depending your WP settings… But according to the error message, you have now to create them.

    I understand that you are a bit confused, as you’re in a discovery phase of BuddyPress.
    But you should also understand that i can’t explain step by step the whole Codex (WP & BP!).

    I guess you have to read the doc very attentively. Searching the forum or simply reading some topics will also help you to understand how all this is working.

    Install first correctly WP and BP and use one of the Twenty theme, the time for you to learn a bit more. Once you’re comfortable with WP & BP, start your theme development.

    #231172
    Luke Mackenzie
    Participant

    I tried copying the registration subfolder from the bp-default theme but these don’t appear in the dropdowns at the repair link in the error message

    #231053
    Vibral
    Participant

    Ok, trash emptied and slugs fixed.

    There are no improvements however – when I log in, the META section still shows that I can log in or register. I would expect log in and register to be replaced with log out and other membership options.

    Also I’ve noticed that my registration page is not hxxtp://vibral.co.za/register/ but rather
    hxxp://vibral.co.za/wp-login.php?action=register. Not sure if this is an issue.

    #230920
    bp-help
    Participant
Viewing 25 results - 2,476 through 2,500 (of 7,642 total)
Skip to toolbar