Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 5,676 through 5,700 (of 7,642 total)
  • Author
    Search Results
  • #101770
    Xevo
    Participant

    Wpmu? There’s WordPress with multisite now a days?

    And no you can’t use the native register page with BuddyPress.

    Mouchoirs
    Member

    I like the widget you recommended above. I’m wondering if you know anything about pagelines plaform. I was thinking, if it offers full buddypress functionality, I could utilize the registration widget along with the “hide primary bar” feature in pagelines. This would make the widget available on only the pages I desire.

    If I did this, do you know if there’s a way I can make every page of buddypress invisible to non-logged-in users? I could then simply have the registration and log in page visible to non-users. I’m currently using a privacy widget to hide all pages except login from non-logged-in users. However, I don’t see any way to select specific buddypress pages to choose to make private.

    Thanks again so much for your time.

    Mouchoirs
    Member

    Thanks to both of your for your prompt replies! I’m going to work with the widget and idea you suggested above. I hope you won’t mind if I post back here with my results and further feedback.

    Paul Wong-Gibbs
    Keymaster

    Thanks for the heads-up, @gunju2221 :)

    If by “BuddyPress profile”, you mean the fields and groups you have configured in the xprofile settings screen, then yes it’s certainly technically possible because site admins can create new user accounts without having to complete BuddyPress profiles. I’m not sure how to practically do this, however. Would need to try and find out.

    Try to see if there’s a user registration widget (i.e. https://wordpress.org/extend/plugins/registration-form-widget/ — not tested) and see if it works and does what you want it to do.

    (To clarify, there’s no difference between a “WordPress user” and a “BuddyPress”, both are the same.)

    Virtuali
    Participant

    This is an excellent question that I can’t answer, I’ll get the core developer @djpaul

    No luck?

    #101570
    victor_moura
    Participant

    Really? Is this still the case with the new versions of buddypress?

    I thought that allowing avatar uploads in open registration installs was the default.

    If that is still risky, which solutions would you recomment, @mercime ?

    #101538
    @mercime
    Participant

    What I posted was an example of adding a link to the adminbar, in this case, the Dashboard link for a Super Admin only, not for your specific scenario. Assuming you didn’t change the registration slug, it would be something like this

    function register_link_adminbar() {
    if (!is_user_logged_in()) {
    echo '<li><a href="/register/">Use this link to register</a></li>';
    }
    }
    add_action('bp_adminbar_menus', 'register_link_adminbar', 2);

    Adjust as needed.

    #101500
    r-a-y
    Keymaster

    They have an abbreviated registration form on the homepage that only shows the username field, then it redirects to the registration page.

    #101485
    Hugo Ashmore
    Participant

    One approach might be to configure php.ini to use the smpt localhost and port lines (i.e uncomment) and set an explicit sendmail_from address or simply configure sendmail,

    I’ve never had an issue with sending email reg confirmations from a test environment but then I scrabbled around and worked out how to configure ‘fake sendmail’ which essentially amounted to stating a true smtp server to use e.g my main email account.

    This is one of those issues that is not really application based necessarilly but more server OS oriented and finding a solution may be quicker focusing on these aspects rather than WP/BP and perhaps trying in a WAMP forum? or XAMPP? for a solution?

    #101484

    Nice of you to congratulate yourself for solving the problem. However, these posts show up on search results so it would be good protocol for you to explain your solution. Cheers!

    #101470
    loveme
    Participant

    There is no effort on my homepage after following your procedure. The form did display on homepage after coping the codes

    http://bettercodes.org has no registration form on homepage

    #101468
    r-a-y
    Keymaster

    Are you looking for something like this?
    http://bettercodes.org

    If so, navigate to your BP registration page, view the HTML source and copy everything in the `

    ` tag into your homepage template.
    #101465
    loveme
    Participant

    Please, i don’t understand

    #101453
    Virtuali
    Participant

    don’t put the code from register.php to home page.

    All you have to do is edit the slugs

    #101418
    thealchemist
    Member

    Just for anyone’s edification I realized I can block IPs from accessing the site at the server level. My server uses cpanel and there’s a function called IP Deny Manager. Since the plugin “User Activation Keys” lists the IPs of everyone attempting* to join I can easily see the most offending IP addresses – and so far I have blocked 6 – the amount of spambot signups is waaaay down. Yes. The risk is that there are REAL people who are on this server who would probably like to use my site but are now blocked from even seeing it.

    * I am also using the plugin “Registration Options”

    thealchemist
    Member

    Here’s my problem right now. I have WP+BP-based site. I soft-launched to a select 100 or so friends. 75 started the process. Of those, a large-ish number did not get the activation email and did not complete the sign-up process.

    The ONLY way I know this is from the few that reported they did not receive the activation email and have asked me to resend – which there is no way of accomplishing this simple task. AND counting the number of users in the admin panel USERS and comparing it to the BP Site Stats plugin that counts the active users.

    Should not the Admin–>User area include some indication whether a user has been “activated” or not? AND give us the opportunity to “Re-Send Activation”? Seems like a logical management tool.

    #101188
    imjscn
    Participant

    I’m not sure if I’m doing things correctly but it’s working for me this way– I make a copy of register.php, remove the div that I don’t need (eg. “content” ) , also remove the line that calls sidebar, then, save the file as “something.php”. In the page I want to use the register form, inside a div where I want to show the form, use the “locate_template” to call this “something.php”.
    If I’ve done things wrong, please correct me.

    #101175
    Twig
    Member

    I know how to enable registrations. That’s not my question. I want to put my own message on the bar.

    #101173
    Ehegwer
    Participant

    I’ve been searching all night for this, too.

    thealchemist
    Member

    I have a similar issue. I know activation emails are being sent. However, some of these emails get sent ot junk and the member doesn’t know to check. When I go to the “Users” section in the admin I see nothing that indicates non-replies as spam and certain no way to “activate” a member.

    Is there a way to resend activation?

    #101147
    @mercime
    Participant

    There’s a “Sign Up” link notice in adminbar if you allow registration, beside the “Login” link see http://testbp.org/

    Registration is disabled by default, so if you’re not seeing the Sign Up link, you should go to admin dashboard > Super Admin > Options – Registration Settings – Allow New Registrations – check any other than default “Registration is disabled”

    Edit- for single WP install, go to dashboard > Settings > General Settings – Membership – Anyone can register and below that, you can choose Suscriber role.

    #101104
    @mercime
    Participant

    === There is no Super Admin panel, not to mention no choice either in the drop down menu at the top of the buddypress toolbar, or in the wordpress dashboard called ‘options.’ ===

    Super Admin and special Options panel only show up for WordPress multisite installations – so if you want those but more importantly, you want to allow your members to create blogs in your site then read this https://codex.wordpress.org/Create_A_Network

    === buddypress not posting the link for the codex anywhere on this site ====

    Sure there is a link. Click on “Support” tab in main navigation then click on “Documentation” link that appears in line below main navigation.

    #101099
    meganano
    Member

    Also, what’s with buddypress not posting the link for the codex anywhere on this site! Or anywhere that’s noticeable. I had to download buddypress and dig out the readme file to find out that one exists!

    #101098
    meganano
    Member

    I’m running the latest version of wordpress, 3.0.3 and a brand new installation of Buddypress. There is no Super Admin panel, not to mention no choice either in the drop down menu at the top of the buddypress toolbar, or in the wordpress dashboard called ‘options.’

    so… how do we allow folks to register?

Viewing 25 results - 5,676 through 5,700 (of 7,642 total)
Skip to toolbar