A classified ads/marketplace plugin for NodeBB that allows users to create, manage, and browse marketplace listings within your forum community.
- Dedicated marketplace section in your NodeBB forum
- User-friendly interface for creating and managing listings
- Customizable marketplace settings through the admin panel
- Integration with NodeBB's existing user system
- Responsive design that works on desktop and mobile
-
Install the plugin through the NodeBB Admin Control Panel, or manually:
npm install nodebb-plugin-marketplace
-
Activate the plugin in the NodeBB Admin Control Panel under "Plugins".
-
Restart your NodeBB forum.
- Access the marketplace through the main navigation menu
- Create new listings by clicking the "New Listing" button
- Browse existing listings in a grid or list view
- Contact sellers through NodeBB's messaging system
- Configure marketplace settings in the Admin Control Panel
- Manage listings and moderate content
- Customize marketplace appearance and functionality
Visit the plugin settings page in the NodeBB Admin Control Panel:
- Navigate to
Admin Control Panel -> Plugins -> Marketplace - Configure the following settings:
- Enable/Disable marketplace functionality
- Set permissions for creating listings
- Customize marketplace appearance
To contribute to this plugin:
- Fork this repository
- Clone your fork:
git clone https://github.com/YOUR_USERNAME/nodebb-plugin-marketplace.git
- Create a new branch for your changes:
git checkout -b feature/your-feature-name
- Make your changes and commit them
- Push to your fork and submit a pull request
This plugin is licensed under the MIT License. See the LICENSE file for details.
For support:
- Create an issue in this repository
- Visit our NodeBB Community Forum
Thank you to all the contributors who have helped make this plugin better!
- Initial release
- Basic marketplace functionality
- Admin control panel integration
- User listing management