Minahito
minah****@users*****
2006年 10月 21日 (土) 18:43:32 JST
Index: xoops2jp/html/modules/legacy/language/english/help/abc_2nd.html diff -u xoops2jp/html/modules/legacy/language/english/help/abc_2nd.html:1.1.2.2 xoops2jp/html/modules/legacy/language/english/help/abc_2nd.html:1.1.2.3 --- xoops2jp/html/modules/legacy/language/english/help/abc_2nd.html:1.1.2.2 Sat Oct 21 16:18:01 2006 +++ xoops2jp/html/modules/legacy/language/english/help/abc_2nd.html Sat Oct 21 18:43:32 2006 @@ -115,5 +115,38 @@ <h5>The Second Step (2) --- How to use custom blocks</h5> <p>Now, let's add "the welcome message" to the top page of your site. Of course, blocks are good to do it. But, you don't find the best block to just display messages. In those cases, custom blocks are useful.</p> +<p>At first, go to the block management. Next, click "Add cutom block" on the top of the table.</p> + +<img src="<{'abc_2nd_clickaddcustomblock.png'|helpimage}>" /> + +<p>Then, you see the edit-form to create a new custom block. This form shows some fields you know. About them, you don't need explanations. Explains new fields at this section.</p> + +<h6>Content</h6> +<p>The content of the block. Type decides how to render this content. This time, input welcome message.</p> + +<h6>Type</h6> + +<img src="<{'abc_2nd_cutomblock_type.png'|helpimage}>" /> + +<p>This field decides how to render the content of the block. There are four types.</p> + +<dl> + <dt>HTML</dt> + <dd>HTML Mode. You must input to the content field as HTML document.</dd> + <dt>PHP</dt> + <dd>PHP Mode. You must program in the content field. You should not choose this type until you understand XOOPS & PHP enough.</dd> + <dt>Auto format with smilies</dt> + <dd>This is the most handy type. You can input messages to the content field as well as forum.</dd> + <dt>Auto format without smilies</dt> + <dd>You can't use smilies. The rest is same as the last type.</dd> +</dl> + +<p>This time, choose "Auto format with smilies" and input a welcome message. And, let's assing this block to the center block for any groups.</p> + +<img src="<{'abc_2nd_cutomblock_complete.png'|helpimage}>" /> + + <h5>Conclusions</h5> <p>Basically, site owners don't use some HTML editor in XOOPS Cube Legacy. Themes offer columns as "slot" for you. Therefore, you may assign blocks to the slot.</p> + +<img src="<{'abc_2nd_conclusion.png'|helpimage}>" />