Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@

This extension adds direct links to various Flarum actions:

- `/login` will redirect to homepage and open the Log In modal
- `/login` will redirect to homepage and open the Log In modal. Additionally, you can pass `?identification=` and `?password=` parameters to pre-fill the login.
- `/signup` will redirect to homepage and open the Sign Up modal
- `/composer` will redirect to homepage and open the new discussion composer box
- `/composer` will redirect to homepage and open the new discussion composer box. Additionally, you can pass `?title=`, `?content=` and `?tag=slug` parameters to define the default values in the editor.

Additionally, you can pass `?title=`, `?content=` and `?tag=slug` parameters to `/composer` to define the default values in the editor.
Useful for share features or bookmarklets.

If you hit `/composer` while logged out, you will be prompted for login.
Expand Down
Loading