Search Results for 'registration'
-
AuthorSearch Results
-
December 22, 2014 at 7:08 am #230893
In reply to: Change Login & Register Links in Admin Bar
webplayer
ParticipantI 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); ?>
December 19, 2014 at 5:08 pm #230809In reply to: Registration Not Working
annasoul
ParticipantHi. 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!
December 18, 2014 at 7:01 pm #230775In reply to: Registration page is Empty
Security
ParticipantHi 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.
ThanksDecember 18, 2014 at 4:29 pm #230767In reply to: No activation page after registering
buffos
ParticipantI 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
December 17, 2014 at 11:14 pm #230741In reply to: Spam/Bot users
December 17, 2014 at 9:42 pm #230739In reply to: Spam/Bot users
Security
ParticipantHi @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
ThanksDecember 17, 2014 at 9:34 pm #230738In reply to: Registration page is Empty
Security
ParticipantHi @emineminero just to make sure, have you checked the anyone can register checkbox in dashboard>>settings>>general section
ThanksDecember 17, 2014 at 7:00 pm #230725In reply to: [Resolved] Hide possibility to change 'Base' name
Amic58
ParticipantWell, 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.December 17, 2014 at 5:33 pm #230708In reply to: [Resolved] Hide possibility to change 'Base' name
Amic58
ParticipantThank 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.December 11, 2014 at 8:37 pm #230481In reply to: [Resolved] Membermouse
zorro1965
ParticipantI 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’]
December 9, 2014 at 8:02 pm #230344In reply to: Profile Field Must be Unique
danbp
ParticipantBP use only Name (aka nickname) and the WP registration process.
Unique name possible ? Not really
https://buddypress.trac.wordpress.org/ticket/2036https://codex.wordpress.org/Customizing_the_Registration_Form
December 8, 2014 at 12:55 pm #230283In reply to: BuddyPress registration terms and conditions.
danbp
Participanthi @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').
December 8, 2014 at 12:36 pm #230281In reply to: Registration Not Working
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: problemSo 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. 😉
December 2, 2014 at 9:51 am #230004In reply to: [Resolved] activation is wrong
Paul Wong-Gibbs
KeymasterIt’s not wrong. If BuddyPress is enabled, then we use our own registration URL (the first one in your post).
December 1, 2014 at 10:53 pm #229995In reply to: Role "member" doesn't show in list for Add New User
danbp
Participantkeymaster and participant are bbpress roles
https://codex.bbpress.org/bbpress-user-roles-and-capabilities/did you created a registration page from within BP settings ?
November 29, 2014 at 3:15 am #229861In reply to: Our Member Posts Pages Not Showing in Buddypress
Brent Havill
ParticipantThanks 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 detailsCategory 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 detailsContact 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 siteLimit 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 detailsReveal 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 detailsSweet 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 detailsVibe 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 SupportWPBakery 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 siteWPLMS Customizer Plugin
Deactivate | Edit A simple WordPress plugin to modify WPLMS template
Version 1.0 | By VibeThemes | Visit plugin siteWPLMS 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 detailsNovember 27, 2014 at 1:38 am #229752Josiah77
ParticipantFrom 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!
November 26, 2014 at 10:43 pm #229740shanebp
ModeratorPerhaps the 3rd comment here will solve your problem.
November 25, 2014 at 1:45 am #229504In reply to: Customization of Registration Form
Jozef de Beer
ParticipantI 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.comNovember 22, 2014 at 6:04 pm #229450In reply to: Allowing new users to select WP role
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
November 21, 2014 at 3:06 pm #229296Niels Pilon
ParticipantLol, 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.
November 12, 2014 at 5:09 pm #228997In reply to: I can't upload a profile photo
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?
November 11, 2014 at 7:58 am #228867In reply to: Edit the Register (Registration page)
joetheboss1998
ParticipantOkay thank you @hnla I will get back to this form thread if there are any other issues concerning this registration issue.
– Joe
November 10, 2014 at 9:19 pm #228837In reply to: Edit the Register (Registration page)
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
November 4, 2014 at 4:41 pm #228228In reply to: Users keep complaining about not being able to login
Cartographer
ParticipantHi @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:
-
AuthorSearch Results