:::
johnny - 網站技巧 | 2014-07-10 | 點閱數: 557

瑞泰照護機構網站

修改『最新消息』區塊內容不要顯示PO文日期(原條列式新聞)tadnews版本:3.4

位置:
/pd920/data/web-data/www/lintsai/web/raytai/modules/tadnews/
檔案:
ajax2.php
更改內容:
第75行之後刪除下列3行程式碼
<li>
{$news['post_date']}
.....
</li>


修改『最新消息』區塊可以動態播放(原條列式新聞)tadnews版本:3.4

位置:
/pd920/data/web-data/www/lintsai/web/raytai/modules/tadnews/templates/blocks
檔案:
tadnews_list_content_block.html
更改內容:
第32行增加下列紅色部份
<MARQUEE behavior="scroll" direction="up" scrollamount="2" height="120" width="100%">
<div id="tadnew_list_content<{$block.randStr}>"><{$smarty.const._MB_TADNEWS_LOADING}></div>
</MARQUEE>


修改『最新消息』區塊可以動態播放(原條列式新聞)tadnews版本:3.0

位置:
/pd920/data/web-data/www/lintsai/web/raytai/modules/tadnews/templates/blocks
檔案:
tadnews_list_content_block.html
更改內容:
刪除第21、22、32行
並在<ul></ul>之間增加下列紅色部份
<MARQUEE onMouseOver="this.stop()" onMouseOut="this.start()" behavior="scroll" direction="up" scrollamount="2" height="120" width="100%">
......
</MARQUEE>


網更改址前方小圖示
前台位置:/pd920/data/web-data/www/lintsai/web/raytai/themes/raytai
檔案:theme.html
內容:
<span style="color: rgb(128, 0, 128);">
<link href='<{$xoops_url}>/favicon.png' rel='SHORTCUT ICON' /><br />
<link rel='shortcut icon' type='image/ico' href='<{xoImgUrl icons/favicon.png}>' /><br /></span>

後台位置:/pd920/data/web-data/www/lintsai/web/raytai/modules/system/themes/legacy
檔案:theme.html
內容:
<span style="color: rgb(0, 0, 128);">
<link rel="shortcut icon" type="image/ico" href="<{$xoops_url}>/favicon_sys.png" /></span>


新增view.php,複製tadnews根目錄『pda.php』之程式使用 tadnews版本:3.0
修改程式讓版面清潔
位置:
/pd920/data/web-data/www/lintsai/web/raytai/modules/tadnews
檔案:
view.php
更改內容:
 

:::

會員登入