インストール

・admin toolsとのコンフリクトがあって、インストールがデータベースのsyncのところで止まる。一旦admin toolsを止めるとインストールできる。

 

設定

・ツールバーがモジュールになっている。消したければ、モジュールを止めるか、メニューに表示しなければよい。

・ブログページのURLは、「メタタグ」の「パーマリンク」で設定出来る。通常シンプルでいいと思う。ユニコードをオンにしておけば、日本語URLを使えるので、SEO上有利ではないか。各パーマリンクは、各記事で設定出来る。

・「カスタムフィールド」でグループとフィールドを設定し、カテゴリとアサインすることによって、カタログの様な使い方が出来る。

 

 

新規投稿が出来ない場合の対処法

An error has occurred.
400 Unable to store post.

と表示されて、新規投稿が出来なくなることがある。これは、古いバージョンのEasyblogからEasyblog6にアップデートしたときに起こる。

対処法は、データベースの補正で出来る。

In SQL Database there is a table "`#__easyblog_post"
In this table there is a field "document" that doesn't have a default value for "Standard"
Go to edit this value in your database and choose "Null" from the value popup, then save.
Voila, after that you should be able to post again in backend and frontend.

https://forum.joomla.org/viewtopic.php?t=1008141#p3741581

 

 

EasyBlogをほかのJoomla!サイトに移植する方法

EasyBlogはデータベースと画像をコピーし、最新版を入れることで、比較的簡単に移植できる。

Before migration, please ensure that you:

  • Have already performed a backup of both the sites before performing any operation

  • Migrated all users from the original site into the new site. All user ids on the new site needs to be the same as the origin site

Migration Steps

  1. Open up phpMyAdmin navigate to your current site's database.

  2. In phpMyAdmin, export the tables that has the prefix of #__easyblog_*. Then, download the sql file and save it on your desktop.

  3. If the database prefix on the new site is the same as the origin site, you may skip this step.

    If the new site uses different database prefix, you will need to edit the sql file and perform a search and replace of the database prefix accordingly.

  4. Open up phpMyAdmin and navigate to the new site's database.

  5. Click on the Import link at the top. Browse for the sql file that was exported and click the run import button.

  6. Install the latest version of EasyBlog on your new site

  7. Copy over the images and medias files associated with EasyBlog (e.g. the /images/easyblog_avatar, /images/easyblog_images, /images/easyblog_shared, and the /media/com_easyblog folders and all of their contents).