问题标签 [punbb]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
.htaccess - How to make a web app appear at the root of the site?
I have a bulletin board (punBB based) that I was running out of the root directory for a couple of years. I foolishly decided to do a little gardening and in the process moved the punbb code into it's own subdirectory. The code works great; as long as you point the browser at the new subdirectory. The issue is that the users expect to see it at the root...
I tried an index file in the root that had the following:
But that didn't seem to do the trick. So, I tried using the "damn cool voodoo" of mod_rewrite in .htaccess but I can't seem to figure out the right combination of rules to make it work.
Here is what I would like to make happen:
User enters:
Browser displays:
or
Is this possible, or should I just move the code base back into the root?
php - FluxBB 与 PunBB
这有点像肥皂剧,但在 PunBB 被商业实体收购后,FluxBB 显然是从 PunBB 分叉出来的。有没有人对目前哪个更好,哪个前景更光明有任何可靠的意见?我通常更喜欢只有核心功能的精简软件。
php - SQL-如何提取不重复的论坛主题?
在我网站的主页上,我想显示论坛的最新帖子,但我不想两次显示相同的主题。如何修改下面的代码来做到这一点?
http://punbb.informer.com/wiki/punbb13/integration#recent_10_posts
基本上显示最新帖子,但每个论坛主题/线程仅显示一次。
forum - 简单的论坛软件?
我正在寻找极其简单的论坛软件。
仅允许用户创建帐户、发布帖子以及让用户对该帖子发表评论的东西。
没有 HTML,没有用户配置文件,没有私人消息,没有臃肿。只是用于简单发布的软件。允许用户创建帐户的几乎边缘博客软件。
我查看了以下软件,它们具有比我想要的更多的特性、功能和臃肿:
- bbPress(关闭,但更简单......从最新的开发帖子中,显然 bbPress 正在被放弃用于 WordPress 插件)
- 香草
- SMF
- PunBB / FluxBB
- phpBB
有谁知道任何好的简单的论坛软件?
更新
我刚刚找到了一个非常简单的示例论坛。这是Street Easy 的论坛。我很想知道他们使用的是什么下划线软件。这几乎正是我想要的。我唯一要删除的是它具有“类别/标签”。我不需要那个。如果可以删除类别/标签,功能 - 这正是我想要的。
更新 2
仍然没有答案:(
php - PunBB 还是 FluxBB?
我正在寻找一些关于选择 FluxBB 而不是 PunBB 的客观建议,反之亦然。我需要轻量级但功能强大的论坛。请你能告诉我每一种的优缺点吗?
php - 变量前面的 & 符号是什么意思?
我正在“剖析”PunBB,它的功能之一是检查 BBCode 标记的结构并在可能的情况下修复简单的错误:
变量&
前面的是什么意思?$error
php - PunBB 检查是否是首页
PunBB 上有 is_front() 函数吗?我有一些首页特定项目。我该如何放置它们?谢谢!
javascript - 是否有像 punbb/phpbb 这样的 nodejs 论坛引擎?
我已经用谷歌搜索/搜索了 npm,并且惊讶地发现在 nodejs 之上没有任何 punbb/phpbb 论坛引擎。
如果你知道,请分享一个链接到
javascript - Jquery/PunBB 用字符串替换数字
在 Forumotion 上使用 PunBB 的想法是使用 Points 系统将显示的点数替换为一串文本。使用 span 类,我首先在代码周围定义了一个类“honorpoints”,显示用户拥有的点数。
在论坛上使用该代码时,它将根据用户的积分在用户名旁边显示一个数字。以下 jQuery 代码是我试图用来替换数字的代码。
但是,这没有任何作用,并且数字仍然存在。它应该将 UserA : 234 和 UserB : 571 替换为 UserA : rank 1 和 UserB : rank 2 。但是,当在 jsFiddle 上使用并且仅使用数字而不是 {postrow.displayed.profile_field.CONTENT} 代码时,该代码确实有效. 帮助表示赞赏!
php - PunBB 1.4 额外/附加配置文件字段
我想在用户的个人资料中添加一个额外的字段,并且我希望该字段在注册表单中可见。
我启用了注册审批,所以这个字段必须先添加到用户的临时表中,然后在审批后复制到主“用户”表中,这样用户才会被注册。
如何插入额外的字段?
任何帮助都感激不尽!