Skip to content

Instantly share code, notes, and snippets.

@nd3w
Last active October 18, 2024 02:47
Show Gist options
  • Save nd3w/24e31887aa45d7c1675bfa0a3c009385 to your computer and use it in GitHub Desktop.
Save nd3w/24e31887aa45d7c1675bfa0a3c009385 to your computer and use it in GitHub Desktop.
Disabling SLiMS v9.6.1 Member Section

How to Disable SLiMS v9.6.1 Member Section (Redirect to Home)

Backup your SLiMS directory first.

File /template/default/index_template.inc.php

Line number 42, change:

include 'parts/_member.php';

to:

include 'parts/_home.php';

File /template/default/parts/_navbar.php

To erase the navigation link, delete from line number 87 to 120.

File /template/default/parts/footer.php

To erase the link in footer, delete line number 42.

File /template/default/detail_template.php

To erase the link with comment section in book's detail, delete from line number 144 to 149.

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