-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
custom form fields #84
Comments
Actually we don't have any solution putting custom Local RemedyWhat we can suggest most, is: you can put the following code in your theme's /**
* Remove s2Member Custom Fields from NanoSupport
* @link https://wordpress.stackexchange.com/a/240930/22728
*/
function my_custom_remove_s2member_custom_fields()
{
$ns_general_settings = get_option( 'nanosupport_settings' );
if (is_page($ns_general_settings['submit_page'])) {
remove_action('register_form', array('c_ws_plugin__s2member_custom_reg_fields', 'custom_registration_fields'), 10);
}
}
add_action('register_form', 'my_custom_remove_s2member_custom_fields', 9); |
ok I have some alternative, if you can tell me how to achieve these.
|
You can disable embedded login/registration from NanoSupport Settings. Then you can use any registration system you want. Default feature: only logged in users can see tickets as NanoSupport tickets are by core
Uhun, Ticketing is the base feature of NanoSupport. You can enable/disable Knowledgebase, but can't disable ticketing system. |
On Mon, 26 Aug 2019 at 03:44, Mayeenul Islam ***@***.***> wrote:
HIDE tickets unless user is logged, then I can force registration via
S2member first.
You can disable embedded login/registration from NanoSupport Settings.
Then you can use any registration system you want. Default feature: only
logged in users can see tickets as NanoSupport tickets are by core private
.
the problem with this is that user can still submit ticket, but it simply
fails because they are not logged in, which is confusing.
… DISABLE tickets and only use knowledgebase, then I will use external
ticket system.
*Uhun*, Ticketing is the base feature of NanoSupport. You can
enable/disable Knowledgebase, but can't disable ticketing system.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#84?email_source=notifications&email_token=AAJ3VUFWIFNGFXLBRQW7IU3QGM7QPA5CNFSM4IPHX5ZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5DDM2Y#issuecomment-524695147>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAJ3VUDSXOR4OUJGF2IOCRTQGM7QPANCNFSM4IPHX5ZA>
.
--
Russ Michaels
IT Jedi Master
phone: 01843 808480 <441843808480>
website: michaels.me.uk
email: [email protected]
<https://www.facebook.com/russmichaelsconsulting/>
<https://twitter.com/russmichaels>
<https://www.linkedin.com/in/russmichaels/>
[image: skype:russmichaels?chat]
IMPORTANT: The contents of this email and any attachments are confidential.
It is strictly forbidden to share any part of this message with any sith
lord or member of the galactic empire, without a written consent of a
member of the Jedi Order. If you received this message by mistake, please
use the force to let me know or contact your local Jedi Council
representative.
|
Understood your point. I think I understood what to do to resolve this. |
Ideally, it should be 2 options.
|
I am using s2member plugin on my site, and want to use nano support as well.
But it is making a mess of the custom fields from s2member. Is there any way to fix this?
https://foodbooking.uk/submit-ticket/
The text was updated successfully, but these errors were encountered: