Boardify is a custom Drupal 10 module for creating and managing community notices.
Clone or download the Boardify module and place it in the modules/custom
directory of your Drupal installation.
cd modules/custom
git clone https://github.com/shivani037v/boardify.git
- Go to Extend.
- Find "Boardify" in the list.
- Check the box next to it.
- Click Install.
drush en boardify -y
- Go to Configuration > Performance.
- Click Clear all caches.
drush cr
- Go to Structure > Content types > Add content type.
- Name it "Notice".
- Add fields such as Title, Body, and any other relevant fields.
- Save the content type.
- Go to Content > Add content.
- Select Notice.
- Fill in the required fields (e.g., Title, Body).
- Save the notice.
Navigate to /community-notices
on your site to view the list of community notices.
Example URL: http://your-drupal-site/community-notices
- 404 Error: Ensure the module is enabled and clear Drupal cache.
- Access Issues: Verify permissions for accessing content.
Contributions are welcome! Please open an issue or create a pull request for any improvements or bug fixes.