Forum Replies Created
-
AuthorPosts
-
orenlebboMember
Thanks
Is there a way to let only registered users to be able to download the free product?
If not – Is there a way to add some extra fields apart from ‘Email’ and ‘Name’ ?
Thanks again.
orenlebboMemberHi,
— “This sort of things are done using a method called “google analytics goal tracking””
Yes i’m aware of the process but as far as I know I need to add a code to the but I don’t have this because it’s a built-in eStore button…
I’m sorry, maybe my english is not well enough, hopefully you understand what I mean..
This is the tutorial i’m refering to:
[http://www.blastam.com/blog/index.php/2011/04/how-to-track-downloads-in-google-analytics/]
March 6, 2012 at 7:21 am in reply to: Partial page lock with a custom password (all users – members or not) #42761orenlebboMemberFound this WP built-in solution (No plugin needed):
Instructions
For WordPress 2.0 or 2.1, open /wp-includes/template-functions-post.php
For WordPress 2.2 through 2.8+, open /wp-includes/post-template.php
Find the following text:
$output = get_the_password_form();
return $output;
Replace it with this:
$content = $pages[$page-1];
$content = explode(‘<!–more–>’, $content, 2);
$output = “”;
$output .= $content[0];
$output .= get_the_password_form();
return $output;
This next step is optional, but I think it makes it nicer.
In the get_the_password_form function, find the following text (may vary between versions):
This post is password protected.
And replace it with this:
The rest of this post is password protected.
Or whatever text you would like it to show.
March 6, 2012 at 5:32 am in reply to: Partial page lock with a custom password (all users – members or not) #42759orenlebboMemberCan’t find anything
February 11, 2012 at 9:56 am in reply to: How to prevent customers from downloading wp-eStore from their server? #41818orenlebboMemberCustomers can go into their server and download the wp-eStore plugin which I paid for, and add it to other websites freely
February 6, 2012 at 4:49 pm in reply to: Best way to let only some users to be able to download a product freely #41686orenlebboMemberOh, I just now see your answer. Thanks
The problem is that the customer doesn’t want this Coupon field to be shown to all users.
Thanks anyway
I will try to configure something with wp eMember..
February 6, 2012 at 4:08 pm in reply to: Best way to let only some users to be able to download a product freely #41685orenlebboMemberBTW – is there a way to “lock” the wp-eStore plugin from customers to download it from server?
orenlebboMemberPerfect!
I knew it should be somewhere…
January 19, 2012 at 9:06 am in reply to: RTL languages in WP-eMember plugin – Question-marks instead of letters #40933orenlebboMember“The first issue would be related to the database not being in UTF-8 format. Can you please post a sample hebrew Name here so I can do some testing?”
Hi,
I contacted my hosting provider and we double-checked that the site is adjusted to UTF8.
They say it shoukd be in the plugin’s database as you said.
If you can please test it, it’s essential for me…
Thanks,
Oren
January 19, 2012 at 6:34 am in reply to: RTL languages in WP-eMember plugin – Question-marks instead of letters #40932orenlebboMemberOh.. I only now see you answered…
Thanks, i’ll contact the hosting support and ask regarding UTF8…
January 19, 2012 at 6:21 am in reply to: RTL languages in WP-eMember plugin – Question-marks instead of letters #40931orenlebboMemberAnyway – now I see that all language’s .phps are in english so I translated the HEB.php.
If you want you can use it:
<?php
define(“EMEMBER_MORE_LINK”,”המשך לקרוא”);
define(“EMEMBER_LEVEL_NOT_ALLOWED”,”צפייה בתוכן זה הינה עבור משתמשים רשומים בלבד.”);
define(“EMEMBER_CONTENT_RESTRICTED”,”צפייה בתוכן זה חסומה.”);
define(“EMEMBER_HIDDEN_CONTENT_MESSAGE”,”צפייה בתוכן זה הינה עבור משתמשים רשומים בלבד. “);
define(“EMEMBER_MEMBERS_ONLY_MESSAGE”,”צפייה בתוכן זה הינה עבור משתמשים רשומים בלבד.”);
define(“EMEMBER_MEMBER_LOGIN”,’התחברות’);
define(“EMEMBER_SUBSCRIPTION_EXPIRED_MESSAGE”, “תקופת הרשמתך תמה. “);
define(“EMEMBER_LOGIN”,”התחבר”);
define(“EMEMBER_RENEW”, “חידוש”);
define(“EMBMBER_UPGRADE”, “שדרוג”);
define(“EMEMBER_TO_VIEW_CONTENT”, “כדי לצפות בתוכן זה. “);
define(“EMEMBER_PLEASE”, “בבקשה”);
define(“EMEMBER_JOIN”,”הצטרפו היום!”);
define(“EMEMBER_NON_MEMBER”, “אורח?”);
define(“EMEMBER_YOUR_ACCOUNT”, ” חשבונך.”);
define(“EMEMBER_PROFILE_MESSAGE”,”אנא התחבר בכדי לערוך את פרטי החשבון.”);
define(“EMEMBER_LOGGED_IN_AS”, “מחובר כ: “);
define(“EMEMBER_LOGGED_IN_LEVEL”, “קבוצת המשתמשים שלך הינה: “);
define(“EMEMBER_LOGOUT”, “התנתק”);
define(“EMEMBER_EDIT_PROFILE”, “עריכת פרטי חשבון”);
define(“EMEMBER_SUPPORT_PAGE”,”דף תמיכה”);
define(“EMEMBER_BOOKMARK_DISABLED”, “אפליקציית ‘מועדפים’ סגורה.”);
define(“EMEMBER_NO_BOOKMARK”, “טרם הוספת ‘מועדפים’.”);
define(“EMEMBER_BOOKMARK_NOT_LOGGED_IN”,”עליך להיות מחובר בכדי לצפות ברשימת המועדפים.”);
define(“EMEMBER_FORGOT_PASS”,”שכחת סיסמתך?”);
define(“EMEMBER_JOIN_US”,”הצטרף אלינו”);
define(“EMEMBER_USER_NAME”, “שם משתמש”);
define(“EMEMBER_USER_NAME_TAKEN”, “שם המשתמש תפוס!
אנא בחר שם משתמש אחר.”);define(“EMEMBER_EMAIL_TAKEN”, “כתובת האימייל בשימוש!
אנא בחר כתובת אימייל אחרת. “);define(“EMEMBER_REG_COMPLETE”, “ההרשמה הושלמה בהצלחה!”);
define(“EMEMBER_NEW_ACCOUNT_MAIL_HEAD”, “התראה על משתמש חדש”);
define(“EMEMBER_NEW_ACCOUNT_MAIL_BODY”, “משתמש חדש נרשם לאתר. זהו תוכן האימייל אשר נשלח למשתמש.”);
define(“EMEMBER_USER_PASS_MSG”, “אנא בחר שם משתמש וסיסמה על מנת לסיים את הליך ההרשמה לאתר. “);
define(“EMEMBER_FREE_MEMBER_DISABLED”, “הרשמה בחינם סגורה לאתר זה!”);
define(“EMEMBER_EMAIL_UNAVAIL”,”אימייל זה אינו קביל!”);
define(“EMEMBER_PROFILE_UPDATED”,”חשבונך עודכן בהצלחה!”);
define(“EMEMBER_EMAIL_INVALID”,”חשבון אימייל שגוי.”);
/** added v4.9.4#start**/
define(“EMEMBER_ACCOUNT_INACTIVE”,”חשבון זה אינו פעיל.”);
define(“EMEMBER_WRONG_PASS”,”סיסמה שגויה.”);
define(“EMEMBER_WRONG_USER_PASS”, “שם משתמש או סיסמה שגויים.”);
define(“EMEMBER_LOGOUT_SUCCESS”, “ההתנקות מהחשבון הושלמה בהצלחה. “);
define(“EMEMBER_ADDED”, “נוסף”);
define(“EMEMBER_FAVORITE”, “מועדף”);
define(“EMEMBER_MEMBERSHIP_DETAILS_MAIL”,”פרטי חשבונך”);
define(“EMEMBER_PASS_EMAILED_MSG”,”הסיסמה החדשה נשלחה לתיבת האימייל.”);
define(“EMEMBER_EMAIL_NOT_EXIST”,”אימייל זה אינו רשום במערכת.”);
define(“EMEMBER_ALREADY_TAKEN”,”מצטערים, זה תפוס.”);
define(“EMEMBER_STILL_AVAIL”,”זה עדיין פנוי.”);
define(“EMEMBER_WP_TAKEN”,”מצטערים! שם משתמש זה תפוס בוורדפרס.”);
define(‘EMEMBER_TITLE’,’נושא’);
define(“EMEMBER_FIRST_NAME”,”שם פרטי”);
define(“EMEMBER_LAST_NAME”,”שם משפחה”);
define(“EMEMBER_EMAIL”,”אימייל”);
define(“EMEMBER_MEMBERSHIP_LEVEL”,”קבוצת משתמשים”);
define(“EMEMBER_USERNAME”,”שם משתמש”);
define(“EMEMBER_PASSWORD”,”סיסמה”);
define(“EMEMBER_COMPANY”,”חברה”);
define(“EMEMBER_PHONE”,”מס’ טלפון”);
define(“EMEMBER_ADDRESS_STREET”,”רחוב”);
define(“EMEMBER_ADDRESS_CITY”,”עיר”);
define(“EMEMBER_ADDRESS_STATE”,”אזור”);
define(“EMEMBER_ADDRESS_ZIP”,”מיקוד”);
define(“EMEMBER_ADDRESS_COUNTRY”,”ארץ”);
define(“EMEMBER_GENDER”,”מין”);
define(“EMEMBER_GENDER_MALE”,”זכר”);
define(“EMEMBER_GENDER_FEMALE”,”נקבה”);
define(“EMEMBER_GENDER_UNSPECIFIED”,”לא מצויין”);
define(“EMEMBER_REGISTRATION”,”הירשם”);
define(“EMEMBER_KEEP_CURRENT_PASS_MSG”,”השאר ריק אם ברצונך לשמור על הסיסמה הנוכחית.”);
define(“EMEMBER_UPDATE”, “עדכן”);
define(“EMEMBER_ADDED”,”נוסף”);
define(“EMEMBER_ADD”,”הוסף”);
define(“EMEMBER_ADD_FAV”,”הוסף למועדפים”);
define(“EMEMBER_BOOKMARK”,”מועדף”);
//define(“EMEMBER_FAV”,”מועדף”);
define(“EMEMBER_LOGIN_TO_BOOKMARK”,”התחבר למועדפים.”);
define(“EMEMBER_PASS_RESET”,”איפוס סיסמה”);
define(“EMEMBER_PASS_RESET_MSG”,”יש להכניס כתובת אימייל. סיסמה תישלח לתיבת האימייל.”);
define(“EMEMBER_RESET”,”איפוס”);
define(“EMEMBER_CLOSE”,”סגור”);
define(“EMEMBER_PROFILE_IMAGE”, “תמונת משתמש”);
/** added v4.9.4#end**/
/** added v5.0#start**/
define(“EMEMBER_NOT_LOGGED_IN”,”לא מחובר.”);
/** added v5.0#end**/
/**added v5.0.2#start***/
define(“EMEMBER_MY_FEED”, “הפיד המאובטח שלי”);
define(“EMEMBER_WRONG_RSS_URL”,”מצטערים! הכתובת לא הוקלדה כראוי.”);
define(“EMEMBER_NO_USER_KEY”,”מצטערים! משתמש זה אינו רשום.”);
/**added v5.0.2#end***/
/**added v5.0.6#start***/
define(‘EMEMBER_LOGIN_LIMIT_ERROR’, “ניצלת את יתרת השימוש ליום זה.”);
/**added v5.0.6#end***/
/***added v5.0.7#start**/
define(‘EMEMBER_ACCOUNT_STATUS’, “סטאטוס החשבון:”);
define(“EMEMBER_ACCOUNT_EXPIRES_ON”, “תקופת ההרשמה תמה:”);
define(“EMEMBER_EMAIL_BLACKLISTED”,”כתובת אימייל זאת נחסמה.
לא ניתן להירשם עם כתובת אימייל זו.
צור קשר עם הנהלת האתר.”);define(“EMEMBER_IP_BLACKLISTED”,”כתובת איי.פי זו חסומה.
לא ניתן להירשם.
צור קשר עם הנהלת האתר.”);/***added v5.0.7#end**/
/***added v5.3.4#start**/
define(“EMEMBER_REMEMBER_ME”, “זכור אותי”);
/***added v5.3.4#start**/
define(“EMEMBER_REMEMBER_ME”, “זכור אותי”);
define(“EMEMBER_NEVER”, “אף פעם”);
define(‘EMEMBER_ACTIVE’,’פעיל’);
define(‘EMEMBER_INACTIVE’,’לא פעיל’);
define(‘EMEMBER_EXPIRED’,’תם’);
define(‘EMEMBER_PENDING’,’עומד לפוג’);
define(‘EMEMBER_UNSUBSCRIBED’,’אינו רשום’);
define(‘EMEMBER_VISIT_PAYMENT_PAGE’,’אנא בקר בעמוד התשלום בכדי לשלם את החשבון’);
define(‘EMEMBER_CLICK’,’לחץ’);
define(‘EMEMBER_HERE’,’כאן’);
/***added v5.3.4#end**/
/***added v5.4.3#start**/
define(“EMEMBER_HELLO”, “שלום, “);
define(“EMEMBER_NOT_A_MEMBER_TEXT”, ” על מנת להתחיל. לא רשום עדיין? “);
/***added v5.4.3#end**/
/***added v5.7.2#start**/
define(“EMEMBER_PLEASE_CHECK_YOUR_INBOX”, “אנא בדוק את תיבת האימייל ועקוב אחר ההוראות על מנת לסיים את הליך ההרשמה.”);
define(“EMEMBER_YOU_MUST_ENTER_AN_EMAIL_ADDRESS”, “יש להזין כתובת אימייל!”);
/***added v5.7.2#end**/
/***added v5.8.8#start**/
define(“EMEMBER_YOU_MUST_FILL_IN_ALL_THE_FIELDS”, “יש למלא את כל השדות!”);
/***added v5.8.8#end**/
/***added v6.4.2#start**/
define(“EMEMBER_PASSWORD_REPEAT”, “הקלד סיסמה שוב”);
/***added v6.4.2#end**/
/***added v6.8.4#start**/
define(‘EMEMBER_USERNAME_NOT_EMPTY’, ‘שם המשתמש אינו יכול להישאר ריק.’);
define(‘EMEMBER_USERNAME_4_CHARS’, ‘שם המשתמש מוכרח להיות בעל 4 תווים לפחות’);
define(‘EMEMBER_EMAIL_NOT_EMPTY’,’כתובת האימייל אינה יכולה להישאר ריקה’);
define(‘EMEMBER_INVALID_EMAIL’,’כתובת אימייל זה אינה אפשרית’);
define(‘EMEMBER_PASSWORD_EMPTY’,’הסיסמה אינה יכולה להישאר ריקה’);
define(‘EMEMBER_USERNAME_TAKEN’,’שם משתמש זה תפוס כבר’);
define(‘EMEMBER_USERNAME_AVAIL’,’שם זה הינו פנוי’);
define(‘EMEMBERR_WAIT’,’בודק, אנא המתן’);
define(‘EMEMBER_REQUIRED’,’שדה חובה’);
define(‘EMEMBER_MIN’,’מינימום’);
define(‘EMEMBER_ALLOWED_CHAR_TEXT’, ‘תווים מותרים’);
define(‘EMEMBER_FIELD_MISMATCH’,’השדות אינם תואמים’);
define(‘EMEMBER_ALPHA_NUMERIC_UNDERSCORE’,’רק אותיות ומספרים מותרים’);
define(‘EMEMBER_PASSWORD_MISMATCH’,’הסיסמה אינה תואמת.’);
/***added v6.8.4#end**/
/***added v6.8.9#start**/
define(‘EMEMBER_PASSWORD_CHANGED_RELOG_RECOMMENDED’,’שינית את סיסמתך. מומלץ להתנתק ולהתחבר שנית עם הסיסמה החדשה.’);
/***added v6.8.9#end**/
/***added v6.9.3#start**/
define(‘EMEMBER_USER_PROFILE’,’חשבון משתמש’);
define(‘EMEMBER_AUTH_REQUIRED’,’נדרש זיהוי’);
define(‘EMEMBER_PROTECTED_BY’,’מוגן על-ידי’);
define (‘EMEMBER_SIGNIN’,’התחבר’);
define(‘EMEMBER_TO_COMMENT’, ‘ בכדי לפרסם תגובה’);
define(‘EMEMBER_WAIT’, ‘המתן’);
/***added v6.9.3#end**/
/***added v7.2.0#start**/
define(‘EMEMBER_RENEW_OR_UPGRADE’,’חדש או שדרג’);
/***added v7.2.0#end**/
/***added v7.4.1#start**/
define(‘EMEMBER_AUTOLOGOUT_MSG’,’התנתקת אוטומטית. אנא התחבר בשנית.’);
define(‘EMEMBER_USER_PASS_EMPTY’,’שם משתמש ו/או סיסמה לא יכולים להישאר ריקים.’);
define(‘EMEMBER_TERMS_WARNING’, ‘יש לאשר שקראת את תנאי השימוש והתקנון.’);
define(“EMEMBER_ACCEPT”, “אני מסכים ל “);
define(‘EMEMBER_TERMS_CONDITIONS’, ‘תנאי השימוש’);
/***added v7.4.1#end**/
/***added v7.5.4#start**/
define(“EMEMBER_VERIFY_EMAIL_ADDRESS_MESSAGE”, “אנא מלא את הפרטים הבאים בכדי לאשר את האימייל לפני ההרשמה.”);
/***added v7.5.4#end**/
?>
January 18, 2012 at 8:04 am in reply to: RTL languages in WP-eMember plugin – Question-marks instead of letters #40929orenlebboMemberI also chose “Hebrew” under:
“eMember Language:
Select the language that you want your emember be displayed in.”
But all fields in registration form are in English..
orenlebboMemberHi Peter,
Let’s say I sell 3 books for 100$ each.
I want to offer my customers the option to buy 2 or 3 books at once instead of just one.
In order to make them purchase 2 or 3 books, I want to offer them a discount.
I want the discount to take place only after they purchase one book in full price and only then they can purchase a second and third books with the discount.
Thanks,
Oren
January 10, 2012 at 6:15 pm in reply to: "Sorry, this file type is not permitted for security reasons." #40562orenlebboMemberAdd Product > Digital Content Details (Click to Expand) > Upload File > 1%, 2%, 3%….99%, 100%, “crunching…” > “Sorry, this file type is not permitted for security reasons.”
Thanks
January 10, 2012 at 4:38 pm in reply to: "Sorry, this file type is not permitted for security reasons." #40560orenlebboMemberHi,
No, not to my server but in the ‘Add Product’ page.
Thanks
-
AuthorPosts