0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

BaserCMS テーマ 「Pages』 ディレクトリPathの変更

Posted at

BaserCMS テーマ 「Pages』 ディレクトリPathの変更

BaserCMSテーマの固定ページを管理するPagesディレクトリが

Pathの変更になったことを書きたいと思います。

環境

BaserCMS : 4.0.8 (公式サイト)

問題発生

froide.png

Path: froide/theme/Pages/xxx.php

テーマにあるPagesのFileが認識できない問題がありました!

原因を聞いてみると 『Pathの変更がありました!』 の答えを聞きました。

テーマフォルダ構造 (公式)

Name 役割
/Blog/ ブログプラグイン部分に関わるファイル群が入ります。
/Config/ テーマブートストラップの為のファイルや、テーマの初期データ群が入ります。
/css/ CSSファイルが入ります。
/Elements/ エレメントファイルが入ります。
/Feed/ フィードプラグイン部分に関わるファイル群が入ります。
/Helpers/ テーマ内で利用できるヘルパーやフックのためのファイルが入ります。
/img/ 画像ファイルが入ります。
/js/ javascriptファイルが入ります。
/Layouts/ レイアウトテンプレートが入ります。
/Mail/ メールプラグイン部分に関わるファイル群が入ります。
/Pages/ 固定ページファイルが入ります。
VERSION.txt テーマのバージョン情報ファイル。
config.php テーマの各種情報ファイル。
screenshot.png 管理画面で表示するスクリーンショット画像。

解決方法

修正Path: app/View/Pages/

froide2.png

Viewの中にあるPagesディレクトリへ入れたら正常に反映ができます!

固定ページのContent()内容を修正したい場合

teplate.png

固定ページのContent()内容を修正したい場合

詳しい内容は上のLinkにあります。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?