欢迎客人!
• 开始前请阅读社区规则确保您顺利的熟悉本社区。注册用户可以提交资源,如果您有已发布资源的新版本,您可以随时更新版本!
• 文件链接损坏请在文件下方留言,我们将会及时更新来自备份服务器的新链接。如有其它问题请 提交工单 和我们联系!【Telegram 频道】【QQ群:5977983】
• 我们拥有多账户检测系统,对于重复注册我们将采取严厉措施!快速获得积分
-
中国新年将至,本站推出优惠活动。所有用户组都将获得由 HuoNiu 开发的 付费插件 优惠20%活动!如果购买多个插件,将在优惠基础上继续实施5%优惠。本活动将持续一个月!
你正在使用过时的浏览器,可能无法正确显示此网站或其他网站。
你应该升级浏览器或使用其他浏览器。
你应该升级浏览器或使用其他浏览器。
过滤器
仅显示:
Add/Plugins [XenCustomize] Carousel Enhancer
Carousel Enhancer是一款免费插件,它能根据显示的商品数量自动调整商品宽度,从而优化 XenForo 2.3 的轮播布局。
默认情况下,XenForo 将轮播商品以固定的两列(50%)布局显示。当只有一个商品时——例如单个精选商品或正在进行的活动——布局可能会显得不平衡,并浪费宝贵的屏幕空间。
默认情况下,XenForo 将轮播商品以固定的两列(50%)布局显示。当只有一个商品时——例如单个精选商品或正在进行的活动——布局可能会显得不平衡,并浪费宝贵的屏幕空间。
- 🖥️ 当只有一个轮播图项目时,宽度为 100%。
- 🧱 当存在两个或多个项目时,保持 50% 的宽度。
- 🎨使用纯 CSS/LESS
- 🧩遵循XenForo 核心轮播图行为和 UI 标准
- 📅 XenCustomize 事件管理器
- 📰 XenCustomize 新闻发布器
- ⛱️ XenCustomize 假期管理器
- 📦XenForo资源管理器
- 🏆XenAddons 展示
- 🔧任何使用标准 XenForo 轮播图类的第三方插件
Add/Plugins [XenGenTr] Core Library
语言包/Language Xenforo-language 简体中文包
- 作者 oksgo
- 本地化/Language
- 49 下载次数
- 0 ratings
Add/Plugins Limited Guest Viewing Pro - Boost Registrations (fix full)
- 作者 chithanh22
- Add-ons
- 0 下载次数
- 0 ratings
Dramatically increases daily registrations by 100% to 200% or more
Fully featured system to limit the number of content pages your guests can view before being forced to register. It also supports a nag system to warn users that they're on a limited number of views before having to register.
Proven method of increasing forum registrations without negatively affecting SEO or annoying your visitors.
You control how much a visitor can view anonymously before you force them to register!
Features include:
System includes:
Custom Add-ons can be integrated in less than 5 minutes.
Fully featured system to limit the number of content pages your guests can view before being forced to register. It also supports a nag system to warn users that they're on a limited number of views before having to register.
Proven method of increasing forum registrations without negatively affecting SEO or annoying your visitors.
You control how much a visitor can view anonymously before you force them to register!
Features include:
- Cookie-based to ensure SEO/BOT friendly
- Custom theme friendly using default XF CSS notices
- Warn notice and Force Notice are Style Properties for easy customization
- Session-based to force registration
- Set max views allowed
- Set warning screen on/off
- Set number of views before warning shows
- Exclude forums from view counting
- Statistics and Charts
- Exclude Crawlers
- Advanced options
- Granular control over the types of content that count towards view limit
System includes:
- All language in phrases
- Supports multilingual translation
Custom Add-ons can be integrated in less than 5 minutes.
Add/Plugins [DCom] Live Content
- Communication in topics and personal correspondence without reloading the page.
- Transitions between pages via AJAX.
- There are two styles of personal correspondence to choose from.
- Customizable sound alerts.
- Support [DCom] Auto Merge Double Post
Add/Plugins Job System by Olakunlevpn
PHP/Scripts Elengine Theme for Sngine
- 作者 oksgo
- WEB/Scripts
- 4 下载次数
- 0 ratings
PHP/Scripts Streamit Laravel - Movie, TV Show, Video Streaming Platform With Laravel with ChatGPT
- 作者 oksgo
- WEB/Scripts
- 1 下载次数
- 0 ratings
Add/Plugins Svg Template by Xon
根据配置情况,此插件需要 Web 服务器 URL 重写支持!
SVG模板
根据配置,此插件需要 Web 服务器 URL 重写支持!
允许将 SVG(可缩放矢量图形)图像存储为模板。这会在 XF 根目录中创建一个新的 svg.php 文件。
要生成指向 SVG 模板的链接(模板名称必须以 .svg 结尾!)
代码:
{{ getSvgUrl('tempate.svg') }}
在“董事会信息”下,如果设置了“使用完整友好 URL”(useFriendlyUrls),则生成的 URL 为:
代码:
/data/svg/<style_id>/<langauge_id>/<style_last_modified>/<templateName.svg>
否则
代码:
svg.php?svg=<templateName>&s=<style_id>&l=<langauge_id>&d=<style_last_modified>
渲染为PNG格式
将 SVG 渲染为 PNG 需要外部支持,并且根据操作系统的不同,这可能会导致一些奇怪的限制或渲染效果不佳。
php-imagick 支持
如果可以避免,不建议使用Imagick!
Ubuntu(使用https://launchpad.net/~ondrej/+archive/ubuntu/php PPA)
代码:
sudo apt install php7.4-imagick libmagickcore-6.q16-3-extra
sudo systemctl restart php7.4-fpm
注意:某些发行版需要安装 libmagickcore-6.q16-3-extra 才能启用 SVG 支持。
旧版本的 Imagick 对 SVG 的支持较差,而且 Imagick 的安全声誉也不佳。
命令行支持
这是一个通用的应急方案,用于通过 PHP 中的 proc_open 函数实现任意 PNG 格式转换。
使用 proc_open 选项配置渲染:
代码:
<CLI-binary> {destFile} {sourceFile}
{sourceFile} 是以临时文件形式保存的源 SVG 文件,{destFile} 是以临时文件形式保存的目标 PNG 文件。
或者,也可以通过管道进行输入/输出
。注意:模板名称只能是字母数字字符串,在调用 CLI 选项之前会进行验证以强制执行此要求。
resvg CLI 支持
使用resvg v0.35.0+ 的示例,配置CLI - Pipe命令如下:
代码:
/usr/local/bin/resvg --quiet --resources-dir=/tmp/ - -c
使用resvg 的示例,配置 CLI 命令;
代码:
/usr/local/bin/resvg --quiet {sourceFile} {destFile}
预编译二进制文件
预编译的 Linux x86_64 二进制文件已在此处提供。编译于 CentOS 7,可在 Ubuntu 18.04/20.04/22.04 上运行。
编译
编译过程可能会绑定到较新版本的glibc,这可能会导致可移植性问题。
代码:
curl https://sh.rustup.rs -sSf | sh
source $HOME/.cargo/env
cargo install resvg
cp ~/.cargo/bin/resvg /usr/local/bin/resvg
chmod +x /usr/local/bin/resvg
Inkscape CLI 支持
注意:请使用 snap,否则可能会使用过旧的实例!
代码:
sudo snap install inkscape
配置 CLI PIPE 命令;
代码:
inkscape --export-type=png -p
特点
将 SVG 有条件渲染为 PNG(适用于 CSS/LESS)
以下示例展示了如何使用条件 CSS 在移动客户端上优先显示 PNG 图像而不是 SVG 图像。
较少的:
.mod_interrupt--svg.mod_interrupt
{
&--stop
{
&:before
{
content: url({{ getSvgUrl('sv_bbcode_modinterrupt_stop.svg') }}) !important;
}
<xf:if is="$xf.svg.as.png">
.is-tablet &:before,
.is-mobile &:before
{
content: url({{ getSvgUrlAs('sv_bbcode_modinterrupt_stop.svg', 'png') }}) !important;
}
</xf:if>
}
}
在模板中显式使用;
XML:
<xf:if is="$xf.svg.enabled">
<xf:if is="$xf.svg.as.png and $xf.mobileDetect and $xf.mobileDetect.isMobile()">
<img src="{{ getSvgUrlAs('example.svg', 'png') }}"/>
<xf:else />
<img src="{{ getSvgUrlAs('example.svg', 'svg') }}"/>
</xf:if>
<xf:else />
<i class="fa fa-stop" />
</xf:if>
XenForo 2 路由集成
虽然建议使用 Web 服务器重写规则,但此插件支持扩展 XenForo 的路由系统,从而为 SVG 模板提供零配置支持。
Nginx URL 重写配置
代码:
location ^~ /data/svg/ {
access_log off;
rewrite ^/data/svg/([^/]+)/([^/]+)/([^/]+)/([^\.]+\..*)$ /svg.php?svg=$4&s=$1&l=$2&d=$3$args last;
return 403;
}
Apache URL 重写配置
在最终的 index.php 文件之前添加该规则;
代码:
RewriteRule ^data/svg/([^/]+)/([^/]+)/([^/]+)/([^\.]+\..*)$ svg.php?svg=$4&s=$1&l=$2&d=$3 [B,NC,L,QSA]
即,应该类似于;
代码:
# If you are having problems with the rewrite rules, remove the "#" from the
# line that begins "RewriteBase" below. You will also have to change the path
# of the rewrite to reflect the path to your XenForo installation.
#RewriteBase /xenforo
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^data/svg/([^/]+)/([^/]+)/([^/]+)/([^\.]+\..*)$ svg.php?svg=$4&s=$1&l=$2&d=$3 [B,NC,L,QSA]
RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
SVG模板
根据配置,此插件需要 Web 服务器 URL 重写支持!
允许将 SVG(可缩放矢量图形)图像存储为模板。这会在 XF 根目录中创建一个新的 svg.php 文件。
要生成指向 SVG 模板的链接(模板名称必须以 .svg 结尾!)
代码:
{{ getSvgUrl('tempate.svg') }}
在“董事会信息”下,如果设置了“使用完整友好 URL”(useFriendlyUrls),则生成的 URL 为:
代码:
/data/svg/<style_id>/<langauge_id>/<style_last_modified>/<templateName.svg>
否则
代码:
svg.php?svg=<templateName>&s=<style_id>&l=<langauge_id>&d=<style_last_modified>
渲染为PNG格式
将 SVG 渲染为 PNG 需要外部支持,并且根据操作系统的不同,这可能会导致一些奇怪的限制或渲染效果不佳。
php-imagick 支持
如果可以避免,不建议使用Imagick!
Ubuntu(使用https://launchpad.net/~ondrej/+archive/ubuntu/php PPA)
代码:
sudo apt install php7.4-imagick libmagickcore-6.q16-3-extra
sudo systemctl restart php7.4-fpm
注意:某些发行版需要安装 libmagickcore-6.q16-3-extra 才能启用 SVG 支持。
旧版本的 Imagick 对 SVG 的支持较差,而且 Imagick 的安全声誉也不佳。
命令行支持
这是一个通用的应急方案,用于通过 PHP 中的 proc_open 函数实现任意 PNG 格式转换。
使用 proc_open 选项配置渲染:
代码:
<CLI-binary> {destFile} {sourceFile}
{sourceFile} 是以临时文件形式保存的源 SVG 文件,{destFile} 是以临时文件形式保存的目标 PNG 文件。
或者,也可以通过管道进行输入/输出
。注意:模板名称只能是字母数字字符串,在调用 CLI 选项之前会进行验证以强制执行此要求。
resvg CLI 支持
使用resvg v0.35.0+ 的示例,配置CLI - Pipe命令如下:
代码:
/usr/local/bin/resvg --quiet --resources-dir=/tmp/ - -c
使用resvg 的示例,配置 CLI 命令;
代码:
/usr/local/bin/resvg --quiet {sourceFile} {destFile}
预编译二进制文件
预编译的 Linux x86_64 二进制文件已在此处提供。编译于 CentOS 7,可在 Ubuntu 18.04/20.04/22.04 上运行。
编译
编译过程可能会绑定到较新版本的glibc,这可能会导致可移植性问题。
代码:
curl https://sh.rustup.rs -sSf | sh
source $HOME/.cargo/env
cargo install resvg
cp ~/.cargo/bin/resvg /usr/local/bin/resvg
chmod +x /usr/local/bin/resvg
Inkscape CLI 支持
注意:请使用 snap,否则可能会使用过旧的实例!
代码:
sudo snap install inkscape
配置 CLI PIPE 命令;
代码:
inkscape --export-type=png -p
特点
将 SVG 有条件渲染为 PNG(适用于 CSS/LESS)
以下示例展示了如何使用条件 CSS 在移动客户端上优先显示 PNG 图像而不是 SVG 图像。
较少的:
.mod_interrupt--svg.mod_interrupt
{
&--stop
{
&:before
{
content: url({{ getSvgUrl('sv_bbcode_modinterrupt_stop.svg') }}) !important;
}
<xf:if is="$xf.svg.as.png">
.is-tablet &:before,
.is-mobile &:before
{
content: url({{ getSvgUrlAs('sv_bbcode_modinterrupt_stop.svg', 'png') }}) !important;
}
</xf:if>
}
}
在模板中显式使用;
XML:
<xf:if is="$xf.svg.enabled">
<xf:if is="$xf.svg.as.png and $xf.mobileDetect and $xf.mobileDetect.isMobile()">
<img src="{{ getSvgUrlAs('example.svg', 'png') }}"/>
<xf:else />
<img src="{{ getSvgUrlAs('example.svg', 'svg') }}"/>
</xf:if>
<xf:else />
<i class="fa fa-stop" />
</xf:if>
XenForo 2 路由集成
虽然建议使用 Web 服务器重写规则,但此插件支持扩展 XenForo 的路由系统,从而为 SVG 模板提供零配置支持。
Nginx URL 重写配置
代码:
location ^~ /data/svg/ {
access_log off;
rewrite ^/data/svg/([^/]+)/([^/]+)/([^/]+)/([^\.]+\..*)$ /svg.php?svg=$4&s=$1&l=$2&d=$3$args last;
return 403;
}
Apache URL 重写配置
在最终的 index.php 文件之前添加该规则;
代码:
RewriteRule ^data/svg/([^/]+)/([^/]+)/([^/]+)/([^\.]+\..*)$ svg.php?svg=$4&s=$1&l=$2&d=$3 [B,NC,L,QSA]
即,应该类似于;
代码:
# If you are having problems with the rewrite rules, remove the "#" from the
# line that begins "RewriteBase" below. You will also have to change the path
# of the rewrite to reflect the path to your XenForo installation.
#RewriteBase /xenforo
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^data/svg/([^/]+)/([^/]+)/([^/]+)/([^\.]+\..*)$ svg.php?svg=$4&s=$1&l=$2&d=$3 [B,NC,L,QSA]
RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
付费/Paid [DigitalPoint] App for Cloudflare® 简体中文包
- 作者 oksgo
- 💲销售/File sales
- 0 下载次数
- 0 ratings
付费/Paid Sngine – PHP 社交网络平台 简体中文语言包
- 作者 oksgo
- 💲销售/File sales
- 4 下载次数
- 0 ratings
Add/Plugins Mitch-Seasonal Effects Hub
使用 Mitch Seasonal Effects 插件,将您的 XenForo 论坛变成沉浸式、动态的体验——这款终极节日氛围增强插件,让您的论坛焕然一新。自动庆祝重要节日,呈现精美的浮动动画、自定义主题和视觉叠加层……当没有节日活动时,插件会自动切换到每个用户的实时本地天气效果。
这款插件轻巧、优化,并可与所有主题完美融合。
🎉 ✨节日特效
:每个节日都包含独特的动画图像效果、可选的文字祝福和氛围叠加层:
❤️情人节:
多种风格的浮动爱心;
🍂感恩节:
美丽的落叶;
🎃万圣节:
动画飞行蝙蝠 + 诡异的发光叠加层;
🎆新年:
烟花绽放和闪耀的氛围;
🐣复活节:
浮动彩蛋和柔和的氛围;
🍀圣帕特里克节:
三叶草、帽子、硬币;
🇺🇸7 月 4 日:
爱国主义浮动图标和主题灯光。
💀亡灵节:
万寿菊、蜡烛、骷髅头、主题光晕。
🇨🇦加拿大国庆日:
红白氛围的动态枫叶。🎖
退伍军人节:
庄严的爱国符号。
🧧农历新年:
灯笼、红包、金色图标。
🪔排灯节:
灯笼、彩绘图案、暖光叠加层。
🌙开斋节:
新月、灯笼、清真寺图标。
🏳️🌈骄傲月:
彩虹图标和柔和的多色叠加层。
🎨自定义节日栏位:
管理员可以上传和配置自己的 3 张图片、自定义节日名称以及可选的 CSS。🌦
新增:动态实时天气效果(测试版):
当没有激活的节日时,该插件会根据用户的位置(需获得许可)使用 OpenWeather API 自动显示用户的实时天气。
支持的天气效果:
✔ 雨 – 动态雨滴
✔ 雪 – 飘落的雪花
✔ 雾 – 翻滚的大气雾气
✔ 云 – 飘动的云朵
✔ 晴空 – 旋转的阳光
✔ 夜间支持 – 大气自动调整
叠加层还会显示一个小型天气标签:
例如:
41° · 多伦多 · 小雪
此功能完全可选,可在管理控制面板 (ACP) 中切换。
⚙️管理控制面板功能:
✔ 可上传图片
✔ 自定义文本
✔ 自定义 CSS 注入
天气叠加层设置
✔ 启用/禁用
✔ 输入 OpenWeather API 密钥
✔ 自动使用公制或英制单位(由您选择)
🧩性能与兼容性
超轻量级动画
这款插件远不止简单的飘雪效果——它提供了一个完整的季节性系统,包含智能备用天气效果、节日自动化、灵活的自定义选项以及专业品质的动画,让您的论坛充满活力。
这款插件轻巧、优化,并可与所有主题完美融合。
🎉 ✨节日特效
:每个节日都包含独特的动画图像效果、可选的文字祝福和氛围叠加层:
❤️情人节:
多种风格的浮动爱心;
🍂感恩节:
美丽的落叶;
🎃万圣节:
动画飞行蝙蝠 + 诡异的发光叠加层;
🎆新年:
烟花绽放和闪耀的氛围;
🐣复活节:
浮动彩蛋和柔和的氛围;
🍀圣帕特里克节:
三叶草、帽子、硬币;
🇺🇸7 月 4 日:
爱国主义浮动图标和主题灯光。
💀亡灵节:
万寿菊、蜡烛、骷髅头、主题光晕。
🇨🇦加拿大国庆日:
红白氛围的动态枫叶。🎖
退伍军人节:
庄严的爱国符号。
🧧农历新年:
灯笼、红包、金色图标。
🪔排灯节:
灯笼、彩绘图案、暖光叠加层。
🌙开斋节:
新月、灯笼、清真寺图标。
🏳️🌈骄傲月:
彩虹图标和柔和的多色叠加层。
🎨自定义节日栏位:
管理员可以上传和配置自己的 3 张图片、自定义节日名称以及可选的 CSS。🌦
新增:动态实时天气效果(测试版):
当没有激活的节日时,该插件会根据用户的位置(需获得许可)使用 OpenWeather API 自动显示用户的实时天气。
支持的天气效果:
✔ 雨 – 动态雨滴
✔ 雪 – 飘落的雪花
✔ 雾 – 翻滚的大气雾气
✔ 云 – 飘动的云朵
✔ 晴空 – 旋转的阳光
✔ 夜间支持 – 大气自动调整
叠加层还会显示一个小型天气标签:
例如:
41° · 多伦多 · 小雪
此功能完全可选,可在管理控制面板 (ACP) 中切换。
⚙️管理控制面板功能:
- 季节性系统的全局切换
- 每个节日都可以开启/关闭
- 选择效果样式(雪的变体等)
- 可调节动画强度:
- 低、
- 中、
- 高
✔ 可上传图片
✔ 自定义文本
✔ 自定义 CSS 注入
天气叠加层设置
✔ 启用/禁用
✔ 输入 OpenWeather API 密钥
✔ 自动使用公制或英制单位(由您选择)
🧩性能与兼容性
超轻量级动画
- 非阻塞式 JavaScript
- 完全响应
- 式 适用于所有现代浏览器
- 兼容所有 XenForo 样式
- 无需编辑模板
- 零数据库负载
- 用户可自行控制地理位置权限
这款插件远不止简单的飘雪效果——它提供了一个完整的季节性系统,包含智能备用天气效果、节日自动化、灵活的自定义选项以及专业品质的动画,让您的论坛充满活力。
加载更多