问题标签 [anchor-cms]

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.

0 投票
12 回答
304871 浏览

php - 未指定输入文件

我正在运行Anchor CMS,并且刚刚升级到 0.8 版。当我尝试运行安装程序时,出现“未指定输入文件”错误。我相信这很可能是 .htaccess 问题,但我不确定正确的设置应该是什么。

我的网站可以在这里找到。

我的 .htaccess 设置为:

如果有帮助,我还将使用 GoDaddy 作为托管服务提供商。

0 投票
1 回答
253 浏览

php - 第 1 行的“日期”列的数据库错误:00'

我刚刚完成了 anchor-cms 的安装,但是当我查看管理页面或主页时,我得到以下输出

这是我的 connection.php 文件

第二个错误

0 投票
2 回答
505 浏览

php - Hiding empty custom field for images with Anchor CMS

The explanation for this line is that Anchor doesn't display the image from the custom field correctly. So I had to add the missing part of the path. It works just fine, but now the problem is that I get horrendous icons on Safari when there is no image fetched in the field image:

May I show this line only when the custom field is populated? And how can I hide custom fields when they are empty?

0 投票
1 回答
242 浏览

php - Modifying the amount of posts visible per page in Anchor CMS

I'm building a site in Anchor CMS and am loving it, all except for the forums being down and their documentation being so light.

I'd like to change the amount of posts that appear on my post page. The documentation states that I just need to change that figure in the config... but where is the config, or where in the config?

0 投票
1 回答
402 浏览

html - 500 内部服务器错误锚点 CMS

只有 index.php 似乎可以工作,一旦单击任何链接,就会出现内部服务器错误。我完全不知所措,有人知道这里发生了什么吗?我也无法访问管理页面。

http://www.helloarchie.blue

内部服务器错误

服务器遇到内部错误或配置错误,无法完成您的请求。

请联系服务器管理员 webmaster@helloarchie.kaye.at 并告知他们错误发生的时间,以及您所做的任何可能导致错误的事情。

服务器错误日志中可能提供有关此错误的更多信息。

此外,在尝试使用 ErrorDocument 处理请求时遇到 500 Internal Server Error 错误。

0 投票
1 回答
587 浏览

php - Anchor CMS:在帖子列表中包含类别 ID

我在 Anchor CMS 主题中有一个普通的帖子页面。帖子列表旁边是一个类别列表,我打算将其用作博客帖子的排序过滤器。根据 Anchor Docs 输出的类别列表如下:

然后,我必须在该列表中的每篇文章或帖子中包含相应的类,如下所示:

请注意,文章类 category-[num] 对应于 div“过滤器”上的数据过滤器。这就是允许排序的原因。

但是,无论我尝试这样做的任何方式,我都会得到双倍的帖子或只是不工作。我曾尝试使用文档中看到的 foreach 语句:

但这会使帖子翻倍,我认为是因为它在一个while循环内?

在数据库中,类别和帖子位于两个单独的表中,但类别 ID 包含在帖子表中。我一直在寻找一种方法来回应这一点,例如article_category_id,但到目前为止没有成功。

如何在帖子列表中包含类别 ID?

0 投票
1 回答
82 浏览

php - 使用 Anchor CMS 在posts.php 页面上显示“0 条评论”文本

我正在使用这个 PHP 在我的主页上显示评论:

函数.php

帖子.php

?>

一切正常,但是当帖子有 0 条评论时,根本不会显示任何文字,而我希望它说“0 条评论”。我对PHP有点业余,所以我需要在这里修改什么吗?

0 投票
1 回答
115 浏览

php - 使用 Anchor CMS 通过“相关帖子”显示草稿和存档帖子

我正在使用 Anchor CMS。

一切都很好,除了标记为“草稿”的帖子仍在网站上的“相关帖子”部分实时显示,但我不知道为什么从我所见,只有已发布的帖子应该显示。

这是我用来在每篇文章底部显示相关帖子的代码:

函数.php

文章.php

0 投票
1 回答
256 浏览

php - 评论表单“成功”消息进入页面顶部,但被固定标题隐藏

当您对博客文章(例如,在http://helloarchie.blue/posts/fashion-friday-6上)提交评论时,页面会刷新并在表单上方显示“成功”消息。

现在我的布局上有一个固定的标题,成功消息显示在它后面,因此用户看不到它,也没有意识到他们的评论已经通过。

我正在使用 Anchor CMS,因此很难找到所有正在使用的 CSS 等,因为它在许多不同的地方使用,但这是我可以找到的与通知相关的 CSS,无论我尝试什么,我似乎都找不到将其推到该固定标题下方。

PHP

PHP

CSS

0 投票
0 回答
64 浏览

php - 使用 AnchorCMS 在每个页面上都有错误

我正在使用 AnchorCMS,并且在每个页面上都收到相同的消息:

我已经看过这篇文章,但它并没有以“干净”的方式解决问题(我认为这只是一种解决方法)。