Add session to public pages
Find a file
2024-12-31 10:52:35 +00: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 fix permissions readable name 2024-12-31 10:49:23 +01:00
_define.php release 0.2 2024-12-31 11:51:40 +01:00
CHANGELOG.md release 0.2 2024-12-31 11:51:40 +01:00
dcstore.xml Update dcstore.xml 2024-12-31 10:52:35 +00:00
LICENSE release 0.1 2024-12-31 02:37:37 +01:00
README.md oops 2024-12-31 02:51:33 +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

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 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.