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 Eduan

Eduan

Moderator

My Latest Replies (From Various Topics)

Viewing 25 replies - 2,676 through 2,700 (of 3,367 total)
Author Replies
Author Replies
Posted: Tuesday Jul 24th, 2012 at 9:08 pm #20123
Eduan
Username: Eduan
Moderator

Hello Ryan,

Have you checked under Dashboard -› s2Member® -› API / Scripting -› PHP/API Constants?

Hope this helps. :)

Posted: Tuesday Jul 24th, 2012 at 8:41 pm #20117
Eduan
Username: Eduan
Moderator

Hello Spencer,

Could you please do a compatibility test with your theme and your plugins you have installed?

For the theme you should just change to the default WordPress theme (TwentyEleven).

And for the plugins simply disable all of them, and if the problem is gone, then activate them one-by-one until it comes back again, and you’ve got your culprit.

Hope this helps. :)

Posted: Tuesday Jul 24th, 2012 at 3:57 pm #20099
Eduan
Username: Eduan
Moderator

Hello Aimee,

The pro version of s2Member offers importation functionality for the users, so you might want to look into that.

Hope this helps. :)

Posted: Tuesday Jul 24th, 2012 at 3:55 pm #20098
Eduan
Username: Eduan
Moderator

Hello Kirk,

Haven’t seen this setup before so I’m not sure what the problem could be.

Do you have a plugin like the PHP Execution installed? If not, try that first. Also, you might be interested in putting the HTML in the page, but with a little twist, simply use conditionals so that the code can only run if the user has the required level, you can check the documentation under Dashboard -› s2Member® -› API / Scripting -› Advanced PHP Conditionals for more info.

Hope this helps. :)

Posted: Tuesday Jul 24th, 2012 at 3:50 pm #20097
Eduan
Username: Eduan
Moderator

Hello James, Spencer,

I believe this is caused by the fact that BuddyPress registration doesn’t work correctly with s2Member. Please, don’t take my word for it, I haven’t played a lot with BuddyPress, but several users have mentioned problems with the registration page before, not sure what the problem was (I forgot).

Posted: Tuesday Jul 24th, 2012 at 9:21 am #20076
Eduan
Username: Eduan
Moderator

Glad you solved your problem Dave. :)

Although, I was gonna tell you the way to do it, just in case:

add_action('wp_loaded', 'My_Named_Interests', 1)

I believe that should make sure all plugins are loaded before the code executes (in case it’s an mu-plugin).

Hope this helps. :)

Posted: Tuesday Jul 24th, 2012 at 9:16 am #20073
Eduan
Username: Eduan
Moderator

Thanks for the tip Dem. :)

Support in this forum by the creators is rare or inexistent (I had none) so you will have to count on us, members.

Just wanted to add, support in the community forums is not gonna come from the support reps, it’s part of their policy, if you want priority support you will need to buy the pro version. So yeah, if you’re not a paid member of s2Member you will need to depend on us users.

Just something to clear up. ;)

Posted: Tuesday Jul 24th, 2012 at 8:58 am #20066
Eduan
Username: Eduan
Moderator

Hello Mike,

This is not possible with s2Member by default, but it is possible, with a price.

So, what you would do is modify the s2Member level role(s) with this plugin. Give the level(s) the author role.

Now, the only problem with this is, I don’t think you’ll receive a lot of support from the support reps, seeing how this is a customization, also, I believe there are some problems with WordPress showing which users are authors and stuff.

Hope this helps. :)

Posted: Tuesday Jul 24th, 2012 at 8:53 am #20063
Eduan
Username: Eduan
Moderator

Hello Robert,

Yes I believe that’s the problem, because s2Member is trying to restrict specific pages for level 0, but then comes level 1, which tells it to block over the level 0 (because it’s more global).

I haven’t played with BuddyPress, so I’m not sure what a work-around for this could be.

Hope this clears something up, and I’m sorry I couldn’t help that much.

Posted: Tuesday Jul 24th, 2012 at 8:46 am #20061
Eduan
Username: Eduan
Moderator

No problem Michael. :)

As Cristián said, could happen to anyone. ;)

Posted: Saturday Jul 21st, 2012 at 1:06 pm #19907
Eduan
Username: Eduan
Moderator

Hello Teresa,

I believe level 0, and the WordPress subscriber role are the same, so if they use the default registration form ( http://www.yourwebsite.com/wp-login.php?action=register ) then they will register as level 0.

Hope this helps. :)

Posted: Saturday Jul 21st, 2012 at 9:52 am #19898
Eduan
Username: Eduan
Moderator

Hello Peter,

The pro version of s2Member requires the free version of s2Member, also, only the free version is installed automatically, the pro version has to be installed manually with the free version already installed. You can check exact instructions in this link:
s2Member® » Pro » Install/Upgrade Instructions

Regarding the users not being able to login, I can’t think of any reason why this would happen. Have you tried doing a compatibility test with your theme and the plugins? For the theme simply switch it to the default WordPress theme (TwentyEleven). For the plugins simply deactivate them all, if the problem disappears, then re-activate the one-by-one until the problem appears again.

Hope this helps. :)

Posted: Saturday Jul 21st, 2012 at 9:17 am #19897
Eduan
Username: Eduan
Moderator

