Page 1 of 1

User can making Post when they pay Money

PostPosted: September 28th, 2011, 7:39 am
by makese
hi,

has the plugion the follow feature.

I will that user can do Post and when the pay Money than i can make comments an the post and i can choose is the post public or privat (just for me and the user that have paid).

thanx

Re: User can making Post when they pay Money

PostPosted: October 1st, 2011, 2:28 am
by Cristián Lávaque
s2Member doesn't do that by default, but you can probably customize it.

For the comments, editing the page template to add a conditional for the comments block. WP Admin -> s2Member -> API / Scripting -> Advanced/PHP Conditionals

For posting, editing the s2Member level role, adding the proper capability.
https://wordpress.org/extend/plugins/user-role-editor/
https://codex.wordpress.org/Roles_and_C ... pabilities

I hope that helps.