Open
Conversation
ファイルの文字コードを utf-8にした $modversion['author'] の値に全角文字があったものを半角に置き換えた configを追加 表題を表示する(デフォルト はい) モジュールトップページの時パンくずを隠す(デフォルト はい) TOPカテゴリーはモジュール名を表示する(デフォルト はい) RSSリンクを表示する(デフォルト いいえ) MENUリンクを表示する(デフォルト いいえ) configのデフォルトを修正 デフォルトを いいえ に ページナビゲーションを表示する 印刷画面へのリンクを表示する 友達に紹介するリンクを表示する tellafriendモジュールを利用する
デフォルトを いいえ に 投票機能を利用する
Author
|
languageに追加しました。別のブランチにした方がよかったですかね。 |
Member
|
ありがとうございます。 |
Member
この件は、慎重になります。デフォルトが OFF だと、その機能があることに気付かない可能性もあるので、より一般的にするには、どうすればいいかを 考察したいです。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
以下の修正をしてみました。
目的
RSS表示、メニュー表示を選択できるようにする
コンテンツ表示画面に表題を表示できるように
カテゴリー名TOP、トップ表示をモジュール名に置き換えられるように
デフォルトはい、で いいえ にすることの多いものを デフォルト いいえ に
修正履歴
xoops_version.php
ファイルの文字コードを utf-8にした
$modversion['author'] の値に全角文字があったものを半角に置き換えた
configを追加
表題を表示する(デフォルト はい)
モジュールトップページの時パンくずを隠す(デフォルト はい)
TOPカテゴリーはモジュール名を表示する(デフォルト はい)
RSSリンクを表示する(デフォルト いいえ)
MENUリンクを表示する(デフォルト いいえ)
configのデフォルトを修正
デフォルトを いいえ に
ページナビゲーションを表示する
印刷画面へのリンクを表示する
友達に紹介するリンクを表示する
tellafriendモジュールを利用する
投票機能を利用する