<![CDATA[ 日本公式を良くしていくトピ - My Forums]]> https://forums.modx.com/thread/?thread=56618 <![CDATA[Re: &#26085;&#26412;&#20844;&#24335;&#12434;&#33391;&#12367;&#12375;&#12390;&#12356;&#12367;&#12488;&#12500;]]> https://forums.modx.com/thread/56618/?page=5#dis-post-332583
http://modxcms-jp.com/howto/install-modx-ja.html
一応チェックしましたが、もし変なところがあれば、ご連絡ください~]]>
thr Aug 22, 2009, 11:23 AM https://forums.modx.com/thread/56618/?page=5#dis-post-332583
<![CDATA[Re: &#26085;&#26412;&#20844;&#24335;&#12434;&#33391;&#12367;&#12375;&#12390;&#12356;&#12367;&#12488;&#12500;]]> https://forums.modx.com/thread/56618/?page=5#dis-post-332582 Quote from: thr at May 26, 2009, 07:30 AM

こんにちは。公式サイト管理しているthrです。

miccさん
ありがとうございます。

フォーラムの検索確かにしにくいですよね。
ためしに書き込みしていただいたコードを公式のサーバーへアップしてみました。

http://modxcms-jp.com/googles.html

公式のページ内に入れるなら検索結果の表示幅とか表示数とかを調整していく必要がありそうですね。
みなさんいかがでしょうか?

ちゃんとうごきますかね?

動作確認できました。

レイアウトについてはおそらくCSSの上書きで変更できると思います。
表示数についてはデフォルトが1件表示何で、設定で全件表示に切り替えてからソースをアップしようとおもったのですが、Googleのリファレンスが理解できず挫折しました :’(
]]>
micc May 26, 2009, 10:55 PM https://forums.modx.com/thread/56618/?page=5#dis-post-332582
<![CDATA[Re: &#26085;&#26412;&#20844;&#24335;&#12434;&#33391;&#12367;&#12375;&#12390;&#12356;&#12367;&#12488;&#12500;]]> https://forums.modx.com/thread/56618/?page=4#dis-post-332581 Quote from: thr at May 26, 2009, 07:30 AM

こんにちは。公式サイト管理しているthrです。

miccさん
ありがとうございます。

フォーラムの検索確かにしにくいですよね。
ためしに書き込みしていただいたコードを公式のサーバーへアップしてみました。

http://modxcms-jp.com/googles.html

公式のページ内に入れるなら検索結果の表示幅とか表示数とかを調整していく必要がありそうですね。
みなさんいかがでしょうか?

ちゃんとうごきますかね?

これ、公式フォーラムのどこかに検索窓を入れて、ラジオボタンで
「日本公式←→本家フォーラム」を切替えながら検索できると便利そうですね。

問題は、日本公式のどこに検索窓をおくか、という話ですが。
やっぱり左上かな。]]>
smallworld May 26, 2009, 03:50 AM https://forums.modx.com/thread/56618/?page=4#dis-post-332581
<![CDATA[Re: &#26085;&#26412;&#20844;&#24335;&#12434;&#33391;&#12367;&#12375;&#12390;&#12356;&#12367;&#12488;&#12500;]]> https://forums.modx.com/thread/56618/?page=4#dis-post-332580
miccさん
ありがとうございます。

フォーラムの検索確かにしにくいですよね。
ためしに書き込みしていただいたコードを公式のサーバーへアップしてみました。

http://modxcms-jp.com/googles.html

公式のページ内に入れるなら検索結果の表示幅とか表示数とかを調整していく必要がありそうですね。
みなさんいかがでしょうか?

ちゃんとうごきますかね?]]>
thr May 26, 2009, 02:30 AM https://forums.modx.com/thread/56618/?page=4#dis-post-332580
<![CDATA[Re: &#26085;&#26412;&#20844;&#24335;&#12434;&#33391;&#12367;&#12375;&#12390;&#12356;&#12367;&#12488;&#12500;]]> https://forums.modx.com/thread/56618/?page=4#dis-post-332579 http://modxcms.com/forums/)で検索するときここのGoogleの検索フォームを利用しているのですが、日本語で絞り込めないので、japaneseカテゴリ内の関係ありそうなカテゴリをすべて目視でチェックしています。

そこで、http://modxcms.com/forums/の日本語の投稿だけ絞り出せたらいいのにと感じています。

まあ、Googleの詳細検索でurlと言語を設定すればよい問題なのですが、毎回それを行うのも利便性が悪いので、
GoogleのAjax Search APIを利用して検索フォームを即興ですが作ってみました。

サンプルコード
<!--
  copyright (c) 2009 Google inc.

  You are free to copy and use this sample.
  License can be found here: http://code.google.com/apis/ajaxsearch/faq/#license
-->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <title>Google AJAX Search API Sample</title>
    <script src="http://www.google.com/jsapi?key=*API Keyを入れてください*"></script>
    <script type="text/javascript">
    /*
    *  How to restrict a search to a specific website.
    */
    
    google.load('search', '1');
    
    function OnLoad() {
      // Create a search control
      var searchControl = new google.search.SearchControl();
    
      // Add in a WebSearch
      var webSearch = new google.search.WebSearch();
    
      // Restrict our search to pages from the Cartoon Newtowrk
      webSearch.setSiteRestriction('http://modxcms.com/forums/');
    
      // Set the language to ja
      var extendedArgs = google.search.Search.RESTRICT_EXTENDED_ARGS;
      webSearch.setRestriction(extendedArgs, {lr:'lang_ja'});
      
      // Add the searcher to the SearchControl
      searchControl.addSearcher(webSearch);
    
      // tell the searcher to draw itself and tell it where to attach
      searchControl.draw(document.getElementById("content"));
    
      // execute an inital search
      searchControl.execute('scooby doo');
    }
    
    google.setOnLoadCallback(OnLoad);
    
    </script>
  </head>
  <body style="font-family: Arial;border: 0 none;">
    <div id="content">Loading...</div>
  </body>
</html>


日本語の公式で導入されてはいかがでしょうか?

別に日本語専用のフォーラムがあればなぁとも考えたのですが、フォーラム自体が乱立しても情報が分散するだけなので、日本語のみで絞り込める機能があればいいと思います。

いかがでしょうか。]]>
micc May 25, 2009, 09:13 PM https://forums.modx.com/thread/56618/?page=4#dis-post-332579
<![CDATA[Re: &#26085;&#26412;&#20844;&#24335;&#12434;&#33391;&#12367;&#12375;&#12390;&#12356;&#12367;&#12488;&#12500;]]> https://forums.modx.com/thread/56618/?page=4#dis-post-332578
ニュースのタイトル付近に作成時刻を入れる件です。このフォーラムのように編集時刻も入るともっとわかりやすい。
右のアコーディオンはクリックしたあと開いたままにならないのでわかりにくいんです。

あと、追加要望ですがニュースのページナビゲーションが小さすぎてクリックしにくい。
modx サンプルサイトの miniBlog のようにで数字を囲んでいるのがいいと思います smiley

あと、日本語版ベータ2 >> 正式版に向けての日程なども新しい記事としてアップしてください。]]>
dainiti Mar 22, 2009, 08:53 PM https://forums.modx.com/thread/56618/?page=4#dis-post-332578
<![CDATA[Re: &#26085;&#26412;&#20844;&#24335;&#12434;&#33391;&#12367;&#12375;&#12390;&#12356;&#12367;&#12488;&#12500;]]> https://forums.modx.com/thread/56618/?page=4#dis-post-332577 トップページ以外のページのキービジュアルエリアを縦に小さくし比較的、画面解像度の低いユーザの方もサイトを見やすくなりました。]]> thr Mar 11, 2009, 10:26 AM https://forums.modx.com/thread/56618/?page=4#dis-post-332577 <![CDATA[Re: &#26085;&#26412;&#20844;&#24335;&#12434;&#33391;&#12367;&#12375;&#12390;&#12356;&#12367;&#12488;&#12500;]]> https://forums.modx.com/thread/56618/?page=4#dis-post-332576 dainiti Mar 05, 2009, 09:42 AM https://forums.modx.com/thread/56618/?page=4#dis-post-332576 <![CDATA[Re: &#26085;&#26412;&#20844;&#24335;&#12434;&#33391;&#12367;&#12375;&#12390;&#12356;&#12367;&#12488;&#12500;]]> https://forums.modx.com/thread/56618/?page=4#dis-post-332575 うるさくせっつく人は大事ですよ。とりあえずすぐに返事を書くだけでも軽いコミュニケーションが成立するんで。
コミュニケーションが見えなくなると、いつの間にか終わっちゃってる感になっちゃいます。

ちなみにアーカイブ自体はとりあえず固まりました。あとは案内ページですね。
すいませんが、これはしっかり作らせてください。
たぶん、見た目にはどこが変わったのか伝わりにくいと思います。]]>
yama Mar 05, 2009, 09:39 AM https://forums.modx.com/thread/56618/?page=4#dis-post-332575
<![CDATA[Re: &#26085;&#26412;&#20844;&#24335;&#12434;&#33391;&#12367;&#12375;&#12390;&#12356;&#12367;&#12488;&#12500;]]> https://forums.modx.com/thread/56618/?page=4#dis-post-332574 ちゃんと今週目標です。よっね?yamaさん

あっもう寝なきゃお肌が wink
それでは~]]>
thr Mar 05, 2009, 09:38 AM https://forums.modx.com/thread/56618/?page=4#dis-post-332574