Hello Alissa,

I believe the following file has the info you need:
wp-login.php, it is in WordPress’ main folder.

Also, I believe you would have to go to line 551, it should look something like this:

<p class="submit"><input type="submit" name="wp-submit" id="wp-submit" class="button-primary" value="<?php esc_attr_e('Register'); ?>" tabindex="100" /></p>

So now, change it to this:

<p class="submit"><input type="submit" name="wp-submit" id="wp-submit" class="button-primary" value="<?php esc_attr_e('Submit'); ?>" tabindex="100" /></p>

Please tell me how it goes. Hope this helps. :)

Posted: Friday Jul 20th, 2012 at 7:50 pm #19863
Eduan
Username: Eduan
Moderator

Hello Timothy,

Have you recently installed any plugins? Or have you changed theme?

Posted: Friday Jul 20th, 2012 at 6:28 pm #19861
Eduan
Username: Eduan
Moderator

You mean send the email from a different address depending on what the user chose?

Or change the user’s email depending on what he chose?

Posted: Friday Jul 20th, 2012 at 5:09 pm #19859
Eduan
Username: Eduan
Moderator

Yes you can, check under Dashboard -› s2Member® -› Authorize.Net® Pro Forms -› Free Registration Forms.

Also, in your next post, please be a little more descriptive of what you need. ;)

Hope this helps. :)

Posted: Friday Jul 20th, 2012 at 5:07 pm #19858
Eduan
Username: Eduan
Moderator

Hello Joe,

I believe this should cause a problem since you’re installing it back again, although your settings will be lost, the rest should be OK.

Although, I don’t think s2Member is causing the issue, you’re probably gonna have to reinstall WordPress.

Also, you can change the email of the admin user through PHPMyAdmin, in case that’s the problem.

Hope this helps. :)

Posted: Friday Jul 20th, 2012 at 5:01 pm #19857
Eduan
Username: Eduan
Moderator

#2 – So, I can’t have a basic member where their profile only shows Name, description, email and then a premium member where the profile shows Name, description, email, website, services?

Actually, I gave you wrong info, you can, but you would have to use s2Member conditionals in order to do that, you can find them under Dashboard -› s2Member® -› API / Scripting -› Advanced PHP Conditionals.

And you can find an article about them here: Knowledge Base » s2Member® Conditionals

#5 – if a member wants to search for another member, is there a dynamic search available? Can they searc by area, service etc?

I’m afraid there isn’t something like this at this moment, you would have to use a 3rd party plugin for this.

Hope this helps. :)

Posted: Friday Jul 20th, 2012 at 2:49 pm #19847
Eduan
Username: Eduan
Moderator

Hello Amanda,

1) When members sign up, do they have a “profile” that is customizable?

Yes, but it is the default WordPress profile customization, you can use a different one provided by s2Member, you can find it under:
Dashboard -› s2Member® -› General Options -› Member Profile Modifications
Dashboard -› s2Member® -› API / Scripting -› Member Profile Modifications

2) Can I have 2 different profiles for different levels of membership?

No, this is currently not possible with s2Member.

3) Is everything easily integrated with PayPal for their monthly payments to recur?

Yes, you would just need to follow the instructions in this video:
Video » s2Member (PayPal® Options/Buttons)

4) Would I be able to add a layer in that allows “recommendations” much like LinkedIN uses?

You would be able to do this, but s2Member does not offer this functionality by default, you would have to hire a developer to do this for you.

5) How dynamic is the “search”? Does it have advanced options?

What search function are you referring to?

Hope this helps. :)

Posted: Friday Jul 20th, 2012 at 10:00 am #19842
Eduan
Username: Eduan
Moderator

You’re welcome Miguel. :)

When you’re finished, you can post the .po file in the translation forums:
http://www.s2member.com/forums/forum/community/translations/

Posted: Friday Jul 20th, 2012 at 9:38 am #19838
Eduan
Username: Eduan
Moderator

Hello Peter,

Yes, the only way to receive customer support is if you have a pre-sale question, or if you have the paid version of s2Member and you post in the customer support forum.

Hope this helps. :)

Posted: Friday Jul 20th, 2012 at 9:36 am #19837
Eduan
Username: Eduan
Moderator

Thanks for the tip David. :)

Posted: Friday Jul 20th, 2012 at 9:29 am #19835
Eduan
Username: Eduan
Moderator

Hello Miguel,

Here’s a link that might help you:
Pre Sale FAQs » Can s2Member® be translated into other languages?

Hope this helps. :)

Posted: Friday Jul 20th, 2012 at 9:25 am #19834
Eduan
Username: Eduan
Moderator

Hello Lama,

You would simply make sure that all the pages that appear in the menu are protected, and then under Dashboard -› s2Member® -› Restriction Options -› Alternative View Protection you would make sure the Nav Menus option is checked.

Hope this helps. :)

Posted: Friday Jul 20th, 2012 at 9:22 am #19833
Eduan
Username: Eduan
Moderator

I believe so, there shouldn’t be any problem for you doing that, in fact, I think they shall appreciate it. :)

Many users have done reviews and posted them here, and there was no problem.

Hope this helps. :)

Viewing 25 replies - 2,676 through 2,700 (of 3,367 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.