{% extends "layouts/default.html" %} {% block title %}Nicola Ellis & Ritherdon Archive{% endblock %} {% block content %}

Site Settings

Dashboard View Dashboard My Account My Account {% if roles.administrator %} Manage Accounts Manage Accounts {% endif %}

Site Name


Home Page

Only 'Pages' can be used for the Home page. 'Archive Entries' cannot be used because of how the website is designed.

Currently set to: {{settings.home-page}}


Site Logo

Site Logo

Sign-Up

Enabling this setting allows anyone to create account. If this setting is disabled you can still create accounts via the 'Manage Accounts' link above.


Navigation Menu

This is the list of links at the top of the page and is viewable by everyone. The nav. menu can only consist of 'Pages', no 'Archive Entries' can be selected for this menu.

{% for page in pages %}
{% endfor %}

Favicon

A Favicon is the little image in the browser tab. You might need to press 'Shift + F5' if you cannot see the new file.

Favicon

Site-Wide Code Snippet

Enter HTML and JavaScript in the text box below and it will be added to each Page and Archive Entry automatically. The intended use-case for this is adding a snippet provided by Umami to track page views, device types and which country the viewer is in. If you are unsure what any of that means, just ignore this section.


{% if roles.administrator %}

Danger Zone

Be careful here. You can break the website and lose data.

This is a link -- nothing is deleted if you press this. Use this to rename/delete files which are out-of-sync. with the site's database.

Manage files Manage Files

This is a link -- nothing is deleted if you press this. Use this to delete Archive Entries and Pages stored in the database when the files it is tracking cannot be found (another out-of-sync. error).

Delete DB entries Delete Database Entries

If you find Archive Entry thumbnails are no longer loading or you're seeing '404' errors when clicking throught to an Archive Entry, click the button below to re-sync. this website's database with the 'Search Service' database.

This deletes all the User Accounts, Pages, Archive Entries and files you've uploaded to Storage. Use this if you want to wipe the site clean and start again. It, also, clears the 'Search Service' database.

{% endif %}
{% endblock %}