Search Results for 'registration'
-
Search Results
-
Hi? I want to run Buddypress and bbPress on my site. But after successful registration, when a login is attempted it displays this error.:
Warning: call_user_func() expects parameter 1 to be a valid callback, function 's.t.r.r.e.v' not found or invalid function name in /home/codedstr/public_html/wp-content/themes/sahifa/framework/shortcodes/shortcodes.php on line 715 Warning: call_user_func() expects parameter 1 to be a valid callback, function 's.t.r.r.e.v' not found or invalid function name in /home/codedstr/public_html/wp-content/themes/sahifa/framework/shortcodes/shortcodes.php on line 716 Warning: call_user_func() expects parameter 1 to be a valid callback, function 's.t.r.r.e.v' not found or invalid function name in /home/codedstr/public_html/wp-content/themes/sahifa/framework/shortcodes/shortcodes.php on line 721 Warning: call_user_func() expects parameter 1 to be a valid callback, no array or string given in /home/codedstr/public_html/wp-content/themes/sahifa/framework/shortcodes/shortcodes.php on line 722 Warning: call_user_func() expects parameter 1 to be a valid callback, function 's.t.r.r.e.v' not found or invalid function name in /home/codedstr/public_html/wp-content/themes/sahifa/framework/shortcodes/shortcodes.php on line 723 Warning: Cannot modify header information - headers already sent by (output started at /home/codedstr/public_html/wp-content/themes/sahifa/framework/shortcodes/shortcodes.php:715) in /home/codedstr/public_html/wp-content/themes/sahifa/framework/shortcodes/shortcodes.php on line 724
Please if anybody knows what the problem might be or has an idea let them help me out. Thanks.
Topic: Registration Page Blank
Running latest version of WP. Using Divi Theme with Divi Builder. Intalled Buddy Press. Created New Page “Register” Went into Settings > General and checked box for ‘anyone can register’ Went into BuddyPress pages setting and for register selected register page. Added page to menu. Page has no registration form!
Topic: activation email etc
Hi,
when a new user registres they get an activation mail so they can activate the account.
What I want is, that new users only get an mail when they have been approved (activated) by admin.
So the flow I want is, – user registres – admin get a notice about new user registration – admin approves – new user gets an email saying that he/she has been approved.
How do I do this????
Br
KasperGodowsky
Topic: Diable Likes?
I have a chance to use a third-party plugin for allowing users to “Like” activity entries. I need to first disable or hide the existing “Like” functionality. Is there a setting for this?
Plugins:
Akismet (3.1.10) by Automattic
Awesome Support (3.2.9) by ThemeAvenue
bbPress (2.5.8) by The bbPress Community
BuddyBoss Inbox (1.0.4) by BuddyBoss
BuddyBoss Media (3.1.9) by BuddyBoss
BuddyBoss Reply by Email (1.0.2) by BuddyBoss
BuddyBoss Wall (1.2.7) by BuddyBoss
BuddyPress (2.5.2) by The BuddyPress Community
BuddyPress Edit Activity (1.0.7) by BuddyBoss
BuddyPress Xprofile Custom Fields Type (2.4.6) by donmik
Gravity Forms (1.9.18) by rocketgenius
Gravity Forms Help Scout Add-On (1.3) by rocketgenius
Gravity Forms Polls Add-On (3.0) by Rocketgenius
Gravity Forms Survey Add-On (3.0) by Rocketgenius
Gravity Forms Trello Add-On (1.0) by rocketgenius
Gravity Forms User Registration Add-On (3.3) by rocketgenius
Invite Anyone (1.3.10) by Boone Gorges
Like Button Voting & Rating (2.1.9) by LikeBtn
List Plugins (1.4.4) by SedLex
Maintenance (2.7.1) by fruitfulcode
Orbit (1.6) by TrueThemes
POWr Social Feed (1.4) by POWr.io
POWr Social Media Icons (1.4) by POWr.io
Remove Dashboard Access (1.1.3) by Drew Jaynes (DrewAPicture)
Subscribe To Comments (2.3) by Mark Jaquith
TinyMCE Advanced (4.3.8) by Andrew Ozz
User Role Editor (4.25.1) by Vladimir Garagulya
WordPress Social Stream (1.5.15) by Lee Chestnutt
WPBakery Visual Composer (4.11.2) by Michael M – WPBakery.comThanks!
I have created an extended profile field called “correspondence” with a checkbox data type, and the only option is “Subscribe to Free Newsletter.”
It is showing up properly on the registration form, so when users come in, if they select it, their extended profile is reflecting the data. I’m trying to create a form and function to update this setting, and I’m having difficulty.
My goal is to both understand the data storage and processes, as well as properly manipulate it. In PHPMyAdmin, in the table wp_bp_xprofile_fields, I see the fields:
ID 307 “Correspondence”
ID 315 “Subscribe to Free Newsletter”It appears BuddyPress is storing the user’s setting in the table wp_bp_xprofile_data. One user’s entry follows:
id, field_id, user_id, value
14828, 307, 15304, a:1:{i:0;s:28:”Subscribe to Free Newsletter”;}So I see the data has been serialized and stored as field_id 307. I can thus access this field with the following function:
$data = xprofile_get_field_data( 307, $userID ); echo var_dump($data) . "<br>\n"; // array(1) { // [0]=> // string(28) "Subscribe to Free Newsletter" // } echo "Setting is $data[0]<br>\n"; // "Subscribe to Free Newsletter"
So far, so good – I can test for this field. But when I try to update it, I’m running into trouble:
xprofile_set_field_data( 307, $userID, "Subscribe to Newsletter Digest" );
Contrary to expectations, this doesn’t seem to alter that field at all.
I tried updating the value with an array:
$new_value = array( 'Subscribe to Newsletter Digest' ); xprofile_set_field_data( 307, $userID, $new_value );
No change. What am I doing wrong here?
New members used to show up on activity feed, now they don’t. How can I get them to show up again?
I’m using WP 4.5, Buddypress 2.5.2, and TML 6.4.4.
I updated to WP 4.5 and now BuddyPress is no longer working. Details:
I am using wp 4.5, buddy press 2.5.2, kleo latest update.
After logging in, the link to the buddy press area still brings users to the registration page. (Desired state: After login, link to the buddy press area goes to a welcome page for that area.)
Any help would be greatly appreciated.
fred graver
Hi folks,
Running latest WordPress and Buddypress.
How can I add BP profile fields to the Registration form. I dont want to use a new custom field in Profile. I want to include/use those that are aleady there in the BP profile.
I dont need much, just Name, Website etc. but I would really like them required. Is there nowhere to easily edit the reg form?
ThanksHey Buddypress users. I have current version of WordPress and Buddypress (4/22/2016).
I am trying to completely remove the need for Buddypress registration. Reason being, I have a theme that has its own registration process. With Buddypress registration, that makes it two completely different registration processes.
I want to remove the need to have a Buddypress registration process completely. I have searched throughout your entire forum and I have tried everything. Nothing works. I continue to get the message “Missing buddpress register page. Repair.”
A while ago I created a field in my registration page called “country” so user in my buddy press install would write their country. That was really badly planned as people are writing their country name in different forms. I want now to replace that field with a dropdown menu and my question is: if a remove the existing field from the registration page, would I delete also all the information on the database? Many thanks.
I am using the latest WordPress and buddypress versions.
Trying to find where to edit the text above the fileds in create account page.
Thank“s for help
Topic: Activation Page Issues
Wordpress Version: 4.5
BuddyPress Version 2.52
X ThemeI’m unsure what I am doing wrong. I am using the X Theme and also using Magic Members plugin. I was finally able to set up the Login and Registration Pages. I signed out and did a test on Registering for a Free account (I am setting up a membership site).
I am able to Register okay but when I click Register it takes me to an Error Page. The same thing happens when I Login (I tried for the hell of it), I get an Error page. BUT, when I check my emails, I get a link to activate my account.
So, it is registering the information but I’m unsure why I am not getting an Activation page and when I confirm the account, I get another Error page.
I’m not sure if it’s my Theme, Magic members, BuddyPress (which I do not think it is), etc. If someone can at least direct me to what I may be doing wrong, I’d truly appreciate it! Thank you so much!
Topic: BP Members Count
Hi,
on the members page, there’s the line before the members loop:
Viewing 1 – 24 of 29 memberswhen the loop is sorted alphabetically, the number of users is 38 (the user count in my admin dashboard), when sorted by Last active or Newest Registered, the number of users is 29.
I see, the 9 other users are Never active, so they only registered.1.) I wonder if my assumption is correct, so if a user makes an activity the number of last active and newest registered users will be increased by 1?
2.) Is there a way to always show the actual number of users, no matter they made any activity or not?
3.) In my registration form I have an obligatory profile field (Bio), so I want to make it so that when a user activates their account, an activity is made by them posting the content of their Bio field.
I think this way Never active label will disappear and the number of users will always be the same regardless the sort options. Is this correct? please, advise.Thank you,
LeoI want to set my registration page as my static home page. But if I make the registration page as static home page then, the registration fields stop to display. It somehow seems that as soon as i set registration page as static home page then register.php stops working. How do i get around this problem?