Geeklog カスタマイズのプロセス VOL.2

■記事の日付を非表示にするための変更

■FCKeditorで直接ペーストする

■Welcome メッセージ削除


■記事の日付を非表示にするための変更
storytext.thtml
以下を削除-----------------------------------
    <li>{story_date}</li>
    <li>
      <dl>
        <dt>{lang_contributed_by}</dt>
        <dd>{start_contributedby_anchortag}{contributedby_user}{end_contributedby_anchortag}</dd>
      </dl>
    </li>
    <li>
------------------------------------------------

■FCKeditorで直接ペーストする
public_html/fckeditor/fckconfig.js(82)
---------------------------------------------------
FCKConfig.ForcePasteAsPlainText    = true ;
を以下に変更
FCKConfig.ForcePasteAsPlainText    = false ;
---------------------------------------------------


■Welcome メッセージ削除
header.thtml
    <!-- 中央ブロックコンテナ -->
    <div id="centerblocks">
以下を削除-----------------------------------
      <p class="welcome_msg"><a href="{prof_url_jp}">{welcome_msg_jp}</a>&nbsp;{datetime}</p>  
---------------------------------------------
<!-- Geeklog Japanese -->

<!-- } header.thtml -->

表示形式
Post a comment

コメントは投稿者の責任においてなされるものであり,サイト管理者は責任を負いません。