walsgit/flarum-discussion-cards
Composer 安装命令:
composer require walsgit/flarum-discussion-cards
包简介
Output of discussions lists in form of cards
README 文档
README
A Flarum extension (Fork of @Dem13n's discussion-cards). Allows you to display discussions in the form of cards, the first image of the first post is used as a preview, if there are no images, a stub is displayed.
This fork makes changes and adds new features where you can now set custom cards settings per tag page (different default image along with number and width of primary cards).
On the index page (all discussions), if a discussion has multiple tags with their own custom image set, the displayed image will be chosen according to these priority rules:
1. The image of the the highest positioned child primary tag of the highest positioned parent primary tag
2. The image of the highest positioned parent primary tag
3. The image of the secondary tag with the lowest id
4. The general default image
For full list of changes & new features, please refer to the CHANGELOG.md file.
📢 IMPORTANT NOTICE
Versions
2.xand up will target Flarum V2.
Versions
1.4.xwill be the final versions targeting Flarum V1. No more new features will be added, but some bug fixes & security updates will still be provided (if necessary) until full support will be dropped sometime before the end of 2026 or early 2027. All future dev efforts will be for versions2.xand up targeting Flarum V2.
🧩 3rd party extensions support
-
Flarum V2
- As of version
2.0.0onlyfof/discussion-viewsis supported. The other extensions that where supported in V1 have yet to be ported for Flarum V2 as of the latest release. Support will be added once they'll be ported or it will be dropped unless an alternative is released.
- As of version
-
Flarum V1
- Until version
1.3.0flarumite/simple-discussion-viewswas supported to show discussion views count on cards (see replacement below) - As of version
1.1.0added support for thev17development/flarum-blogextension. If activated, you can set to use the blog's extension images for blog posts' cards and/or their article summary as preview text on the cards. - As of version
1.2.0added support for theshebaoting/repostextension. If activated, you can set it so that when you click on the cardtitleof a discussion starting with a url, it will open that url, and clicking anywhere else on the card will open the discussion as usual. - As of version
1.3.0added support for themichaelbelgium/flarum-discussion-viewsextension. - As of version
1.4.0added support for thefof/discussion-viewsextension (replacing the abandoned flarumite/simple-discussion-views)
- Until version
🖥️ Console Commands (CLI)
As of version 1.4.0 new CLI commands have been added to manage card images:
php flarum discussion-cards:migrate-images(runs automatically on update).php flarum discussion-cards:purge-imagesto delete unused or all card images from server.php flarum discussion-cards:regenerate-imagesto regenerate card images or generate missing card images. All details on how to use them can be found in the extension's wiki on github (See Documentation in the Links section below or in the Admin Settings Page). You can also add the--helpflag to each command to list options.
🖼️ Screenshots
💬 Languages
The extension is natively in English 🇬🇧 & French 🇫🇷; it's partially translated to other language by the Flarum translation community:
You can help translate it to your language via Weblate: here for Flarum V2 & here for Flarum V1.
🗒️ Notes
- V2 developed and tested on Flarum 2.0.0-rc.1 (first version released
2.0.0). - V1 developed and tested on Flarum 1.8.7 (first version released
1.0.0) and last version1.4.4was developed and tested on Flarum 1.8.16. - As of version
1.4.0it requires a Flarum minimum version of 1.8.0. - Thanks to whomever suggested on Discord to use the tags selection component (sorry, we can no longer access the messages on Discord to mention them properly).
- New settings page inspired by
Friends of Flarum's Best Answer Extension. - Additional tags settings based on
@askvortsov's Discussion Templates Extension. - Developed this with the help of AI (mainly ChatGPT, Gemini & Claude Code using Ollama Cloud models).
📥️ Installation
⚠️ IMPORTANT
if you're installing any version for the first time or are updating from a version older than 1.4.0 you will need to regenerate card images for all existing discussions after activating the extension as it no longer does it in the frontend on page loads (performance issues). You can run
php flarum discussion-cards:regenerate-imagesfirst to regenerate images for the 20 latest discussion (default) or use the button in the admin settings page (click on tools > regenerate images then on the Regenerate 20 latest card images button. Don't forget to add a general and/or tag default images first and if all is OK, you can regenerate card images for ALL discussions using the proper options with the command (see full documentation here)
Install with composer:
composer require walsgit/flarum-discussion-cards
Then to generate card images for your discussion cards, activate the extension and run this command:
# For discussion cards without images (max 20 if no number is specified)
php flarum discussion-cards:regenerate-images -w [Number]
(see full documentation here for more options on the command)
ℹ️ Note that, as of versions 2.0.1 (V2) & 1.4.4 (V1), right after the installation, an automatic command will run to generate card images for the 20 latest, top & newest discussions
↕️ Updating
ℹ️ If you're updating from version
1.3.0or earlier TO version1.4.0or later not that thediscussion-cards:migrate-imagescommand will be automatically run to move and convert old images used for cards to new file structure and format (See changelog of version1.4.0for more details). You will also need to need to regenerate card images if you updating from those older versions (see post installation instruction above)
composer update walsgit/flarum-discussion-cards php flarum migrate php flarum cache:clear
🆕 🔧 Troubleshooting & Support
As of version 2.0.1 (V2) & 1.4.4 (V1) a Debugging Information tools was added to the Tools menu in the Admin Settings Page. You can use it to check how & why a discussion has a specific card image (see what the resolver sees and checks).
Before you post an issue, copy & paste the debugging information from this tools along with your php flarum infooutput and any relevant screen capture.
🔗 Links
walsgit/flarum-discussion-cards 适用场景与选型建议
walsgit/flarum-discussion-cards 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 3.8k 次下载、GitHub Stars 达 3, 最近一次更新时间为 2024 年 11 月 15 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「extension」 「discussion」 「cards」 「flarum」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 walsgit/flarum-discussion-cards 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 walsgit/flarum-discussion-cards 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 walsgit/flarum-discussion-cards 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Fork Off inacho/php-credit-card-validator Because it looks like is not being manteined anymore --- Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
Laravel >=5.6 integration for the PHP Credit Cards package that allows to perform operations on debit and credit cards like format, validate brand, number and Luhn algorithm.
A custom URL rule class for Yii 2 which allows to create translated URL rules
The Yii2 extension uses jQuery jquery.carousel-1.1.min.js and makes image carousel from php array of structure defined.
A Filament-native cards plugin for organizing pages and resources into a card-based navigation hub.
Make posts hidden for visitors.
统计信息
- 总下载量: 3.8k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-11-15