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: marco bernardi

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


Topics I'm Subscribed To

Viewing topic 1 (of 1 total)
Topic Count Last Reply
s2member profile capabilities

By:  marco bernardi in: Community Forum

voices: 1
replies: 1

3 years, 2 months ago  marco bernardi

Viewing topic 1 (of 1 total)

Topics I've Started

Viewing topic 1 (of 1 total)
Topic Count Last Reply
s2member profile capabilities

By:  marco bernardi in: Community Forum

voices: 1
replies: 1

3 years, 2 months ago  marco bernardi

Viewing topic 1 (of 1 total)

My Latest Replies (From Various Topics)

Viewing 1 replies (of 1 total)
Author Replies
Author Replies
Posted: Sunday Nov 3rd, 2013 at 5:07 am #60818

i have found a way…
using a plugin written by dwelch (Custom Registration Field Show / Hide Settings, s2member-registration-custom)
and modifying the code
function DW_s2member_registration_hack(){
//Update Show/Hide List
add_action(‘ws_plugin__s2member_custom_fields_configured_at_level’,’DW_s2member_registration_hack::show_hide_my_ccap_levels’);

//Form Hooks
add_action(‘ws_plugin__s2member_pro_before_sc_authnet_form_after_shortcode_atts’,’DW_s2member_registration_hack::set_ccap_session’);
add_action(‘ws_plugin__s2member_pro_before_sc_paypal_form_after_shortcode_atts’,’DW_s2member_registration_hack::set_ccap_session’);

//added to edit profile
add_action(‘ws_plugin__s2member_before_sc_profile’,’DW_s2member_registration_hack::set_ccap_session’);

//Admin Menu
add_action(‘ws_plugin__s2member_during_add_admin_options_additional_pages’,’DW_s2member_registration_hack::admin_menu’);
}

you can define a lot of edit profile page with different showed field.

ty all
marco

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.