Forum Replies Created
-
AuthorPosts
-
nurMember
**** For those who are facing WP 3.7 upgrade issue *****
wp 3.7 has updated some core functions that eMember depends on(http://wordpress.org/news/). we have updated eMember to address this compatibility issue and the update will be released shortly.
wp 3.7 added some architectural changes under the hood. so it is highly recommended to test various compatibility issues in a test/demo setup before rolling it into live site.
This issue is originally coming from a minor WordPress bug. I have raised a ticket and looks like WordPress will fix it soon too (They will fix it in WP 3.7.1):
http://core.trac.wordpress.org/ticket/25706
In any case, our new eMember version should have you covered.
Thanks
nurMemberwe should have an addon ready in about a week.
nurMemberBulk upload through phpmyadmin will not work for custom fields. because custom fields require additional processing to make it work correctly. we are planning to release an addon to handle this feature.
nurMemberHi,
you can use the same technique for secondary membership level
June 5, 2013 at 2:45 am in reply to: How to read WP eMembership "Custom Fields Settings" and put them in a variable #55876nurMemberhi, try using the following to show the City:
[wp_eMember_user_details user_info=”address_city”]
This should work.
nurMemberreplace that line with the following code:
return EMEMBER_BOOKMARK_NOT_LOGGED_IN. ' '.eMember_get_login_link_only_based_on_settings_condition();
March 20, 2013 at 1:36 am in reply to: How to make bookmark links open in same browser window #54542nurMemberHi, Open eMember_bookmark_utils.php and search for the following block of code:
$return .= '<tr '. $c .' ><td>'.$counter.'</td><td width=350px><a target= "_blank"
Once you find it remove the
target= "_blank"
from that line and you should be good.nurMemberhi,
you can do that by editing eMember_bookmark_utils.php file.
look for “return EMEMBER_BOOKMARK_NOT_LOGGED_IN” in that file.
edit this line.
nurMemberThere is one more thing to do before you can use email as user name. for that, open eMember_registration_utils.php and search for the following line of code:
$validator->add(array('value'=>$_POST['wp_emember_user_name'],'label'=>EMEMBER_USERNAME,'rules'=>array('user_required','user_minlength','alphanumericunderscore','user_unavail')));
Once you find it, remove “alphanumericunderscore” from rules list. This should allow you to register using email in the username field.
Hope this helps.
January 8, 2013 at 12:54 pm in reply to: error SCRIPT5007: when trying to add a new membership level #52892nurMemberWhich version of eMember are you using? Did you try loading a fresh copy of eMember?
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
January 5, 2013 at 8:39 pm in reply to: eMember – Couldn't create new member (manually adding a eMember) #52785nurMemberHi, it looks like you are using window azure platform to host your site. its almost certain that the database isn’t allowing to insert data. I tried to publish a post and i couldn’t succeed there too. i can see two probable reasons for it.
1. for some reason db permissions were destroyed. so the db user in wordpress config doesn’t have enough privilege to insert data to database.
2. azure platform provides mysql database support through various 3rd party provider. I am not sure which one you are using. But one provider i know is cleardb. this company offer up to 20mb of free mysql database space. if this quota is used up then it automatically removes insert and update privilege.
nurMemberFirst thing to try is to load a fresh copy of the plugin
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
With that said, it looks like there is a javascript conflict in your site. this may happen when some plugins use javascript that do not follow wordpress suggested procedure. you can check this using firebug in firefox. turn on the firebug console and check if there is any message marked red. This post will explain more on this:
You could do the following test to find the source:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
January 5, 2013 at 12:12 am in reply to: eMember – Couldn't create new member (manually adding a eMember) #52783nurMemberHi Petri, Are you using eMember’s custom field feature on this site?
January 4, 2013 at 7:41 am in reply to: eMember – bug report for "Pages | Quick Edit" problem #52767nurMemberHi MrCamaleo, You are right there was a minor issue with it and it has been taken care of. We will have this fix go into the next build.
December 28, 2012 at 6:38 am in reply to: eMember – customize emember registration form Last Name field optional #52602nurMemberrelated html code is in eMember_registration_utils.php (line 173 to line 178). you can add text there.
-
AuthorPosts