バージョン選択

フォーラム

メニュー

オンライン状況

54 人のユーザが現在オンラインです。 (46 人のユーザが フォーラム を参照しています。)
登録ユーザ: 0
ゲスト: 54
もっと...

サイト内検索

質問 > フロント機能 > 全てのレビューを表示させる方法について

フロント機能

新規スレッドを追加する

フラット表示 前のトピック | 次のトピック
投稿者 スレッド
sakurai07
投稿日時: 2011/2/1 22:56
対応状況: −−−
長老
登録日: 2008/2/29
居住地:
投稿: 179
Re: トップページに新規レビューを表示させたい
view.tplに
<!--{*
* This file is part of EC-CUBE
*
* Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
*
* http://www.lockon.co.jp/
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*}-->
<div id="newsarea">
<h2><img src="<!--{$smarty.const.URL_DIR}-->img01/news.jpg" width="700" height="43" alt="新着情報" /></h2>

<p>☆★☆ 新着情報は<a href="<!--{$smarty.const.URL_DIR}-->rss/index.php" target="_blank">RSS</a>で配信しています。★☆★</p>
<!--{section name=data loop=$arrNews}--><dl>
<dt><!--{$arrNews[data].review_date_disp|date_format:"%Y年%m月%d日"}--></dt>
<dd>
<!--{if $arrNews[data].news_url}-->
<a href="<!--{$arrNews[data].news_url}-->"
<!--{if $arrNews[data].link_method eq "2"}-->
target="_blank"
<!--{/if}-->>
<!--{/if}-->
<!--{$arrNews[data].title|escape|nl2br}-->
<!--{if $arrNews[data].news_url}-->
</a>
<!--{/if}--><br />
<!--{$arrNews[data].comment|escape|nl2br}-->
</dd>
</dl>
<!--{/section}-->
</div>
を、設定したのですが、何も変更されませんでした。

試しに、news.tplに

<!--{*
* This file is part of EC-CUBE
*
* Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
*
* http://www.lockon.co.jp/
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*}-->
<div id="newsarea">
<h2><img src="<!--{$smarty.const.URL_DIR}-->img01/news.jpg" width="700" height="43" alt="新着情報" /></h2>

<p>☆★☆ 新着情報は<a href="<!--{$smarty.const.URL_DIR}-->rss/index.php" target="_blank">RSS</a>で配信しています。★☆★</p>
<!--{section name=data loop=$arrNews}--><dl>
<dt><!--{$arrNews[data].review_date_disp|date_format:"%Y年%m月%d日"}--></dt>
<dd>
<!--{if $arrNews[data].news_url}-->
<a href="<!--{$arrNews[data].news_url}-->"
<!--{if $arrNews[data].link_method eq "2"}-->
target="_blank"
<!--{/if}-->>
<!--{/if}-->
<!--{$arrNews[data].title|escape|nl2br}-->
<!--{if $arrNews[data].news_url}-->
</a>
<!--{/if}--><br />
<!--{$arrNews[data].comment|escape|nl2br}-->
</dd>
</dl>
<!--{/section}-->
</div>
を、入力すると、なんと変わったのですがすべて空白です。

データベースのphp_pathは下記になります。

27 ブロック名 bloc/view.tpl view 2011-01-31 14:47:23.500537 2011-01-31 19:44:03.079493 frontparts/bloc/view.php
フラット表示 前のトピック | 次のトピック


題名 投稿者 日時
   全てのレビューを表示させる方法について kato 2010/7/9 2:41
     Re: 全てのレビューを表示させる方法について ecbg 2010/7/9 11:04
     Re: 全てのレビューを表示させる方法について AMUAMU 2010/7/9 18:40
       Re: 全てのレビューを表示させる方法について flealog 2010/7/9 21:51
         トップページに新規レビューを表示させたい ytk 2010/12/5 13:01
           Re: トップページに新規レビューを表示させたい AMUAMU 2010/12/6 17:08
             Re: トップページに新規レビューを表示させたい lumines 2010/12/6 20:40
               Re: トップページに新規レビューを表示させたい sakurai07 2011/1/7 14:13
                 Re: トップページに新規レビューを表示させたい lumines 2011/1/13 16:54
                   Re: トップページに新規レビューを表示させたい sakurai07 2011/1/24 18:07
                     Re: トップページに新規レビューを表示させたい sakurai07 2011/1/31 15:16
                       Re: トップページに新規レビューを表示させたい habu 2011/1/31 16:54
                         Re: トップページに新規レビューを表示させたい sakurai07 2011/1/31 19:54
                           Re: トップページに新規レビューを表示させたい habu 2011/2/1 14:56
                           » Re: トップページに新規レビューを表示させたい sakurai07 2011/2/1 22:56
                               Re: トップページに新規レビューを表示させたい sakurai07 2011/2/3 0:17
                                 Re: トップページに新規レビューを表示させたい habu 2011/2/4 11:18
                                   Re: トップページに新規レビューを表示させたい sakurai07 2011/2/5 13:26
                                     Re: トップページに新規レビューを表示させたい habu 2011/2/7 18:42
                                       Re: トップページに新規レビューを表示させたい sakurai07 2011/2/8 11:05
                                         Re: トップページに新規レビューを表示させたい walk 2011/5/9 14:25
                                           Re: トップページに新規レビューを表示させたい walk 2011/5/10 16:32
                                             Re: トップページに新規レビューを表示させたい patapata 2011/5/10 20:27
                                               Re: トップページに新規レビューを表示させたい walk 2011/5/11 10:05
                                                 Re: トップページに新規レビューを表示させたい patapata 2011/5/11 15:12
                                                   Re: トップページに新規レビューを表示させたい walk 2011/5/16 9:09
                                                     Re: トップページに新規レビューを表示させたい RRRR 2012/9/13 16:46

 



ログイン


EC-CUBE公式 Amazon Payプラグイン

統計情報

総メンバー数は89,119名です
総投稿数は110,039件です

投稿数ランキング

1
seasoft
7367
2
468
3217
3
AMUAMU
2712
4
nanasess
2314
5
umebius
2085
6
yuh
1819
7
h_tanaka
1649
8
red
1570
9
mcontact
1298
10
tsuji
958
11
fukap
907
12
shutta
835
13
tao_s
799
14 ramrun 789
15 karin 689
16 sumida 641
17
homan
633
18 DELIGHT 572
19
patapata
502
20
flealog
485


ネットショップの壺

EC-CUBEインテグレートパートナー

Copyright© EC-CUBE CO.,LTD. All Rights Reserved.