Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration
You are here: Home

nur

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 102 total)
← 1 2 3 … 5 6 7 →
  • Author
    Posts
  • October 25, 2013 at 8:40 pm in reply to: WordPress 3.7.1 Release / Update #58468
    nur
    Member

    **** 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

    July 9, 2013 at 2:07 am in reply to: Bulk Upload Members with Custom Fields #42676
    nur
    Member

    we should have an addon ready in about a week.

    July 7, 2013 at 4:19 am in reply to: Bulk Upload Members with Custom Fields #42674
    nur
    Member

    Bulk 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.

    June 5, 2013 at 11:58 pm in reply to: e-Member List of members [Show user list] #21566
    nur
    Member

    Hi,

    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 #55876
    nur
    Member

    hi, try using the following to show the City:

    [wp_eMember_user_details user_info=”address_city”]

    This should work.

    March 20, 2013 at 3:29 am in reply to: eMember Bookmarks login message add a login link #54546
    nur
    Member

    replace 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 #54542
    nur
    Member

    Hi, 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.

    March 20, 2013 at 1:33 am in reply to: eMember Bookmarks login message add a login link #54544
    nur
    Member

    hi,

    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.

    February 8, 2013 at 5:24 am in reply to: eMember – want to use email as username #42367
    nur
    Member

    There 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 #52892
    nur
    Member

    Which 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) #52785
    nur
    Member

    Hi, 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.

    FYI – http://social.msdn.microsoft.com/Forums/pl-PL/windowsazurewebsitespreview/thread/8c4d17e9-520c-4d89-bc7d-efe923dd1a55

    January 5, 2013 at 12:18 am in reply to: Edit Member Subscription Start not working #52797
    nur
    Member

    First 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:

    https://support.tipsandtricks-hq.com/forums/topic/wrong-way-of-adding-jquery-library-to-wordpress-source-of-javascript-conflicts

    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) #52783
    nur
    Member

    Hi 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 #52767
    nur
    Member

    Hi 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 #52602
    nur
    Member

    related html code is in eMember_registration_utils.php (line 173 to line 178). you can add text there.

  • Author
    Posts
Viewing 15 posts - 16 through 30 (of 102 total)
← 1 2 3 … 5 6 7 →

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