Forum Replies Created
-
AuthorPosts
-
October 18, 2012 at 5:22 pm in reply to: Affiliate Platform Not Pulling Members Emails from eMember #50448stephen299Member
Okay that makes sense then, I just added a popup and notification so hopefully users will fill in their PayPal email.
I do have one more question though, right now I have a few users who haven’t filled in their PayPal email and when I go to generate the payout report I get all of their referrer IDs, their names, and the pending amount, but the PayPal email is just left blank. I can create the Payment Report file and then Mark them as Paid, but they won’t actually receive any money because I don’t have their PayPal email. So how can I overcome this?
Is there a way to only generate reports for people who have a PayPal email filled in? Thanks!
September 12, 2012 at 11:51 pm in reply to: eMember – Adding specific membership level content to navigation menu #49167stephen299MemberGot it, thanks! Also, I just sent an email regarding custom work. I would love to have it done tonight if possible, but I know I’m probably being difficult. I’m looking forward to hearing from you!
September 12, 2012 at 2:42 am in reply to: eMember – Adding specific membership level content to navigation menu #49165stephen299MemberOkay I’ll check it out, thanks!
For now though, is there a way to get all the different membership levels a member has? Currently I’m using this function :
<?php echo wp_eMember_get_user_details(“membership_level”); ?>
But it only gets the main membership level. Is there a way to get all of the levels a member has access to?
September 10, 2012 at 9:37 pm in reply to: eMember – Adding specific membership level content to navigation menu #49163stephen299MemberYeah I’ve looked at those, but they don’t do exactly what I want. Is there a way to create the WP menu in the PHP file that then calls the specific membership levels and adds them as items? I’ve looked everywhere but I can’t find a solution
August 26, 2012 at 10:51 pm in reply to: Affiliate Platform – I accidentally removed the header from the PHP files #48713stephen299MemberOkay thanks for your help!
August 26, 2012 at 7:45 pm in reply to: Affiliate Platform – I accidentally removed the header from the PHP files #48711stephen299MemberHow do I reload the plugin? Just deactivate it and then reactivate it or something like that?
August 26, 2012 at 3:00 am in reply to: eMember – Can you add html to various messages in the lang.php file? #48688stephen299MemberOkay got it working now. Thanks!
August 26, 2012 at 12:44 am in reply to: eMember – Can you add html to various messages in the lang.php file? #48686stephen299Memberdefine(“EMEMBER_PROFILE_MESSAGE”,”Please <X href=”http://www.site.com”>login</X> to edit your profile.”);
That’s basically what I’ve done, aside from replacing the X’s with a’s, but I get a syntax error. Do I have to do something else to make the HTML work?
August 25, 2012 at 1:46 am in reply to: eMember – Custom Fields Dropdown Required Field Question #48440stephen299MemberYeah I setup the custom fields just like that. And the version I’m using is 8.1.0. Is that not the latest one?
Will we get automatic updates if a new update comes out or do we have to go to a URL and download it?
August 22, 2012 at 8:01 pm in reply to: eMember – Custom Fields Dropdown Required Field Question #48438stephen299MemberI just setup custom fields, but the default value is not showing up as “Select One.” Do we have to make some kind of changes to accomodate the new change?
stephen299MemberAh sorry I missed that. Thanks for the link.
August 22, 2012 at 3:53 am in reply to: Lightbox Ultimate – Stream Not Found Error on Amazon S3 #48532stephen299MemberIs there anyway I can PM you the link? I don’t want it out in the open for obvious reasons.
And is the commercial flowplayer license you sell a full version and won’t expire?
Thanks!
August 21, 2012 at 12:48 am in reply to: Create menu item that only shows certain content based on membership level? #48497stephen299MemberThat’s perfect! I just have one more question and that is can I put multiple membership levels in the condition? So say I want membership levels 1 and 2 to see the same menu, would I just put ( if ( wp_emember_is_member_logged_in (‘1,2’) )? Thanks!
August 20, 2012 at 2:13 am in reply to: Create menu item that only shows certain content based on membership level? #48495stephen299MemberWell, I have done that and it works great, but I would like to show different menu items to people with different membership levels. Is there anyway to do that?
-
AuthorPosts