popi33370
Forum Replies Created
-
Is it possible for you to develop a very simple custom code to call from a post that does :
– reads from user database WP login + s2member address
– displays them within a googlemap frameFor “open registration”, requests are immediatly validated.
Is there a way, or a feature, to have a very simple workflow like :
– open registration submissions are queued waiting for validation
– the admin receives a mail for each submission including 2 links : one for validating the submission, one to reject the submissionThanks
+ the way to have a validation process of new registrations to cancell bad ones ?
Thanks for your helpIt’s what I fear.
Is it possible to plan a near future short development to provide this feature like a checkbox or a shortcode to say this post/page should not respect global policy to be readable by visitors ?
Exactly like any basic security feature as firewalls with “deny all” followed by “authorize this” ?
This should add a simple but powerfull feature to s2member.
Regards
PaulFinally I found the solution removing alternative views protection.
Forum: Plugins
In reply to: [WP-PageNavi] navigation in posts and not at bottom of pageI went back to the previous loop.php before installing the plugin, then I replaced
<?php wp_link_pages( ... ); ?>
by<?php wp_pagenavi( array( 'type' => 'multipart' ) ); ?>
as explained and i got the same result !!loop.php is the only file I modified.
Forum: Plugins
In reply to: [Theme My Login] cannot get enroll link on login pageand sometimes got twice the login module on the home page :
https://afmb.fr/wp/twice_login.jpg
to get a screen copy of this event
and https://afmb.fr/wp/widget_config.jpg
thanks