[3.3][BETA] List Manager

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Suggested Hosts
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
Post Reply
adrianb11
Registered User
Posts: 1
Joined: Sun May 16, 2021 11:19 am

[3.3][BETA] List Manager

Post by adrianb11 »

Extension Name: List Manager
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
If a forum is set as a board, it will display all sub-forums as lists, and all topics displayed under each list as cards. Cards can now be viewed directly from the board manager.

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
Extension Version: 0.1.2

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.
Permissions
  • Administrators
    • List Manager - Can use the List Manager admin feature?:- Can this group change the extension settings?
    Image
  • 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?
Image

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

View Board
  • All sub-forums are displayed as lists.
  • Each list contains all topics in the forums.
Image

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.
Image
Post Reply

Return to “Extensions in Development”