Skip to content
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

Skip/Hide Features page if required by super admin #34

Open
neelakansha85 opened this issue Jul 19, 2016 · 1 comment
Open

Skip/Hide Features page if required by super admin #34

neelakansha85 opened this issue Jul 19, 2016 · 1 comment
Milestone

Comments

@neelakansha85
Copy link
Owner

Allow super admins to hide Features page if required. Requested by a user on support forum.

@neelakansha85 neelakansha85 added this to the 1.5.5 milestone Jul 19, 2016
@neelakansha85
Copy link
Owner Author

neelakansha85 commented Jul 19, 2016

This is a part of Issue 33 which is a broader scope. For now it is possible to hide the Features page starting version 1.5.5.

You can achieve this by modifying below two files:

  1. step3.php as below

<input id="ssw-next-stage" name="ssw_next_stage" type="hidden" value="ssw_finish"/>

  1. ssw_breadcrumb_text.php as below:

/* echo '>'.$steps_name['step4'].'</span> -> <span '; if(isset($finish)) { echo 'class="sww-breadcrumb-selected"'; } */

NOTE: This will be overwritten with every new plugin update since it is kind of hack for now and not implemented as a setting for the plugin. You will have to perform above steps after every plugin update in order to hide Features page from your network.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant