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: Chris Fellini

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


My Favorite Topics

Viewing topic 1 (of 1 total)
Topic Count Last Reply
Checkbox registration field link problem

By:  Carolyn Hardy in: Community Forum

voices: 2
replies: 1

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

Viewing topic 1 (of 1 total)

Topics I've Started

Viewing 2 topics - 1 through 2 (of 2 total)
Topic Count Last Reply
Profile Hyperlinks with s2Member?

By:  Chris Fellini in: Community Forum

voices: 1
replies: 1

3 years, 2 months ago  Chris Fellini

Membership Expiry Questions

By:  Chris Fellini in: Community Forum

voices: 1
replies: 0

3 years, 2 months ago  Chris Fellini

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

My Latest Replies (From Various Topics)

Viewing 2 replies - 1 through 2 (of 2 total)
Author Replies
Author Replies
Posted: Friday Nov 1st, 2013 at 4:43 pm #60802

The great s2Member team came back to me with a fix. The following fix will hyperlink urls and emails in field created with “Custom Registration/Profile Fields” the same way BuddyPress does:

Paste the following code into your theme’s function.php

add_filter(‘ws_plugin__s2member_custom_field_gen’, ‘s2_filter_custom_profile_views’, 10, 2);
function s2_filter_custom_profile_views($markup, $vars)
{
if($vars[‘_editable_context’] === ‘profile-view’) {

if($vars[‘field’][‘expected’] == ‘url’)
$markup = ‘‘.$markup.’‘;

if($vars[‘field’][‘expected’] == ’email’)
$markup = ‘‘.$markup.’‘;
}

return $markup;
}

Posted: Tuesday Oct 22nd, 2013 at 7:41 am #60532

Simply FTP the folder into your plugin folder. Make sure it’s on its own and not inside the s2Member framework folder and that’s it. You don’t need to activate it. Instead what you will see is if you check your installed plugin list and look at your s2Member framework plugin description you will now see ” s2Member® Pro” added into it.

All the best :)

Viewing 2 replies - 1 through 2 (of 2 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.