c69c3a3c by TaishiTokudome

Merge branch '011_tokudome' into 'master'

インフォメーション専用のアーカイブモジュールに変更

See merge request !19
2 parents 9f58dbc0 4e1333ea
Showing 23 changed files with 67 additions and 303 deletions
1 ; Joomla! Project
2 ; Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.
3 ; License GNU General Public License version 2 or later; see LICENSE.txt
4 ; Note : All ini files need to be saved as UTF-8
5
6 MOD_ARTICLES_ARCHIVE_CUSTOM="Articles - Archived - custom"
7 MOD_ARTICLES_ARCHIVE_CUSTOM_FIELD_COUNT_LABEL="# of Months"
8 MOD_ARTICLES_ARCHIVE_CUSTOM_FIELD_COUNT_DESC="The number of months to display (the default is 10)."
9 MOD_ARTICLES_ARCHIVE_CUSTOM_XML_DESCRIPTION="Display a list of calendar months, including published articles. This list is automatically generated when you create a published article."
10 MOD_ARTICLES_ARCHIVE_CUSTOM_DATE="%1$s, %2$s"
...\ No newline at end of file ...\ No newline at end of file
1 ; Joomla! Project
2 ; Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.
3 ; License GNU General Public License version 2 or later; see LICENSE.txt
4 ; Note : All ini files need to be saved as UTF-8
5
6 MOD_ARTICLES_ARCHIVE_CUSTOM="Articles - Archived - custom"
7 MOD_ARTICLES_ARCHIVE_CUSTOM_XML_DESCRIPTION="Display a list of calendar months, including published articles. This list is automatically generated when you create a published article."
8 MOD_ARTICLES_ARCHIVE_CUSTOM_LAYOUT_DEFAULT="Default"
...\ No newline at end of file ...\ No newline at end of file
1 ; Joomla! Project
2 ; Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved.
3 ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
4 ; Note : All ini files need to be saved as UTF-8
5
6 MOD_ARTICLES_ARCHIVE_CUSTOM="カスタムアーカイブ(モジュール)"
7 MOD_ARTICLES_ARCHIVE_CUSTOM_FIELD_COUNT_LABEL="表示月数"
8 MOD_ARTICLES_ARCHIVE_CUSTOM_FIELD_COUNT_DESC="表示する月数(標準は10)です。"
9 MOD_ARTICLES_ARCHIVE_CUSTOM_XML_DESCRIPTION="公開状態になっている記事を含むカレンダー月の一覧を表示します。公開状態になっている記事を作成すると、この一覧は自動的に生成されます。"
10 MOD_ARTICLES_ARCHIVE_CUSTOM_DATE="%1$s, %2$s"
...\ No newline at end of file ...\ No newline at end of file
1 ; Joomla! Project
2 ; Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved.
3 ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
4 ; Note : All ini files need to be saved as UTF-8
5
6 MOD_ARTICLES_ARCHIVE_CUSTOM="カスタムアーカイブ(モジュール)"
7 MOD_ARTICLES_ARCHIVE_CUSTOM_XML_DESCRIPTION="公開状態になっている記事を含むカレンダー月の一覧を表示します。公開状態になっている記事を作成すると、この一覧は自動的に生成されます。"
8 MOD_ARTICLES_ARCHIVE_CUSTOM_LAYOUT_DEFAULT="標準"
...\ No newline at end of file ...\ No newline at end of file
1 # 月次アーカイブ用コンポーネント 1 # インフォメーション用月次アーカイブモジュール
2 過去に投稿された記事をカテゴリー別に絞り込み、月間アーカイブを表示するコンポーネントです。 2 公開状態になっている記事を含むカレンダー月の一覧を表示します。公開状態になっている記事を作成すると、この一覧は自動的に生成されます。
3 インストールしていない場合は、管理画面よりインストールする必要があります。 3 インストールしていない場合は、管理画面よりインストールする必要があります。
4 4
5 ## このコンポーネントは、インフォメーションカテゴリーに属する記事専用の月次アーカイブモジュールです。
6 インフォメーション(メニュー)の子メニューのサイドバーで表示した際に正しいリンクが生成される様に、83行目でリンクを修正する処理を追加しています
7
8 ### インフォメーションカテゴリー以外のカテゴリーに属する記事の月次アーカイブを作成したい場合は以下の手順が必要です。
9 #### 手順2,3をせずにインストールしてしまうと、インストーラーが既存のモジュールを上書きしてしまい、サイトに不具合が発生する可能性があるので必ず実行してください。
10 [Joomla公式のモジュール作成チュートリアルです。参考にしてください。](https://docs.joomla.org/J3.x:Creating_a_simple_module/Developing_a_Basic_Module)
11 1. mod_information_articles_archive_custom/をコピーし、src/mod配下におきます。
12 2. mod_information_articles_archive_customを含む配下のディレクトリ名とファイル名を、新規に月次モジュールを設置するカテゴリーに準じたものに変更します。例:mod_category_articles_archive_custom
13 3. mod_information_articles_archive_custom.xmlで、インストーラーがインストールするディレクトリ名とファイル名を指定しているので、手順1で変更したディレクトリ名、ファイル名を指定する様に修正します。
14 4. en-GBから始まる二つのファイルと、ja-JPから始まる二つのファイルで、モジュール内で使用する定数を定義しているので、ファイルを編集し新規に月次モジュールを設置するカテゴリーに準じたものに変更します。
15 例:MOD_CATEGORY_ARTICLES_ARCHIVE_CUSTOM="カスタム(カテゴリー名)アーカイブ(モジュール)"
16 5. 手順4で定数名を変更したので、それぞれの定数が呼び出されている箇所も、変更した定数名が呼び出される様に修正します。
17 6. README下部にあるインストール手順にしたがってインストールをします。
18
5 ## インストール手順 19 ## インストール手順
6 1. 管理画面ログイン 20 1. 管理画面ログイン
7 2. エクステンション配下の管理を選択 21 2. エクステンション配下の管理を選択
......
1 ; Joomla! Project
2 ; Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.
3 ; License GNU General Public License version 2 or later; see LICENSE.txt
4 ; Note : All ini files need to be saved as UTF-8
5
6 MOD_ARTICLES_ARCHIVE_CUSTOM="Articles - Archived - custom"
7 MOD_ARTICLES_ARCHIVE_CUSTOM_FIELD_COUNT_LABEL="# of Months"
8 MOD_ARTICLES_ARCHIVE_CUSTOM_FIELD_COUNT_DESC="The number of months to display (the default is 10)."
9 MOD_ARTICLES_ARCHIVE_CUSTOM_XML_DESCRIPTION="Display a list of calendar months, including published articles. This list is automatically generated when you create a published article."
10 MOD_ARTICLES_ARCHIVE_CUSTOM_DATE="%1$s, %2$s"
...\ No newline at end of file ...\ No newline at end of file
1 ; Joomla! Project
2 ; Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.
3 ; License GNU General Public License version 2 or later; see LICENSE.txt
4 ; Note : All ini files need to be saved as UTF-8
5
6 MOD_ARTICLES_ARCHIVE_CUSTOM="Articles - Archived - custom"
7 MOD_ARTICLES_ARCHIVE_CUSTOM_XML_DESCRIPTION="Display a list of calendar months, including published articles. This list is automatically generated when you create a published article."
8 MOD_ARTICLES_ARCHIVE_CUSTOM_LAYOUT_DEFAULT="Default"
...\ No newline at end of file ...\ No newline at end of file
1 <?php
2 /**
3 * @package Joomla.Site
4 * @subpackage mod_articles_archive
5 *
6 * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
7 * @license GNU General Public License version 2 or later; see LICENSE.txt
8 */
9
10 defined('_JEXEC') or die;
11
12 /**
13 * Helper for mod_articles_archive
14 *
15 * @since 1.5
16 */
17 class ModArchiveHelper
18 {
19 /**
20 * Retrieve list of archived articles
21 *
22 * @param \Joomla\Registry\Registry &$params module parameters
23 *
24 * @return array
25 *
26 * @since 1.5
27 */
28 public static function getList(&$params)
29 {
30 // Get database
31 $db = JFactory::getDbo();
32 $query = $db->getQuery(true);
33 $query->select($query->month($db->quoteName('created')) . ' AS created_month')
34 ->select('MIN(' . $db->quoteName('created') . ') AS created')
35 ->select($query->year($db->quoteName('created')) . ' AS created_year')
36 ->from('#__content')
37 ->where('state = 1')
38 ->group($query->year($db->quoteName('created')) . ', ' . $query->month($db->quoteName('created')))
39 ->order($query->year($db->quoteName('created')) . ' DESC, ' . $query->month($db->quoteName('created')) . ' DESC');
40
41 // Filter by language
42 if (JFactory::getApplication()->getLanguageFilter())
43 {
44 $query->where('language in (' . $db->quote(JFactory::getLanguage()->getTag()) . ',' . $db->quote('*') . ')');
45 }
46
47 $db->setQuery($query, 0, (int) $params->get('count'));
48
49 try
50 {
51 $rows = (array) $db->loadObjectList();
52 }
53 catch (RuntimeException $e)
54 {
55 JFactory::getApplication()->enqueueMessage(JText::_('JERROR_AN_ERROR_HAS_OCCURRED'), 'error');
56
57 return array();
58 }
59
60 $app = JFactory::getApplication();
61 $menu = $app->getMenu();
62 $item = $menu->getItems('link', 'index.php?option=com_content_custom&view=archive', true);
63 $itemid = (isset($item) && !empty($item->id)) ? '&Itemid=' . $item->id : '';
64
65 $i = 0;
66 $lists = array();
67
68 foreach ($rows as $row)
69 {
70 $date = JFactory::getDate($row->created);
71
72 $createdMonth = $date->format('n');
73 $createdYear = $date->format('Y');
74
75 $createdYearCal = JHtml::_('date', $row->created, 'Y') . "年";
76 $monthNameCal = JHtml::_('date', $row->created, 'F');
77 $createdDateCal = $createdYearCal . $monthNameCal;
78
79 $lists[$i] = new stdClass;
80
81 $lists[$i]->link = JRoute::_('index.php?option=com_content_custom&view=archive&year=' . $createdYear . '&month=' . $createdMonth . $itemid);
82 $lists[$i]->text = JText::sprintf($createdDateCal);
83
84 $i++;
85 }
86
87 return $lists;
88 }
89 }
...\ No newline at end of file ...\ No newline at end of file
1 ; Joomla! Project
2 ; Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved.
3 ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
4 ; Note : All ini files need to be saved as UTF-8
5
6 MOD_ARTICLES_ARCHIVE_CUSTOM="カスタムアーカイブ(モジュール)"
7 MOD_ARTICLES_ARCHIVE_CUSTOM_FIELD_COUNT_LABEL="表示月数"
8 MOD_ARTICLES_ARCHIVE_CUSTOM_FIELD_COUNT_DESC="表示する月数(標準は10)です。"
9 MOD_ARTICLES_ARCHIVE_CUSTOM_XML_DESCRIPTION="公開状態になっている記事を含むカレンダー月の一覧を表示します。公開状態になっている記事を作成すると、この一覧は自動的に生成されます。"
10 MOD_ARTICLES_ARCHIVE_CUSTOM_DATE="%1$s, %2$s"
...\ No newline at end of file ...\ No newline at end of file
1 ; Joomla! Project
2 ; Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved.
3 ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
4 ; Note : All ini files need to be saved as UTF-8
5
6 MOD_ARTICLES_ARCHIVE_CUSTOM="カスタムアーカイブ(モジュール)"
7 MOD_ARTICLES_ARCHIVE_CUSTOM_XML_DESCRIPTION="公開状態になっている記事を含むカレンダー月の一覧を表示します。公開状態になっている記事を作成すると、この一覧は自動的に生成されます。"
8 MOD_ARTICLES_ARCHIVE_CUSTOM_LAYOUT_DEFAULT="標準"
...\ No newline at end of file ...\ No newline at end of file
1 <?php
2 /**
3 * @package Joomla.Site
4 * @subpackage mod_articles_archive
5 *
6 * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
7 * @license GNU General Public License version 2 or later; see LICENSE.txt
8 */
9
10 defined('_JEXEC') or die;
11
12 // Include the archive functions only once
13 JLoader::register('ModArchiveHelper', __DIR__ . '/helper.php');
14
15 $params->def('count', 10);
16 $moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx'), ENT_COMPAT, 'UTF-8');
17 $list = ModArchiveHelper::getList($params);
18
19 require JModuleHelper::getLayoutPath('mod_articles_archive_custom', $params->get('layout', 'default'));
...\ No newline at end of file ...\ No newline at end of file
1 <?xml version="1.0" encoding="utf-8"?>
2 <extension type="module" version="3.1" client="site" method="upgrade">
3 <name>MOD_ARTICLES_ARCHIVE_CUSTOM</name>
4 <author>T.Tokudome</author>
5 <creationDate>June 2020</creationDate>
6 <copyright></copyright>
7 <license></license>
8 <authorEmail>tokudome@lilli.co.jp</authorEmail>
9 <authorUrl></authorUrl>
10 <version>0.0.1</version>
11 <description>MOD_ARTICLES_ARCHIVE_CUSTOM_XML_DESCRIPTION</description>
12 <files>
13 <filename module="mod_articles_archive_custom">mod_articles_archive_custom.php</filename>
14 <folder>tmpl</folder>
15 <filename>helper.php</filename>
16 </files>
17 <languages>
18 <language tag="en-GB">en-GB.mod_articles_archive_custom.ini</language>
19 <language tag="en-GB">en-GB.mod_articles_archive_custom.sys.ini</language>
20 <language tag="ja-JP">ja-JP.mod_articles_archive_custom.ini</language>
21 <language tag="ja-JP">ja-JP.mod_articles_archive_custom.sys.ini</language>
22 </languages>
23 <help key="JHELP_EXTENSIONS_MODULE_MANAGER_ARTICLES_ARCHIVE" />
24 <config>
25 <fields name="params">
26 <fieldset name="basic">
27 <field
28 name="count"
29 type="number"
30 label="MOD_ARTICLES_ARCHIVE_CUSTOM_FIELD_COUNT_LABEL"
31 description="MOD_ARTICLES_ARCHIVE_CUSTOM_FIELD_COUNT_DESC"
32 default="120"
33 filter="integer"
34 />
35 </fieldset>
36
37 <fieldset name="advanced">
38 <field
39 name="layout"
40 type="modulelayout"
41 label="JFIELD_ALT_LAYOUT_LABEL"
42 description="JFIELD_ALT_MODULE_LAYOUT_DESC"
43 />
44
45 <field
46 name="moduleclass_sfx"
47 type="textarea"
48 label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
49 description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC"
50 rows="3"
51 />
52
53 <field
54 name="cache"
55 type="list"
56 label="COM_MODULES_FIELD_CACHING_LABEL"
57 description="COM_MODULES_FIELD_CACHING_DESC"
58 default="1"
59 filter="integer"
60 >
61 <option value="1">JGLOBAL_USE_GLOBAL</option>
62 <option value="0">COM_MODULES_FIELD_VALUE_NOCACHING</option>
63 </field>
64
65 <field
66 name="cache_time"
67 type="number"
68 label="COM_MODULES_FIELD_CACHE_TIME_LABEL"
69 description="COM_MODULES_FIELD_CACHE_TIME_DESC"
70 default="900"
71 filter="integer"
72 />
73
74 <field
75 name="cachemode"
76 type="hidden"
77 default="static"
78 >
79 <option value="static"></option>
80 </field>
81 </fieldset>
82 </fields>
83 </config>
84 </extension>
...\ No newline at end of file ...\ No newline at end of file
1 <?php
2 /**
3 * @package Joomla.Site
4 * @subpackage mod_articles_archive
5 *
6 * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
7 * @license GNU General Public License version 2 or later; see LICENSE.txt
8 */
9
10 defined('_JEXEC') or die;
11 ?>
12 <?php if (!empty($list)) : ?>
13 <ul class="archive-module-custom<?php echo $moduleclass_sfx; ?> mod-list">
14 <?php foreach ($list as $item) : ?>
15 <li>
16 <a href="<?php echo $item->link; ?>">
17 <?php echo $item->text; ?>
18 </a>
19 </li>
20 <?php endforeach; ?>
21 </ul>
22 <?php endif; ?>
1 ; Joomla! Project
2 ; Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.
3 ; License GNU General Public License version 2 or later; see LICENSE.txt
4 ; Note : All ini files need to be saved as UTF-8
5
6 MOD_INFORMATION_ARTICLES_ARCHIVE_CUSTOM="InformationArticles - Archived - custom"
7 MOD_INFORMATION_ARTICLES_ARCHIVE_CUSTOM_FIELD_COUNT_LABEL="# of Months"
8 MOD_INFORMATION_ARTICLES_ARCHIVE_CUSTOM_FIELD_COUNT_DESC="The number of months to display (the default is 10)."
9 MOD_INFORMATION_ARTICLES_ARCHIVE_CUSTOM_XML_DESCRIPTION="Display a list of calendar months, including published articles. This list is automatically generated when you create a published article."
10 MOD_INFORMATION_ARTICLES_ARCHIVE_CUSTOM_DATE="%1$s, %2$s"
...\ No newline at end of file ...\ No newline at end of file
1 ; Joomla! Project
2 ; Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.
3 ; License GNU General Public License version 2 or later; see LICENSE.txt
4 ; Note : All ini files need to be saved as UTF-8
5
6 MOD_INFORMATION_ARTICLES_ARCHIVE_CUSTOM="InformationArticles - Archived - custom"
7 MOD_INFORMATION_ARTICLES_ARCHIVE_CUSTOM_XML_DESCRIPTION="Display a list of calendar months, including published articles. This list is automatically generated when you create a published article."
8 MOD_INFORMATION_ARTICLES_ARCHIVE_CUSTOM_LAYOUT_DEFAULT="Default"
...\ No newline at end of file ...\ No newline at end of file
1 <?php 1 <?php
2 /** 2 /**
3 * @package Joomla.Site 3 * @package Joomla.Site
4 * @subpackage mod_articles_archive 4 * @subpackage mod_information_articles_archive_custom
5 * 5 *
6 * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. 6 * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
7 * @license GNU General Public License version 2 or later; see LICENSE.txt 7 * @license GNU General Public License version 2 or later; see LICENSE.txt
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
10 defined('_JEXEC') or die; 10 defined('_JEXEC') or die;
11 11
12 /** 12 /**
13 * Helper for mod_articles_archive 13 * Helper for mod_information_articles_archive_custom
14 * 14 *
15 * @since 1.5 15 * @since 1.5
16 */ 16 */
...@@ -78,8 +78,8 @@ class ModArchiveHelper ...@@ -78,8 +78,8 @@ class ModArchiveHelper
78 78
79 $lists[$i] = new stdClass; 79 $lists[$i] = new stdClass;
80 80
81 # $lists[$i]->link = JRoute::_('index.php?option=com_content_custom&view=archive&year=' . $createdYear . '&month=' . $createdMonth . $itemid);
82 $link = JRoute::_('index.php?option=com_content_custom&view=archive&year=' . $createdYear . '&month=' . $createdMonth . $itemid); 81 $link = JRoute::_('index.php?option=com_content_custom&view=archive&year=' . $createdYear . '&month=' . $createdMonth . $itemid);
82 // アーカイブコンポーネント以外でモジュールを表示した場合に以下の様にリンクを書き換える。
83 $link = str_replace("/component/content_custom/", "/information/info-archive.html", $link); 83 $link = str_replace("/component/content_custom/", "/information/info-archive.html", $link);
84 84
85 $lists[$i]->link = $link; 85 $lists[$i]->link = $link;
......
1 ; Joomla! Project
2 ; Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved.
3 ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
4 ; Note : All ini files need to be saved as UTF-8
5
6 MOD_INFORMATION_ARTICLES_ARCHIVE_CUSTOM="カスタムインフォメーションアーカイブ(モジュール)"
7 MOD_INFORMATION_ARTICLES_ARCHIVE_CUSTOM_FIELD_COUNT_LABEL="表示月数"
8 MOD_INFORMATION_ARTICLES_ARCHIVE_CUSTOM_FIELD_COUNT_DESC="表示する月数(標準は10)です。"
9 MOD_INFORMATION_ARTICLES_ARCHIVE_CUSTOM_XML_DESCRIPTION="公開状態になっている記事を含むカレンダー月の一覧を表示します。公開状態になっている記事を作成すると、この一覧は自動的に生成されます。"
10 MOD_INFORMATION_ARTICLES_ARCHIVE_CUSTOM_DATE="%1$s, %2$s"
...\ No newline at end of file ...\ No newline at end of file
1 ; Joomla! Project
2 ; Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved.
3 ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
4 ; Note : All ini files need to be saved as UTF-8
5
6 MOD_INFORMATION_ARTICLES_ARCHIVE_CUSTOM="カスタムインフォメーションアーカイブ(モジュール)"
7 MOD_INFORMATION_ARTICLES_ARCHIVE_CUSTOM_XML_DESCRIPTION="公開状態になっている記事を含むカレンダー月の一覧を表示します。公開状態になっている記事を作成すると、この一覧は自動的に生成されます。"
8 MOD_INFORMATION_ARTICLES_ARCHIVE_CUSTOM_LAYOUT_DEFAULT="標準"
...\ No newline at end of file ...\ No newline at end of file
...@@ -16,4 +16,4 @@ $params->def('count', 10); ...@@ -16,4 +16,4 @@ $params->def('count', 10);
16 $moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx'), ENT_COMPAT, 'UTF-8'); 16 $moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx'), ENT_COMPAT, 'UTF-8');
17 $list = ModArchiveHelper::getList($params); 17 $list = ModArchiveHelper::getList($params);
18 18
19 require JModuleHelper::getLayoutPath('mod_articles_archive_custom', $params->get('layout', 'default'));
...\ No newline at end of file ...\ No newline at end of file
19 require JModuleHelper::getLayoutPath('mod_information_articles_archive_custom', $params->get('layout', 'default'));
...\ No newline at end of file ...\ No newline at end of file
......
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <extension type="module" version="3.1" client="site" method="upgrade"> 2 <extension type="module" version="3.1" client="site" method="upgrade">
3 <name>MOD_ARTICLES_ARCHIVE_CUSTOM</name> 3 <name>MOD_INFORMATION_ARTICLES_ARCHIVE_CUSTOM</name>
4 <author>T.Tokudome</author> 4 <author>T.Tokudome</author>
5 <creationDate>June 2020</creationDate> 5 <creationDate>June 2020</creationDate>
6 <copyright></copyright> 6 <copyright></copyright>
...@@ -8,17 +8,17 @@ ...@@ -8,17 +8,17 @@
8 <authorEmail>tokudome@lilli.co.jp</authorEmail> 8 <authorEmail>tokudome@lilli.co.jp</authorEmail>
9 <authorUrl></authorUrl> 9 <authorUrl></authorUrl>
10 <version>0.0.1</version> 10 <version>0.0.1</version>
11 <description>MOD_ARTICLES_ARCHIVE_CUSTOM_XML_DESCRIPTION</description> 11 <description>MOD_INFORMATION_ARTICLES_ARCHIVE_CUSTOM_XML_DESCRIPTION</description>
12 <files> 12 <files>
13 <filename module="mod_articles_archive_custom">mod_articles_archive_custom.php</filename> 13 <filename module="mod_information_articles_archive_custom">mod_information_articles_archive_custom.php</filename>
14 <folder>tmpl</folder> 14 <folder>tmpl</folder>
15 <filename>helper.php</filename> 15 <filename>helper.php</filename>
16 </files> 16 </files>
17 <languages> 17 <languages>
18 <language tag="en-GB">en-GB.mod_articles_archive_custom.ini</language> 18 <language tag="en-GB">en-GB.mod_information_articles_archive_custom.ini</language>
19 <language tag="en-GB">en-GB.mod_articles_archive_custom.sys.ini</language> 19 <language tag="en-GB">en-GB.mod_information_articles_archive_custom.sys.ini</language>
20 <language tag="ja-JP">ja-JP.mod_articles_archive_custom.ini</language> 20 <language tag="ja-JP">ja-JP.mod_information_articles_archive_custom.ini</language>
21 <language tag="ja-JP">ja-JP.mod_articles_archive_custom.sys.ini</language> 21 <language tag="ja-JP">ja-JP.mod_information_articles_archive_custom.sys.ini</language>
22 </languages> 22 </languages>
23 <help key="JHELP_EXTENSIONS_MODULE_MANAGER_ARTICLES_ARCHIVE" /> 23 <help key="JHELP_EXTENSIONS_MODULE_MANAGER_ARTICLES_ARCHIVE" />
24 <config> 24 <config>
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
27 <field 27 <field
28 name="count" 28 name="count"
29 type="number" 29 type="number"
30 label="MOD_ARTICLES_ARCHIVE_CUSTOM_FIELD_COUNT_LABEL" 30 label="MOD_INFORMATION_ARTICLES_ARCHIVE_CUSTOM_FIELD_COUNT_LABEL"
31 description="MOD_ARTICLES_ARCHIVE_CUSTOM_FIELD_COUNT_DESC" 31 description="MOD_INFORMATION_ARTICLES_ARCHIVE_CUSTOM_FIELD_COUNT_DESC"
32 default="120" 32 default="120"
33 filter="integer" 33 filter="integer"
34 /> 34 />
......
1 <?php 1 <?php
2 /** 2 /**
3 * @package Joomla.Site 3 * @package Joomla.Site
4 * @subpackage mod_articles_archive 4 * @subpackage mod_information_articles_archive_custom
5 * 5 *
6 * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. 6 * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
7 * @license GNU General Public License version 2 or later; see LICENSE.txt 7 * @license GNU General Public License version 2 or later; see LICENSE.txt
......
...@@ -3428,7 +3428,7 @@ body.itemid-132 table { ...@@ -3428,7 +3428,7 @@ body.itemid-132 table {
3428 } 3428 }
3429 3429
3430 /* ------------------------------------------------------------------------- 3430 /* -------------------------------------------------------------------------
3431  app/modules/mod_articles_archive_custom/tmpl/default.phpのスタイルを変更 3431  app/modules/mod_information_articles_archive_custom/tmpl/default.phpのスタイルを変更
3432 ------------------------------------------------------------------------- */ 3432 ------------------------------------------------------------------------- */
3433 .archive-module-custom { 3433 .archive-module-custom {
3434 height: 460px; 3434 height: 460px;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!