GreyBox Showプラグインがいつの間にかフランス語に訳されていました。Thanks! Joomla!fr.
思わずスナップショットを撮った私でした。
フランス語版は、上記からダウンロードできます。
エクステンションページでは、説明にちゃんと画像までつけてあります。Joomla!.orgで私が書いた説明より詳しく何か書いてあるし。何が書いてあるか(もしかして、タコとか書いてあるんだろうか・・・)わからないのですが・・・。私は、もっと説明書かなきゃだめですね、画像無しだし、たったの一行だけですからねぇ。と、ここで先日GreyBox Showのことで返信した内容を掲載。
当然Yahoo翻訳を使っています。え!?まんまコピペして貼り付けて返信したのですが、かなり・・・変になってました。
補足します。簡単な使い方は、All ArticlesをYesにすればすべての記事内のリンクはGreyBox化されます。GreyBox化したくないものは、セクションならexclude sectionsにセクションIDを、カテゴリならexclude categoriesに、記事ならコンテンツIDをexclude articlesにコンマ区切りで書けば除外されます。また、リンク個々に設定したい場合は下記のようにjgb="no"と入れてください。
Example:When All Articles is Yes, Please write link like this.
<a href="http://example.com/" title="Your_set_title" jgb="no" >http://example.com</a> output like this.
<a href="http://example.com/" title="Your_set_title" >http://example.com</a>
# All Articles
This plugin going to rearrange the link of all articles when you make it Yes. (Recommended setting)
# exclude sections
All Articles setting appoints section ID to exclude you at the time of "Yes". (A plural number is possible in Comma Separated Value)
# exclude categories
All Articles setting appoints category ID to exclude you at the time of "Yes". (A plural number is possible in Comma Separated Value)
# exclude articles
All Articles setting appoints article ID to exclude you at the time of "Yes". (A plural number is possible in Comma Separated Value)
# Image links is group
This plugin display plural image links in the article in a group. (It is to next and can go.)
# Pages links is group
This plugin display plural links in the article in a group. (It is to next and can go.)
# This plugin can set a link individually by filling out every anchor tag else as follows.
* rel="gb_imageset[your_set_title] "
your_set_title is shown the same link in a group.
* rel="gb_image[] "
It is an image displayed alone.
* rel="gb_pageset[your_set_title] "
your_set_title is shown the same link in a group.
* rel="gb_page_fs[] "
It is displayed alone.
* The above is a default set point of GreyBox. Because there is it elsewhere, please refer to a site of GreyBox.
Attention: This plugin cope with four above-mentioned entry, but do not work definitely when you make entry of a direct script.
* An original set point
o jgb="imageset:your_set_title"
Upper rel="gb_imageset[your_set_title]" It is a state same as .
o jgb="image"
Upper rel="gb_image[]" It is a state same as .
o jgb="pageset:your_set_title"
Upper rel="gb_pageset[your_set_title]" It is a state same as .
o jgb="page"
Upper rel="gb_page_fs[]" It is a state same as .
o jgb="no"
GreyBox is not applied to this link.