Author: AdrianB11
Extension Description: This is a phpBB extension that allows you to convert forums or categories into boards for use as a task/project manager.
Each sub-forum is classed as a list and topics classed as cards.
- Forum or Category = Board
- Sub-Forums = Lists
- Topics = Cards
Currently, cards can only be viewed and any replies need to be made in the actual topic directly. Replies from within a card will be added in a future update.
BBCodes, attachments, smilies, and signatures are all displayed as though the topic was viewed directly.
Future:
- Create new card(topic) from board view
- Add new reply to card within card view
- Display polls
- Edit first post in card
- Add card labels and display in board and card view
Requirements: phpBB3.2 >
Extension Download: https://github.com/adrianb11/phpbb_list ... v0.1.2.zip
GitHub: https://github.com/adrianb11/phpbb_listmanager/
User Guide:
Settings
- In the ACP, view the extensions configuration page Extensions -> List Manager Module.
- Is the module enabled? - Yes / No - Sets whether the module is enabled or not. Setting to Yes will show any boards created and display the List Manager CP navbar link.
- Administrators
- List Manager - Can use the List Manager admin feature?:- Can this group change the extension settings?
- Group Permissions:-
- List Manager - Can manage boards?:- Can this group access the List Manager CP?
- List Manager - Can add boards?:- Can this group create new boards?
- List Manager - Can delete boards?:- Can this group remove boards?
- List Manager - Can view boards?:- Can this group view boards?
List Manager CP
- Manage Current Boards
- Displays all boards which have been created. Action column has buttons to view board which will take you directly to the forum, and a delete board button.
- Create New Board
- A select box is displayed with all forums/categories in a list. Selecting an entry and submitting will add the selected forum/category as a new board.
View Board
- All sub-forums are displayed as lists.
- Each list contains all topics in the forums.
View Card
- Clicking on a card will display a new element with the topic contents.
- Clicking outside of the new element will close it and return to the board.