Add session to public pages
Find a file
2024-12-31 02:44:04 +01:00
.github/workflows release 0.1 2024-12-31 02:37:37 +01:00
default-templates/dotty release 0.1 2024-12-31 02:37:37 +01:00
src release 0.1 2024-12-31 02:37:37 +01:00
_define.php release 0.1 2024-12-31 02:37:37 +01:00
CHANGELOG.md release 0.1 2024-12-31 02:37:37 +01:00
dcstore.xml Update dcstore.xml 2024-12-31 01:38:28 +00:00
LICENSE release 0.1 2024-12-31 02:37:37 +01:00
README.md cleanup readme file 2024-12-31 02:44:04 +01:00
TODO.md release 0.1 2024-12-31 02:37:37 +01:00

README

Release Date Dotclear Dotaddict License

ABOUT

FrontendSession is a plugin for the open-source web publishing software called Dotclear.

Allow session on frontend.

REQUIREMENTS

  • Dotclear 2.33
  • PHP 8.1+
  • Dotclear admin permission for configuration
  • Dotclear contentadmin permission for management
  • System writable directory on public path to store picture
  • Note: it also creates dedicated database tables

USAGE

First install FrontendSession, manualy from a zip package or from Dotaddict repository. (See Dotclear's documentation to know how do this)

Once it's done you can manage FrontendSession option from from blog preferences.

There are templates for public page. These template is adapted to default Dotclear's theme. If you want to create your own template for your theme, copy files from FrontendSession/default-templates to your theme tpl path and adapt them.

This plugin only manage sign in and session on public pages, nothing more. Users must exist on Dotclear's database and have rights permissions. Features enabled by session must be done by others plugins.

CONTRIBUTORS

  • Jean-Christian Denis (author)

You are welcome to contribute to this code.