latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Home Forums Billy

About: Billy

Sorry, I've not written a description yet. I'll get to it soon!


Topics I'm Subscribed To

Viewing 4 topics - 1 through 4 (of 4 total)
Topic Count Last Reply
VERY Slow User Search response

By:  Billy in: Community Forum

voices: 2
replies: 1

4 years ago  Bruce

Hide profile fields in front-end

By:  Maelle Gaultier in: Community Forum

voices: 5
replies: 5

4 years ago  James Cooper

2 Day Free Trail

By:  Billy in: Community Forum

voices: 2
replies: 1

4 years, 9 months ago  Cristián Lávaque

Previous/Current Payments Page

By:  Billy in: Community Forum

voices: 2
replies: 5

4 years, 10 months ago  Raam Dev

Viewing 4 topics - 1 through 4 (of 4 total)

Topics I've Started

Viewing 3 topics - 1 through 3 (of 3 total)
Topic Count Last Reply
VERY Slow User Search response

By:  Billy in: Community Forum

voices: 2
replies: 1

4 years ago  Bruce

2 Day Free Trail

By:  Billy in: Community Forum

voices: 2
replies: 1

4 years, 9 months ago  Cristián Lávaque

Previous/Current Payments Page

By:  Billy in: Community Forum

voices: 2
replies: 5

4 years, 10 months ago  Raam Dev

Viewing 3 topics - 1 through 3 (of 3 total)

My Latest Replies (From Various Topics)

Viewing 3 replies - 1 through 3 (of 3 total)
Author Replies
Author Replies
Posted: Thursday Mar 1st, 2012 at 8:55 pm #6942
Billy
Username: bakinblack

Im not sure if its possible i have search all over a place for a solution to this. The only thing that I know does work and I use it myself is if you paste this code in your themes functions.php it will remove AIM, Jabber/Google Talk and Yim

function hide_profile_fields( $contactmethods ) {
unset($contactmethods['aim']);
unset($contactmethods['jabber']);
unset($contactmethods['yim']);

return $contactmethods;
}

Hope this helps some.

Posted: Thursday Mar 1st, 2012 at 2:42 pm #6914
Billy
Username: bakinblack

I have found a way to allow the My Account page I created to show the users Payments and then demotes in the paypal-notify-in-subscr-or-wa-w-level.inc.php

update_user_option ($user_id, "s2member_subscr_id", $paypal["subscr_id"]);
																update_user_option ($user_id, "s2member_custom", $paypal["custom"]);
																update_user_option ($user_id, "s2member_notes", "Subscription Started: " . date("F j, Y, g:i a, e" ));

The only I seem to be having is instead of this making a new line of text everytime a payment is made, it overwrites the old line of text! I DO NOT WANT THIS. I want it to be a list of text so that it actually is history and not that current month. Can you help me? :D

  • This reply was modified 4 years, 10 months ago by  Billy.
  • This reply was modified 4 years, 10 months ago by  Billy.
  • This reply was modified 4 years, 10 months ago by  Billy.
  • This reply was modified 4 years, 10 months ago by  Billy.
Posted: Wednesday Feb 29th, 2012 at 11:42 pm #6856
Billy
Username: bakinblack

Ok I have a different idea instead of all that complication, Its there a way to allow them to see the Administrative Notes. Like even with the php code that would be great.

Viewing 3 replies - 1 through 3 (of 3 total)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.