New LittleLink Custom release (version 2.4.8)
If you already own an instance of LittleLink Custom, download the update file below.
New additions:
- Added email verification
- Changed update server
- Added 'no Page URL' notice
- Made update notification optional
- Added event notification
- Added hide event option
- Bug fixes
- Minor changes
- Added option to disable footer
- Added Credit Footer
- Added option to disable Credit Footer
Added email verification
Added email verification after user registration. After a user registered, an email is sent to the email used to sign up. The mail contains a verification link which is required to complete the registration process.
This feature can be turned off in the Admin Panel under: Admin>Config by changing the setting "Register_auth" from "verified" to "auth".
Read more about this on the Blog here
Changed update server
Changed the update server URL to the version.json hosted on GitHub.
Added 'no Page URL' notice
Added a notice if a user tries to view their page without having a Page URL set on the User Panel.
Made update notification optional
Made the update notification optional (turned on by default) this setting can be changed in the config under Admin>Config on the Admin Panel.
Added event notification
Added an event notification. This feature is optional and can be turned off in the config. This feature notifies admins about important things like possible security vulnerabilities and community polls. Can be turned off in the config in the Admin Panel (Admin>Config).
Read more about this feature on the Blog here
Added hide event option
Added option to hide Events. Next to all event notifications, an "X" will now be displayed, which hides the notification if clicked until a new event notification is shown. This works by setting a cookie with the ID of the event notification. Learn more about this on the Blog post here
Added option to disable footer
The footer shown on most public pages can be disabled in the Admin Panel under: Admin>Config by changing DISPLAY_FOOTER
from true
to false
Added Credit Footer
Added Credit footer that displays at the bottom of some pages and links to the LittleLink Custom Home Page with a nice hover animation.
Added option to disable Credit Footer
If you do not wish to display the above-mentioned Credit Footer, you can disable it in the Admin Panel under: Admin>Config by changing DISPLAY_CREDIT
from true
to false