Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 2,501 through 2,525 (of 7,642 total)
  • Author
    Search Results
  • #230893
    webplayer
    Participant

    I stumbled upon this post suggesting a snippet to put into bp-custom.php (a tweaks and snippets file for buddy press located in the plugins directory), but I can’t get it to work. I think there is an issue with my coding.

    I am using BuddyPress 2.1.1

    Here is my bp-custom.php file:

    <?php
    // hacks and mods will go here
    
    //Change Admin Bar Login Links
    function custom_bp_adminbar_login_menu() {
        global $bp;
        global $wp;
        remove_action('bp_adminbar_menus', 'bp_adminbar_login_menu', 2);
        if (is_user_logged_in())
            return false;
        echo '<li class="bp-login no-arrow"><a data-reveal-id="tmpl_reg_login_container" href="javascript:void(0);" onClick="tmpl_login_frm();">' . __('Log In', 'buddypress') . '</a></li>';
        // Show "Sign Up" link if user registrations are allowed
        if (bp_get_signup_allowed()) {
            echo '<li class="bp-signup no-arrow"><a data-reveal-id="tmpl_reg_login_container" href="javascript:void(0);" onClick="tmpl_registretion_frm();">' . __('Sign Up', 'buddypress') . '</a></li>';
        }
    }
    
    add_action('bp_adminbar_menus', 'custom_bp_adminbar_login_menu', 1);
    
    ?>
    #230809
    annasoul
    Participant

    Hi. I’m having the same problem. Unfortunately I’m not too experienced at this stuff so most of the fixes suggested are over my head. Any simpler explanations??? I’m using buddypress with wplms theme. I’ve set the registration page to register with wplms. Thanks so much!

    #230775
    Security
    Participant

    Hi thanks for the confirmation @emineminero here are few suggestions:
    1) As you have multisite the 1st thing i would like to suggest you is to go through the following guide
    2) Make sure your permalink structure is set to sitename.com/sample-post-name even if its set to as suggested try to rebuild it(for doing this just goto dashboard>>settings>>permalinks and simply save the permalink structure one more time)
    3) I think the issue is related to this thread and may be you will find something productive there.
    Note: Make sure you have set the pages for registration and activate in dashboard>>settings>>buddypress>>pages tab the pages are needed to be created,just create two pages and name them “register” and “activate” respectively and then set them from dashboard>>settings>>buddypress>>pages tab
    Clear browser cache and check for the changes.
    Thanks

    #230767
    buffos
    Participant

    I solved it as follows

    * first buddypress probably does not support sites in non-root folders.
    That means that if you have a site in localhost/somesite/wp-contents… etc it will not work

    * the problem was not the alternate port :8080 in my case…

    * solution was creating a virtual host (by reading http://foundationphp.com/tutorials/apache_vhosts.php , just adding rules for 8080 in my case instead of just just 80)

    * after that, i went to .htaccess and changed the RewriteBase from /somesite/ to /
    and the last RewriteRule . /index.php [L] from . /somesite/index.php [L]

    Now it works fine as a top-level site (i used somesite.dev as the host name and use somesite.dev:8080 to access it). Registration and activation now work fine

    #230741

    In reply to: Spam/Bot users

    shanebp
    Moderator
    #230739

    In reply to: Spam/Bot users

    Security
    Participant

    Hi @mmaccou my site was also suffering from the same issue until few days back but one of the way by which i prevented the fake account registrations on my site is by putting minimum allowed character restrictions on my registration form input fields you can read a small howto and details on it from here
    I hope it helps
    Thanks

    #230738
    Security
    Participant

    Hi @emineminero just to make sure, have you checked the anyone can register checkbox in dashboard>>settings>>general section

    Thanks

    #230725
    Amic58
    Participant

    Well, that was embarrassing.. 😀 Sorry for my stupidity.
    I was searching on forums by “Disable name change” “Hide Name in registration” etc. Most answers I found were outdated, that’s why I registered to ask.

    #230708
    Amic58
    Participant

    Thank you very much! I was looking for the fix for so long, but I never found one, didn’t know it was that easy.
    Also, if it is possible to hide another ‘Base’ name fields.
    In extended profile, there is a similar function like in Profile page.
    On WordPress Dashboard, when you click Profile, there is a possibility to view Extended profile like on the page before. There is also possibility to change the name.
    I also would like to hide the field Name (required), as I don’t want to push people to use their real names.
    I use the plugin called Usernames only that eliminates possibility to use real names, but the problem is that people won’t like to add their real name during registration.

    #230481

    In reply to: [Resolved] Membermouse

    zorro1965
    Participant

    I found the solution Membermouse does work with Buddypress using their signup form only. But by using an additional field for registration [MM_Form_Field name=’username’]

    #230344
    danbp
    Participant

    BP use only Name (aka nickname) and the WP registration process.

    Unique name possible ? Not really
    https://buddypress.trac.wordpress.org/ticket/2036

    https://codex.wordpress.org/Customizing_the_Registration_Form

    #230283
    danbp
    Participant

    hi @jessicana,

    another solution is explained here.

    Or you can add a custom action hook to the registration template at a more appropriate place of your choice.

    Something like do_action ('jessicana_tos'); and by adding some div’s. Of course you have to use a child-theme to do this.

    And in the above function remove last line and replace it by add_action( 'jessicana_tos', 'bpfr_tos_link').

    #230281
    danbp
    Participant

    @rohitkatke, @rathodsuraj1
    sorry to answer this, but here are 25 pages of topics from people having “the same problem”.

    If you don’t use X theme, if you don’t use woocommerce and if you don’t use BP 2.0.1, you have NOT the same problem as @jlent14 ! 😉

    It seems to be, looks like, but most probably isn’t. And generally, jumping in others topic or old topics is not a good idea on this support forum.

    To all readers

    When encountering a registration problem, first thing to do is to test your install without any plugins and one of WP’s Twenty default theme. Ensure that your site send correctly emails. Before activating any plugin, your base WP install must work.

    Once WP is OK – you can install BuddyPress and check your permalinks. Pretty permalinks must be activated to get the plugin working correctly.

    This point is important, especially if you have redirection issues after BP is activated.

    Second point to check is your theme installation.

    Proceeding like this will help you to isolate easely the culprit. If:
    – WP install: OK
    – BP install: OK
    – theme activation: problem

    So you know here the problem comes from.

    While testing your install, you can activate wp_debug (set to TRUE) in the wp-config file. This can give you a lot of information about conflict and/or errors.

    Just keep in mind that these information have 2 levels of importance: notice and warning.
    While notice are generally harmless, warnings should be taken seriously in account and solved.

    If WP is the problem, see first the wordPress support
    If it’s BuddyPress, see the BP support
    If it’s the theme, see the theme support
    If it’s any other plugin, see first the plugin support.

    Thank you for you attention. 😉

    #230004
    Paul Wong-Gibbs
    Keymaster

    It’s not wrong. If BuddyPress is enabled, then we use our own registration URL (the first one in your post).

    #229995
    danbp
    Participant

    @tgoedde,

    keymaster and participant are bbpress roles
    https://codex.bbpress.org/bbpress-user-roles-and-capabilities/

    did you created a registration page from within BP settings ?

    #229861
    Brent Havill
    Participant

    Thanks Henry!! Your are a huge help!

    ps – while I search for the social network notify members plugin, would you mind just having a quick look at this ‘list’ of our plugins I just happen to have on hand?:

    LIST OF PLUGINS:
    AVH Extended Categories Widgets
    Settings | Deactivate | Edit Replacement of the category widget to allow for greater customization of the category widget.
    Version 3.9.3 | By Peter van der Does | View details
    BuddyPress
    Deactivate | Edit | Settings | About Social networking in a box. Build a social network for your company, school, sports team or niche community all based on the power and flexibility of WordPress.
    Version 2.1.1 | By The BuddyPress Community | View details

    Category Order
    Deactivate | Edit The Category Order plugin allows you to easily reorder your categories the way you want via drag and drop.
    Version 1.0.3 | By Wessley Roche | View details

    Contact Form 7
    Settings | Deactivate | Edit Just another contact form plugin. Simple but flexible.
    Version 4.0.1 | By Takayuki Miyoshi | View details
    There is a new version of Contact Form 7 available. View version 4.0.2 details or update now.

    LayerSlider WP
    Deactivate | Edit LayerSlider is the most advanced responsive WordPress slider plugin with the famous Parallax Effect and over 200 2D & 3D transitions.
    Version 5.1.1 | By Kreatura Media | Visit plugin site

    Limit Login Attempts
    Deactivate | Edit Limit rate of login attempts, including by way of cookies, for each IP.
    Version 1.7.1 | By Johan Eenfeldt | View details

    Reveal IDs
    Deactivate | Edit Reveals hidden IDs in Admin interface that have been removed with WordPress 2.5 (formerly known as Entry IDs in Manage Posts/Pages View for WP 2.5). See options page for information.
    Version 1.4.5 | By Oliver Schlöbe | View details

    Sweet Captcha
    Deactivate | Edit Adds SweetCaptcha anti-spam solution to WordPress on the comment form, registration form, and other forms. Is compatible with Contact Form 7 and BuddyPress plug-ins. WordPress network is also supported.
    Version 3.0.8 | By Sweet Captcha | View details

    Vibe Course Module
    Deactivate | Edit This is the Course module for WPLMS WordPress Theme by VibeThemes
    Version 1.8.1 | By Mr.Vibe | View details
    There is a new version of Vibe Course Module available. View version 1.8.2 details or update now.

    Vibe Custom Types
    Deactivate | Edit This plugin creates Custom Post Types and Custom Meta boxes for WPLMS theme.
    Version 1.8.1 | By Mr.Vibe | View details
    There is a new version of Vibe Custom Types available. View version 1.8.2 details or update now.

    Vibe ShortCodes
    Deactivate | Edit Create unlimited shortcodes
    Version 1.8.1 | By VibeThemes | View details
    There is a new version of Vibe ShortCodes available. View version 1.8.2.1 details or update now.

    WooCommerce
    Settings | Deactivate | Edit An e-commerce toolkit that helps you sell anything. Beautifully.
    Version 2.2.8 | By WooThemes | View details | Docs | API Docs | Premium Support

    WPBakery Visual Composer
    Deactivate | Edit Drag and drop page builder for WordPress. Take full control over your WordPress site, build any layout you can imagine – no programming knowledge required.
    Version 4.2.3 | By Michael M – WPBakery.com | View details
    There is a new version of WPBakery Visual Composer available. View version 4.3.4 details. Download new version from CodeCanyon.

    WPLMS Assignments
    Activate | Edit | Delete COURSE Assignments plugin for WPLMS
    Version 1.8.1 | By VibeThemes | Visit plugin site

    WPLMS Customizer Plugin
    Deactivate | Edit A simple WordPress plugin to modify WPLMS template
    Version 1.0 | By VibeThemes | Visit plugin site

    WPLMS Dashboard
    Deactivate | Edit Student/Instructor Dashboard for WPLMS theme
    Version 1.8.1 | By VibeThemes | View details
    There is a new version of WPLMS Dashboard available. View version 1.8.2 details or update now.

    WPLMS Events
    Activate | Edit | Delete COURSE Events plugin for WPLMS
    Version 1.8.1 | By VibeThemes | Visit plugin site
    WPLMS Front End
    Deactivate | Edit FRONT END Content Creation plugin for WPLMS
    Version 1.8.1 | By VibeThemes | View details
    There is a new version of WPLMS Front End available. View version 1.8.2 details or update now.

    WP Mail From II
    Deactivate | Edit Allows you to configure the default email address and name used for emails sent by WordPress.
    Version 1.0.2 | By Ben Huson | View details

    Josiah77
    Participant

    From what I understand Buddypress has authority over s2member’s registration process, so even if I change things for s2member, buddypress won’t recognize it.

    IS there anything I can change in buddy press to make it work?

    Or

    Is there a way I can give the registration authority back to s2member?

    Thanks!

    shanebp
    Moderator

    Perhaps the 3rd comment here will solve your problem.

    #229504
    Jozef de Beer
    Participant

    I was looking for something similar, only I want to put in a description on my registration page. Just a paragraph explaining a couple of things at the registration page. I can’t believe that this would be a plugin not a feature with buddypress. If this is operator error (which I think is most likely) then please tell me how to do this.

    Thanks,

    Jozef de Beer
    creativecollaborating.com

    #229450
    evitorino
    Participant

    @0901091-1 Can you please post the steps you made to make this work?

    I am in need to provide user choice of role at registration and would like to know how you made it.

    Thank you

    Niels Pilon
    Participant

    Lol, probs for knowing many Dutch soccer players.

    Well actually, the site I’m working on has 127 members and many of them have ‘van’, ‘de’, or ‘van der’ in their last name and the sorting is almost all fine. There are a few mis matches but that’s probably our own fault due to incorrect registration in the WordPress backend.

    It also goes wrong when members have a double first name but I guess that also depends on the registration in the backend. But I still have to check this.

    #228997
    marcmiquel
    Participant

    “Buddypress Upload Avatar Ajax” upload the pics in a folder during the registration as I checked right now. But then they don’t appear in the profile. Plus, the tab associated to user profile area “change…” does not appear. What could it be? I tried with a new wordpress and theme and it works, so it must something related to my specific combination. I deactivated all the plugins besides buddypress and this one, but still, it does not work. I am afraid using super caché before or any security plugin broke my wordpress…Any idea?

    #228867
    joetheboss1998
    Participant

    Okay thank you @hnla I will get back to this form thread if there are any other issues concerning this registration issue.

    – Joe

    #228837
    joetheboss1998
    Participant

    @mercime Thank you for replying

    I dont understand what you mean by the child theme? I am using “semplicemente” so I click that folder in FTP then do I add a new directory named “buddypress” then add a another one called “members” and then in this folder/directory I add a file named register.php and copy over all the code from

    “/wp-content/plugins/buddypress/bp-themes/bp-default/registration/register.php”

    Is this correct? @mercime

    – Joe

    #228228
    Cartographer
    Participant

    Hi @mercime

    Thank you very much for your answer.

    The pending users list is empty. I will also export a list with the plugins pasting it here in a few minutes.

    The problem is that I can’t replicate this issue as three of eight users faced this issue and furthermore I created many users testing registration/activation/login without facing any problem.

    I use this theme:

    Home

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