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 - 1,751 through 1,775 (of 3,367 total)
Author Replies
Author Replies
Posted: Friday Oct 19th, 2012 at 12:46 pm #29045
Eduan
Username: Eduan
Moderator

Oh OK, thanks for sharing the solution then. :)

Posted: Friday Oct 19th, 2012 at 11:02 am #29032
Eduan
Username: Eduan
Moderator

Hmm… I would suggest that you try reinstalling s2Member, deleting it and installing it again, be sure to have Deactivation safeguards enabled, however. (Dashboard -› s2Member® -› General Options -› Deactivation Safeguards)

Make sure to delete anything that s2Member creates, which are the following folders:
s2member
s2member-files

Backup any files that you have already uploaded to the s2member-files folder, just so that you can re-upload them later. You can of course skip this if you still have a copy or if there aren’t any important files in there. :)

The s2member-logs folder doesn’t matter, you can leave that one there.

If that doesn’t help, then follow the instructions in this artcile:
Knowledge Base » Resolving Problems with File Downloads

Hope this helps. :)

Posted: Friday Oct 19th, 2012 at 10:55 am #29030
Eduan
Username: Eduan
Moderator

Hello Jakob,

If you use the User Role Editor plugin you should be able to modify s2Member’s roles so that they include the agent role.

Not sure if this would work, I don’t guarantee anything. But it doesn’t hurt to try, make sure to do a backup first though. ;)

Hope this helps. :)

Posted: Friday Oct 19th, 2012 at 10:50 am #29028
Eduan
Username: Eduan
Moderator

OK, so for an inline profile modification page, you would use the following shortcode:
[s2Member-Profile /]

This would make it so that the form appears in the page as part of the page, as content of the page. You would put this in any page that you want the profile modification form BTW.

For a profile modification page that comes up as a popup, which is the method I recommend, you would put the following in the page you want:

<a href="#" onclick="window.open('http://wordpress.eduantech.com/?s2member_profile=1', '_popup', 'width=600,height=400,left=100,screenX=100,top=100,screenY=100,location=0,menubar=0,toolbar=0,status=0,scrollbars=1,resizable=1'); return false;">Modify Profile</a>

This would make a clickable link that when clicked, it will open a new window for editing your profile. Here’s a demo:
Modify Profile

Hope this helps. :)

Posted: Thursday Oct 18th, 2012 at 9:40 pm #28958
Eduan
Username: Eduan
Moderator

No problem. Glad I was able to help. :)

Posted: Thursday Oct 18th, 2012 at 9:24 pm #28953
Eduan
Username: Eduan
Moderator

Hello Deyson,

It has the opposite result. :)

Posted: Thursday Oct 18th, 2012 at 8:30 pm #28948
Eduan
Username: Eduan
Moderator

You would put that in whatever page you want to designate as your profile modification page. :)

Posted: Thursday Oct 18th, 2012 at 8:27 pm #28947
Eduan
Username: Eduan
Moderator

OK, tell me how it goes.

If deactivating everything doesn’t work, then I would suggest you try using the following plugin:
http://wordpress.org/extend/plugins/raw-html/

See if putting the PHP between that plugin’s quotes works better for you. :)

– Eduan

Posted: Thursday Oct 18th, 2012 at 6:43 pm #28939
Eduan
Username: Eduan
Moderator

Actually,

I just now answered his post:
http://www.s2member.com/forums/topic/php-code-to-switch-between-menus-per-level/

Which should have what you need. :)

Posted: Thursday Oct 18th, 2012 at 6:16 pm #28927
Eduan
Username: Eduan
Moderator

Hello Mike,

s2Member doesn’t introduce any Paid Users Only login page, I believe you are referring to the Login Welcome Page, which is the page the users go to after they have logged in.

The login is controlled by WordPress, the login page in your website would be: http://www.petlodger.co.uk/wp-login.php

– Eduan

Posted: Thursday Oct 18th, 2012 at 6:13 pm #28925
Eduan
Username: Eduan
Moderator

Hello Judson,

I’m afraid s2Member can’t control file uploads yet, it can’t restrict anything related to file uploads. Hope this answers your question.

– Edan

Posted: Thursday Oct 18th, 2012 at 6:10 pm #28924
Eduan
Username: Eduan
Moderator

Hello Michelle,

