Questions tagged [anchor-cms]

Anchor CMS is a lightweight blog system

Useful links

  1. Official website: http://anchorcms.com/
  2. Documentation: http://anchorcms.com/docs
  3. GitHub: https://github.com/anchorcms
18 questions
45
votes
13 answers

No input file specified

I'm running Anchor CMS and I just upgraded to version 0.8. When I try and run the installer I get a 'No input file specified' error. I believe it's more than likely a .htaccess problem but I'm not sure what the correct settings should be. My site…
Cole Roberts
  • 954
  • 3
  • 15
  • 25
3
votes
1 answer

How to change themes in Anchor CMS?

Say I have two themes in themes folder, default and custom. I know I can switch my current theme to be custom by renaming the folder to default and the original default folder to something other than default. But is there a way to actually…
Prashant Ghimire
  • 4,890
  • 3
  • 35
  • 46
1
vote
1 answer

How to remove a word from the URL with .htaccess?

I want to redirect blog.byperte.com/blog/article to blog.byperte.com/article. The blog is built on Anchor CMS and has the following .htaccess file: Options -indexes RewriteEngine On RewriteBase / # Allow any files or…
perte
  • 271
  • 2
  • 3
  • 16
1
vote
0 answers

Installing Anchor-CMS without Composer

I need to install anchor-cms-0.12.1 without using composer in my Ubuntu system. It's showing: "We were unable to run composer our selves. Please run "composer install" from the command line to install Anchor. If you do not have composer…
spuri
  • 3
  • 3
1
vote
0 answers

Amend URL of custom fields in Anchor CMS

So, I've recently set up a CDN for my website and have been going through and amending all of the URLs. I need to amend every occurrence of http://helloarchie.blue/ to http://helloarchie.helloarchie.netdna-cdn.com/. So far so good, except there's…
Kaye Huett
  • 61
  • 9
1
vote
1 answer

Can't get Anchor CMS rewriting to work

I'm currently attempting to install Anchor CMS on my Apache server. I have successfully deployed it to the server. That is, when I go to www.domain.com, I am greeted with the default-themed front page and a test post :) However, if I try to click…
CodingBeagle
  • 1,888
  • 2
  • 24
  • 52
1
vote
0 answers

Have an error on every page using AnchorCMS

I am using AnchorCMS and I am getting the same message on every page: Uncaught Exception Undefined offset: 6 Origin on line 90 Trace #0 [internal function]: System\Error::shutdown() #1 {main} I have already seen this post but it does not fix the…
Skyost
  • 1,429
  • 1
  • 16
  • 31
1
vote
1 answer

Drafts and Archived posts are showing through 'Related posts' using Anchor CMS

I'm using Anchor CMS. Everything works great except posts that are labelled 'Draft' are still showing live on the site in the 'Related posts' section, yet I have no idea why as from what I can see, only published posts should show up. This is the…
Kaye Huett
  • 61
  • 9
0
votes
1 answer

What anchor cms version page contains?

Who can help me, with what the page version contains? https://anchorcms.com/version i found the link in update.php /** * Holds the AnchorCMS update check URL */ const UPDATE_URL = 'https://anchorcms.com/version';
0
votes
1 answer

Adding Anchor CMS blog section to existing html/bootstrap website

I have successfully installed and ran the Anchor CMS and now I am trying to add it to my existing company website. I have a navbar menu and would like to link the Blog posts section, so that when the menu item is clicked, the user is redirected. I…
Di2335
  • 1
  • 1
0
votes
1 answer

Comment form 'success' message goes to top of page but is hidden by fixed header

When you submit a comment on a blog article (for example, on http://helloarchie.blue/posts/fashion-friday-6), the page refreshes with a 'success' message above the form. Now that I have a fixed header on my layout, the success message is showing…
Kaye Huett
  • 61
  • 9
0
votes
1 answer

Show '0 comments' text on posts.php page using Anchor CMS

I'm using this PHP to show the comments on my homepage: Functions.php function tootsweet_article_total_comments() { return Comment::where('post', '=', article_id()) ->where('status', '=', 'approved') ->count(); } Posts.php
Kaye Huett
  • 61
  • 9
0
votes
1 answer

Anchor CMS: Including category ID in post list

I have a normal posts page in an Anchor CMS theme. Beside the posts list is a category list, which I am intending to use as sorting filters for the blog posts. The category list has been output as follows, based on the Anchor Docs:
0
votes
1 answer

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…
invot
  • 533
  • 7
  • 30
0
votes
2 answers

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…
Marc
  • 35
  • 1
  • 7
1
2