Difference between revisions of "Extensions:Forums"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Adding content.)
Tag: 2017 source edit
Tag: 2017 source edit
Line 19: Line 19:
 
Permissions may be set at the forum level and may overflow to the grandchild level - but to be safe, you should set permissions per forum.
 
Permissions may be set at the forum level and may overflow to the grandchild level - but to be safe, you should set permissions per forum.
  
 +
[[File:Example of Placeholder Forums.png|alt=Example of forum.|thumb|Example of forum.]]
  
 
== Usage ==
 
== Usage ==

Revision as of 22:28, 7 March 2021

Forums
Description Forums for your Lorekeeper site.
Author(s) Preimpression
Status Testing
Github extension/forums
LK Version Unspecified
Contains a Migration



This extension was built using Develop and therefore requires Laravel 8 and PHP &.4.

Forums for your site, utilizing the Comments extension by Uri and Newt.

This extension is still in testing and may have bugs. Strongly advise to test on local first.


Installation

  • Pull the branch and merge it into your main branch
  • Run php artisan migrate
  • Run php artisan update-extension-tracker


Configuration

Permissions may be set at the forum level and may overflow to the grandchild level - but to be safe, you should set permissions per forum.

Example of forum.
Example of forum.

Usage

Create Forums in the Admin Panel.

Users' post page from their profile will be visible to logged in users but not guests, due to the permission-checking code.

Forums with no parent forum will be considered Categories and will not show the form to create threads, nor will any threads created in them be visible without the url or in the widget.

Optional: Include this widget in any page (homepage suggested) to include the most recent 5 posts:

@include('widgets._recent_forum_posts')


Troubleshooting

Permissions are a bit janky. If anyone has any suggestions, please let me know.


Planned

  • v.1.1.0 - Allow for locking of individual threads.
  •  ??? - Revise permissions.


See Also

Discord: Uri#2154