-
Author
-
December 29, 2016 at 22:32 #148317
msrougi
ParticipantId like to hide admins from dating site (today they appear for example in last registered)
Also I’d like to force users to fill the primary form when login, to let their profile full filled.
Also please help me in setup the signup currency to REAL and to allow the user to signup recurrently inserting your credit card number, but with one month free before it get charged (if possible checking the card when signing up but charging only after one month of use).
Thanks a lot.
Thanks a lot.
January 1, 2017 at 23:48 #148451Laura
ModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 4, 2017 at 16:18 #148716Radu
ModeratorHi,
1. To can hide admins from directory add this code: http://pastebin.com/raw/6BN8XVMH to wp-content/themes/sweetdate-child/functions.php
As you can see here: $excluded_user = ‘1’; //comma separated ids of users whom you want to exclude
it’s mentioned that can be added after coma, see the snippet from paste bin and replace those id’s with the id’s of your user admin accounts
Note: Child theme needs to be installed and activated
2. Forcing users to complete the profile fields can be done using this plugin: https://wordpress.org/plugins/bp-force-profile/
3. To can have credit card details when users registers
Just copy this file : /wp-content/plugins/paid-memberships-pro/pages/checkout.php
To this location : /wp-content/themes/sweetdate-child/paid-memberships-pro/pages/checkout.phpChild theme needs to be installed and activated
That’s all, doing this you will have default PMPRO checkout flow
For the first month and free membership check this screenshot
This screenshot has made when I’ve created a new membership.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 4, 2017 at 21:07 #148765msrougi
ParticipantGreat. And if i choose to charge a value for 3 first months, like: R$0,99, and them R$9,99, is it possible to be done automatically also?
By the way, may i work with Brazilian real instead of dollar? How to change it?
Thanks a lot.
January 5, 2017 at 18:35 #148902Radu
ModeratorHi,
I cannot see the currency option in pmpro settings plugin.
Those are pmpro related questions, I recommend you to ask those questions to the pmpro forum support.
https://wordpress.org/support/plugin/paid-memberships-pro
OR
https://www.paidmembershipspro.com/support/Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.