Warning: Creating default object from empty value in /…./wp-content/plugins/bp-xtra-signup/bp-xtra-signup.php on line 183
Any clues on how to get rid of this error ?
]]>Error message occuring
]]>Any ideas how to change the terms of service link in BP Xtra Signup?
]]>@travel-junkie Thanks for the plugin. Just curious as to whether or not this plugin is still being supported. It looks to be a great answer for my Buddypress TOS needs, but wp says not updated in a couple of years and I’m just wondering whether or not it’s still good to use. Let me know please.
]]>Hello, I love this plugin, very well done! I used it on older versions of BuddyPress and worked perfectly. But that is no longer working in latest version 1.5 (the ajax does not work and other bugs) and the 1.6 beta there are many bugs, too.
I look forward to updates! Thanks, hugs!!
Hi, I am using plugin version 1.6 and noted that in some cases the “Date of birth check” functionality does not work.
Looking at the code, I found that the check is made in function bpxs_check_dob (in bpxs-core.php), by comparing the concatenation of the strings representing month and day of today vs. those of the user inserted date.
This (smart) check needs, however, a correction to take into account the one-digit days, eg., if today is 16 April and I am born the 9 May, the comparison ends up being 416 < 59 (wrong).
So, I simply add this control:
if (strlen($d) == 1) $d = “0$d”;
in bpxs_check_dob function, before the calculation of $age. With this control added, the example above gives the comparison 416 < 509, that brings to the correct result.
Hope this may help, and thank you for this useful plugin,
Marco
I see that it was last updated in 2010. Does this work with the new versions?
]]>Hi,
I have a form with a date field and Date of Birth check activated on it.
My site is in italian so it uses bpxs-it_IT.po with names of months translated.
The select for months as options tag like these:
<option value="February">Febbraio<!-- this is translated :) --></option>
I noticed that DOB control didn’t work and I saw that function bpxs_get_month_number uses translated months names to extract the month number and so no month matched.
So in function bpxs_get_month_number I replaced
$names = array(
1 => __( 'January', 'bpxs' ),
2 => __( 'February', 'bpxs' ),
3 => __( 'March', 'bpxs' ),
4 => __( 'April', 'bpxs' ),
5 => __( 'May', 'bpxs' ),
6 => __( 'June', 'bpxs' ),
7 => __( 'July', 'bpxs' ),
8 => __( 'August', 'bpxs' ),
9 => __( 'September', 'bpxs' ),
10 => __( 'October', 'bpxs' ),
11 => __( 'November', 'bpxs' ),
12 => __( 'December', 'bpxs' )
);
with
$names = array(
1 => 'January',
2 => 'February',
3 => 'March',
4 => 'April',
5 => 'May',
6 => 'June',
7 => 'July',
8 => 'August',
9 => 'September',
10 => 'October',
11 => 'November',
12 => 'December'
);
now it works.
Fixed a bug or did something wrong somewhere else? ??
]]>When users signup to my website, I receive an error stating the following:
there has been an error with a new subscriber to your newsletter! Check the error and send a message to the user if signup to the newsletter has been unsuccessful.
Unable to load listSubscribe()!
UserID:
Name:
Email:
Code: -90
Msg: You must specify a email_address value for the listSubscribe method
I have not modified the code in any way, and know my API key is correct.
]]>First of all, thank you for this plugin. It is exactly what I search for my project.
My version of wordpress is 3.2.1 and buddypress is 1.5.1.
The ajax username availability check, a password strength meter and email check and date of birth check doesn’t work. It doesn’t appear in the sign up form.
Thanks
]]>Thanks for plugin.
Works perfectly in single site setup.
BUT
On a multisite set-up with Buddypress root blog on a subdirectory BP Xtra Signup’s settings page does not show up and so it can’t be used.
Any ideas ?
]]>There no longer appears to be an admin page available on either the Network or Site admin page to configure this plugin.
]]>This is a very good plugin …. but there is a problem with contextual help
……
when the plugin is enabled , poof , the contextual help is gone , the help drop-down button is there but when you click on it it drops down a bit but no help is shown …. other than this every thing is working fine ….
I’m using
wp 3.0.1
BP 1.2.5.2
Mainly, it’s spam users with email addresses at Yahoo, Hotmail, and (surprisingly) Gmail. They’ve been bombarding my blog with posts about designer bags and watches. Luckily I have all posts moderated, but still. Any idea why this is happening, or whether this issue is being addressed in a future update?
]]>