No you can’t achieve this with shortcodes I’m afraid. I believe this is because the PHP opening tags are not correct, they are like this: < ?php[/hilite] when they should be like this: [hilite code]

Posted: Thursday Oct 18th, 2012 at 6:06 pm #28922
Eduan
Username: Eduan
Moderator

No problem, glad I was able to help. :)

Posted: Thursday Oct 18th, 2012 at 6:05 pm #28921
Eduan
Username: Eduan
Moderator

No problem. :)

Yes, if you are going for servers go for Linux, and for computers go for Linux or Mac, either way you will notice a huge difference. lol

Anyway, glad I was able to help. :)

Posted: Thursday Oct 18th, 2012 at 6:02 pm #28919
Eduan
Username: Eduan
Moderator

Hello Jim,

You might be able to achieve this with some custom code, but it isn’t by default with s2Member.

– Eduan

Posted: Thursday Oct 18th, 2012 at 4:22 pm #28903
Eduan
Username: Eduan
Moderator

Hello there,

Yes you would use the following:

<?php
if (current_user_is("s2member_level4")) {
	# Your menu for level 1 here
} elseif (current_user_is("s2member_level3")) {
	# Your menu for level 2 here
} elseif (current_user_is("s2member_level2")) {
	# Your menu for level 3 here
} elseif (current_user_is("s2member_level1")) {
	# Your menu for level 4 here
} else {
	Your menu for non logged-in users here
}
?>

Would that work for you?

Hope this helps. :)

Posted: Thursday Oct 18th, 2012 at 2:26 pm #28887
Eduan
Username: Eduan
Moderator

Hello Judson,

As far as I’m aware, not even WordPress is actually fully compatible with Windows server. So s2Member isn’t either unless WordPress works correctly on it.

Check this question in the WordPress forums: http://wordpress.org/support/topic/what-is-better-to-have-a-windows-hosting-account-or-a-linux-hosting-account

Hope this answers your question. :)

Posted: Thursday Oct 18th, 2012 at 2:22 pm #28885
Eduan
Username: Eduan
Moderator

Hello Jessica,

I think I understand the problem better now. Could you please try changing your theme back to the default WordPress one (TwentyEleven), and see if that solves any of the problems?

Also, could you deactivate all your plugins (all of them, except s2Member) and see if any of the problems are solved?

If any of these worked, then it means that your theme is not compatible with s2Member, or one of your plugins isn’t compatible with s2Member.

– Eduan

Posted: Thursday Oct 18th, 2012 at 2:19 pm #28883
Eduan
Username: Eduan
Moderator

Hello Mikey,

I think you would have to use MOP vars (Membership Options Page variables) in order to achieve this.

Check under Dashboard -› s2Member® -› API / Scripting -› Membership Options Page Variables (MOP Vars) for documentation on them.

Hope this helps. :)

Posted: Thursday Oct 18th, 2012 at 1:59 pm #28879
Eduan
Username: Eduan
Moderator

Hello Jessica,

If I go to http://www.exercisesinthehome.com/wp-login.php?action=register I can see the registration page.

– Eduan

Posted: Thursday Oct 18th, 2012 at 1:16 pm #28873
Eduan
Username: Eduan
Moderator

Great! Glad I was able to help. :)

Posted: Thursday Oct 18th, 2012 at 1:15 pm #28872
Eduan
Username: Eduan
Moderator

No problem. :)

Glad I was able to help. :)

Posted: Thursday Oct 18th, 2012 at 1:02 pm #28867
Eduan
Username: Eduan
Moderator

Hello Mike,

You can check under Dashboard -› s2Member® -› API / Scripting -› Pro Login Widget (via PHP) in the post or page you want to have the login page.

Just remember that you need to have a plugin like PHP Execution installed.

Hope this helps. :)

Posted: Thursday Oct 18th, 2012 at 12:59 pm #28866
Eduan
Username: Eduan
Moderator

Hello Rami,

Have you searched under Dashboard -› s2Member® -› API / Scripting -› PHP/API Constants? You might find what you need there.

Hope this helps. :)

Posted: Thursday Oct 18th, 2012 at 12:54 pm #28862
Eduan
Username: Eduan
Moderator

No problem. :)

Glad I was able to help. :)

Viewing 25 replies - 1,751 through 1,775 (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.