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.

About: MoDigital

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


Topics I'm Subscribed To

Viewing 2 topics - 1 through 2 (of 2 total)
Topic Count Last Reply
s2member and Google Translate

By:  MoDigital in: Community Forum

voices: 2
replies: 1

4 years, 5 months ago  Eduan

Export User Custom Fields

By:  MoDigital in: Community Forum

voices: 2
replies: 3

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

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

Topics I've Started

Viewing 2 topics - 1 through 2 (of 2 total)
Topic Count Last Reply
s2member and Google Translate

By:  MoDigital in: Community Forum

voices: 2
replies: 1

4 years, 5 months ago  Eduan

Export User Custom Fields

By:  MoDigital in: Community Forum

voices: 2
replies: 3

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

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

My Latest Replies (From Various Topics)

Viewing 1 replies (of 1 total)
Author Replies
Author Replies
Posted: Saturday Jun 2nd, 2012 at 6:12 am #15247
MoDigital
Username: uknswp

Thanks for your response Cristián.

I figured in the meantime I could create a WordPress page template to pull out the fields I need. Something like:

foreach (get_users ("role=s2member_level2") as $user) {
		$user = new WP_User ($user->ID);
		echo "<p>".get_user_field ("myCustomField", $user->ID)."</p>";
	}
	
Viewing 1 replies (of 1 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.