AL8 Forum
   登錄註冊幫助


標題: [D5.0 & D5.5] [首創]Discuz! 社區直排顯示 正式版v1.0.5.1 for dz5.x
  所需閱讀權限 2  
 ntf
 0043014
Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7

頭銜: Moderator

自述: ntf

帖子: 3663

精華: 0

積分: 5893 點

現金: 0 元

存款: 35577 元

閱讀權限: 100

註冊: 2006-4-7

狀態: 在線
 
發表於 2007-4-21 13:20  資料  個人空間  短消息  加為好友 
[首創]Discuz! 社區直排顯示 正式版v1.0.5.1 for dz5.x



QUOTE:
作者:ntf
語言:Big5繁體中文版
插件名稱: Discuz! 社區直排顯示 緩存文件版
版本:v1.05.1
未經許可,請勿轉載。



QUOTE:
本版本更新:
加入cookies檢查 互換系統

1.下載 《Discuz! 社區直排顯示 管理平台》 及上載檔案

QUOTE:
文件下載: 《Discuz! 社區直排顯示 管理平台》v1.0.5

3.升級數據庫

ALTER TABLE `cdb_forums` ADD `straightdisplay` SMALLINT( 1 ) NOT NULL DEFAULT '0';

4.修改內容

index.php

QUOTE:


        $threads = $posts = $todayposts = 0;

      

下加

//社區直排顯示 Cache
$showforumlist=empty($showforumlist) ? $_DCOOKIE[showforumlist] : $showforumlist;

if(!$_DCOOKIE[showforumlist] or ($_DCOOKIE[showforumlist]!=$showforumlist)){
$sdsetcookie =!empty($showforumlist) ? $showforumlist : 'straightdisplay'; //沒有選擇的顯示方式 straightdisplay為直排 default為本來的顯示
dsetcookie('showforumlist',$sdsetcookie,$timestamp+3600000);
}

//社區直排顯示 Cache
if(!$showforumlist){
$showforumlist='straightdisplay'; //沒有選擇的顯示方式 straightdisplay為直排 default為本來的顯示
}



if($showforumlist=='straightdisplay'){
        require_once DISCUZ_ROOT.'./sdlist.php';        
}else{
//社區直排顯示 Cache        
       



        if(isset($catlist[0]) && $catlist[0]['forumscount']) {
                $catlist[0]['fid'] = 0;
                $catlist[0]['type'] = 'group';
                $catlist[0]['name'] = $bbname;
                $catlist[0]['collapseimg'] = 'collapsed_no.gif';
        } else {
                unset($catlist[0]);
        }

下加



變更顯示位置 請放入discuz.htm (或你的home內)

QUOTE:


<!--{if $gid || $showforumlist == 'default'}-->
<a href="{$PHP_SELF}?showforumlist=straightdisplay">變更為直排顯示</a>
<!--{elseif empty($gid) && $showforumlist == 'straightdisplay'}-->
<a href="{$PHP_SELF}?showforumlist=default">變更為普通顯示</a>
<!--{/if}-->


顯示直排位置:如果不懂修改可在discuz.htm找

QUOTE:


<!--{loop $catlist $key $cat}-->
        <!--{if $cat['forumscount']}-->
                <div class="spaceborder spacebottom" style="width: {TABLEWIDTH}; clear: both; margin-top: 5px;"><table cellspacing="{INNERBORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%" align="center">
                <tr><td colspan="<!--{if $cat['forumcolumns']}-->$cat[forumcolumns]<!--{else}-->7<!--{/if}-->" class="header" style="padding-left:20px">
                <div class="subtable" style="padding: 0px"><div class="right">
                <!--{if $cat['moderators']}--><font color="{HEADERTEXT}">{lang forum_category_modedby}: $cat[moderators]</font> <!--{/if}-->
                <a href="###" onclick="toggle_collapse('category_$cat[fid]');"><img id="category_$cat[fid]_img" src="{IMGDIR}/$cat[collapseimg]" border="0" alt="" /></a>
                </div><a href="$indexname?gid=$cat[fid]">$cat[name]</a></div>
                </td></tr>
                <!--{if !$cat['forumcolumns']}-->
                        <tbody id="category_$cat[fid]" style="$collapse['category_'.$cat[fid]]">
                        <tr class="category" align="center">
                        <td width="5%"> </td>
                        <td width="56%" align="left">{lang forum_name}</td>
                        <td width="5%">{lang forum_threads}</td>
                        <td width="5%">{lang forum_posts}</td>
                        <td width="13%">{lang forum_lastpost}</td>
                        <td width="16%">{lang forum_moderators}</td>
                        </tr>
                        <!--{loop $cat[forums] $forumid}-->
                                <!--{eval $forum=$forumlist[$forumid];}-->
                                <tr class="row" onMouseOver="this.style.backgroundColor='{ALTBG1}'" onMouseOut="this.style.backgroundColor='{ALTBG2}'">
                                <td align="center">$forum[folder]</td>
                                <td align="left" class="subject">
                                $forum[icon]<a href="forumdisplay.php?fid=$forum[fid]"><span class="bold">$forum[name]</span></a>
                                <!--{if $forum[todayposts]}--><span class="todayposts">($forum[todayposts])</span><!--{/if}-->
                                <br><span class="smalltxt">$forum[description]<!--{if $forum['subforums']}--><br><span class="bold">{lang forum_subforums}:</span> $forum['subforums']<!--{/if}--></span></td>
                                <td align="center">$forum[threads]</td>
                                <td align="center">$forum[posts]</td>
                                <!--{if $forum['permission'] == 1}-->
                                        <td align="center"><span class="smalltxt">{lang private_forum}</span></td>
                                <!--{else}-->
                                        <!--{if is_array($forum['lastpost'])}-->
                                                <td align="center" title="{lang forum_lastpost_in}: {$forum[lastpost][subject]}" nowrap>
                                                <span class="smalltxt"><a href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost">$forum[lastpost][dateline]</a></span><br>{lang forum_lastpost_by} <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->{lang anonymous}<!--{/if}-->
                                                </td>
                                        <!--{else}-->
                                                <td align="center"><span class="smalltxt">{lang never}</span></td>
                                        <!--{/if}-->
                                <!--{/if}-->
                                <td align="center" style="word-break: keep-all">$forum[moderators]</td></tr>
                        <!--{/loop}-->
                <!--{else}-->
                        <tbody id="category_$cat[fid]" style="$collapse['category_'.$cat[fid]]"><tr class="altbg2">
                        <!--{loop $cat['forums'] $forumid}-->
                                <!--{eval $forum=$forumlist[$forumid];}-->
                                <!--{if $forum['orderid'] && ($forum['orderid'] % $cat['forumcolumns'] == 0)}-->
                                        </tr>
                                        <!--{if $forum['orderid'] < $cat['forumscount']}-->
                                                <tr class="altbg2">
                                        <!--{/if}-->
                                <!--{/if}-->
                                <td width="$cat[forumcolwidth]" valign="top" class="altbg2" onMouseOver="this.style.backgroundColor='{ALTBG1}'" onMouseOut="this.style.backgroundColor='{ALTBG2}'">
                                <table cellspacing="0" cellpadding="0" width="100%">
                                <tr><td rowspan="3" align="center" width="15%">$forum[folder]</td><td colspan="3" class="bold subject"><a href="forumdisplay.php?fid=$forum[fid]">$forum[name]</a></td></tr>
                                <tr class="smalltxt"><td colspan="3">{lang forum_lastpost}:
                                <!--{if is_array($forum['lastpost'])}-->
                                        <a href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost">$forum[lastpost][dateline]</a>
                                        {lang forum_lastpost_by} <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->{lang anonymous}<!--{/if}-->
                                <!--{else}-->
                                        {lang never}
                                <!--{/if}-->
                                </td></tr><tr class="smalltxt"><td>{lang forum_threads}: $forum[threads]</td><td>{lang forum_posts}: $forum[posts]</td><td>{lang forum_todayposts}: $forum[todayposts]</td></tr></table>
                                </td>
                        <!--{/loop}-->
                        $cat['endrows']
                <!--{/if}-->
                </tbody></table></div>
                <!--{if !empty($advlist['intercat']) && $key < max(array_keys($catlist))}--><div style="clear: both; margin-top: 5px;"><!--{echo $advlist['intercat'][array_rand($advlist['intercat'])]}--></div><!--{else}--><br><!--{/if}-->
        <!--{/if}-->
<!--{/loop}-->

改為

<!--{if $gid || $showforumlist == 'default'}-->
{template forumlist_default}
<!--{elseif empty($gid) && $showforumlist == 'straightdisplay'}-->
{template forumlist_straightdisplay}
<!--{/if}-->


找 include/cache.func.php

'medals'        => array('medals'),

下加

'straightdisplay'  => array('straight_one', 'straight_two', 'straight_three', 'straight_four'), //社區直排顯示



                case 'censor':
                        $table = 'words';
                        $cols = 'find, replacement';
                        break;

下加

//社區直排顯示
  case 'straight_one':
                        $table = 'forums f';
                        $cols = 'f.fid, f.type, f.name, f.fup, f.posts, f.threads, f.todayposts, ff.viewperm, a.uid';
                        $conditions = "LEFT JOIN {$tablepre}forumfields ff ON ff.fid=f.fid LEFT JOIN {$tablepre}access a ON a.fid=f.fid AND a.allowview='1' WHERE f.status>0 AND straightdisplay=1 ORDER BY f.type, f.displayorder";
                        break;

case 'straight_two':
                        $table = 'forums f';
                        $cols = 'f.fid, f.type, f.name, f.fup, f.posts, f.threads, f.todayposts, ff.viewperm, a.uid';
                        $conditions = "LEFT JOIN {$tablepre}forumfields ff ON ff.fid=f.fid LEFT JOIN {$tablepre}access a ON a.fid=f.fid AND a.allowview='1' WHERE f.status>0 AND straightdisplay=2 ORDER BY f.type, f.displayorder";
                        break;
case 'straight_three':
                        $table = 'forums f';
                        $cols = 'f.fid, f.type, f.name, f.fup, f.posts, f.threads, f.todayposts, ff.viewperm, a.uid';
                        $conditions = "LEFT JOIN {$tablepre}forumfields ff ON ff.fid=f.fid LEFT JOIN {$tablepre}access a ON a.fid=f.fid AND a.allowview='1' WHERE f.status>0 AND straightdisplay=3 ORDER BY f.type, f.displayorder";
                        break;
case 'straight_four':
                        $table = 'forums f';
                        $cols = 'f.fid, f.type, f.name, f.fup, f.posts, f.threads, f.todayposts, ff.viewperm, a.uid';
                        $conditions = "LEFT JOIN {$tablepre}forumfields ff ON ff.fid=f.fid LEFT JOIN {$tablepre}access a ON a.fid=f.fid AND a.allowview='1' WHERE f.status>0 AND straightdisplay=4 ORDER BY f.type, f.displayorder";
                        break;
//社區直排顯示



        if(!in_array($cachename, array('advs', 'supe_updateusers', 'supe_updateitems', 'supe_updatecircles'))) {
                $query = $db->query("SELECT $cols FROM {$tablepre}$table $conditions");
        }
        switch($cachename) {

下加

//社區直排顯示
case  (in_array($cachename, array('straight_one', 'straight_two', 'straight_three', 'straight_four'))):
        while($forum = $db->fetch_array($query)) {
                                if(!isset($forumlist[$forum['fid']])) {
                                        $forum['name'] = strip_tags($forum['name']);
                                        if($forum['uid']) {
                                                $forum['users'] = "\t$forum[uid]\t";
                                        }
                                        unset($forum['uid']);
                                        if($forum['fup']) {
                                                $forumlist[$forum['fup']]['count']++;
                                        }
                                        $forumlist[$forum['fid']] = $forum;
                                } elseif($forum['uid']) {
                                        if(!$forumlist[$forum['fid']]['users']) {
                                                $forumlist[$forum['fid']]['users'] = "\t";
                                        }
                                        $forumlist[$forum['fid']]['users'] .= "$forum[uid]\t";
                                }
                        }

                        if(!empty($forumlist)) {
                                foreach($forumlist as $fid1 => $forum1) {
                                        if(($forum1['type'] == 'group' && $forum1['count'])) {
                                                $data[$fid1]['fid'] = $forum1['fid'];
                                                $data[$fid1]['type'] = $forum1['type'];
                                                $data[$fid1]['name'] = $forum1['name'];
                                                $data[$fid1]['fup'] = $forum1['fup'];
                                                $data[$fid1]['viewperm'] = $forum1['viewperm'];
                                                                                                $data[$fid1]['posts'] = $forum1['posts'];
                                                $data[$fid1]['threads'] = $forum1['threads'];
                                                $data[$fid1]['todayposts'] = $forum1['todayposts'];
                                                foreach($forumlist as $fid2 => $forum2) {
                                                        if($forum2['fup'] == $fid1 && $forum2['type'] == 'forum') {
                                                                $data[$fid2]['fid'] = $forum2['fid'];
                                                                $data[$fid2]['type'] = $forum2['type'];
                                                                $data[$fid2]['name'] = $forum2['name'];
                                                                $data[$fid2]['fup'] = $forum2['fup'];
                                                                $data[$fid2]['viewperm'] = $forum2['viewperm'];
                                                                                $data[$fid2]['posts'] = $forum2['posts'];
                                                $data[$fid2]['threads'] = $forum2['threads'];
                                                $data[$fid2]['todayposts'] = $forum2['todayposts'];
                                                                foreach($forumlist as $fid3 => $forum3) {
                                                                        if($forum3['fup'] == $fid2 && $forum3['type'] == 'sub') {
                                                                                $data[$fid3]['fid'] = $forum3['fid'];
                                                                                $data[$fid3]['type'] = $forum3['type'];
                                                                                $data[$fid3]['name'] = $forum3['name'];
                                                                                $data[$fid3]['fup'] = $forum3['fup'];
                                                                                $data[$fid3]['viewperm'] = $forum3['viewperm'];
                                                                                                $data[$fid3]['posts'] = $forum3['posts'];
                                                $data[$fid3]['threads'] = $forum3['threads'];
                                                $data[$fid3]['todayposts'] = $forum3['todayposts'];
                                                                        }
                                                                }
                                                        }
                                                }
                                        }
                                }
                        }
                        break;

//社區直排顯示

找 admin/forums.inc.php

                $table_forum_columns = array('fup', 'type', 'name', 'status', 'styleid', 'allowsmilies', 'allowhtml', 'allowbbcode', 'allowimgcode', 'allowanonymous', 'allowshare', 'allowpostspecial', 'alloweditrules', 'allowpaytoauthor', 'alloweditpost', 'modnewposts', 'recyclebin', 'jammer', 'forumcolumns', 'threadcaches', 'disablewatermark', 'autoclose', 'simple');

改為

QUOTE:
                $table_forum_columns = array('fup', 'type', 'name', 'status', 'styleid', 'allowsmilies', 'allowhtml', 'allowbbcode', 'allowimgcode', 'allowanonymous', 'allowshare', 'allowpostspecial', 'alloweditrules', 'allowpaytoauthor', 'alloweditpost', 'modnewposts', 'recyclebin', 'jammer', 'forumcolumns', 'threadcaches', 'disablewatermark', 'autoclose', 'simple','straightdisplay');



                $forumfields['fup'] = $forum ? $fup : 0;
                $forumfields['type'] = $forum['type'] == 'forum' ? 'sub' : 'forum';
                $forumfields['name'] = $newforum;
                $forumfields['status'] = 1;

下加

        $forumfields['straightdisplay'] = $forum['straightdisplay'];



                while($mod = $db->fetch_array($query)) {
                        if($mod['inherited'] || $forum['inheritedmod']) {
                                $db->query("REPLACE INTO {$tablepre}moderators (uid, fid, inherited)
                                        VALUES ('$mod[uid]', '$fid', '1')");
                        }
                }

                updatecache('forums');

下加

updatecache('straight_one');
updatecache('straight_two');
updatecache('straight_three');
updatecache('straight_four');



        $query = $db->query("SELECT fid, type, inheritedmod FROM {$tablepre}forums WHERE fid='$fupnew'");

改為

$query = $db->query("SELECT fid, type, inheritedmod,straightdisplay FROM {$tablepre}forums WHERE fid='$fupnew'");



$fupadd = ", type='".($fup['type'] == 'forum' ? 'sub' : 'forum')."', fup='$fup[fid]'";

改為

QUOTE:
$fupadd = ", type='".($fup['type'] == 'forum' ? 'sub' : 'forum')."', fup='$fup[fid]', straightdisplay='$fup[straightdisplay]'";



                        if($statusnew == 0) {
                                $db->query("UPDATE {$tablepre}forums SET status='$statusnew' WHERE fup='$fid'", 'UNBUFFERED');
                        }

                        updatecache('forums');

下加

updatecache('straight_one');
updatecache('straight_two');
updatecache('straight_three');
updatecache('straight_four');



QUOTE:
5.插件導入數據

YTozOntzOjY6InBsdWdpbiI7YTo5OntzOjk6ImF2YWlsYWJsZSI7aToxO3M6
NzoiYWRtaW5pZCI7aToxO3M6NDoibmFtZSI7czoxMjoiqsCwz6q9scbF46Xc
IjtzOjEwOiJpZGVudGlmaWVyIjtzOjE1OiJzdHJhaWdodGRpc3BsYXkiO3M6
MTE6ImRlc2NyaXB0aW9uIjtzOjA6IiI7czoxMDoiZGF0YXRhYmxlcyI7czow
OiIiO3M6OToiZGlyZWN0b3J5IjtzOjA6IiI7czo5OiJjb3B5cmlnaHQiO3M6
MzA6IiBEaXNjdXqqvbHGxeOl3LresnqlraV4IGJ5IG50ZiI7czo3OiJtb2R1
bGVzIjtzOjE3OToiYToxOntpOjA7YTo2OntzOjQ6Im5hbWUiO3M6MTU6InN0
cmFpZ2h0ZGlzcGxheSI7czo0OiJtZW51IjtzOjE2OiKqwLDPqr2xxrresnql
raV4IjtzOjM6InVybCI7czoxOToic3RyYWlnaHRkaXNwbGF5LnBocCI7czo0
OiJ0eXBlIjtpOjU7czo3OiJhZG1pbmlkIjtpOjE7czoxMjoiZGlzcGxheW9y
ZGVyIjtpOjE7fX0iO31zOjc6InZlcnNpb24iO3M6NToiNS41LjAiO3M6NDoi
dmFycyI7YTo1OntpOjA7YTo3OntzOjEyOiJkaXNwbGF5b3JkZXIiO2k6MTtz
OjU6InRpdGxlIjtzOjE2OiK9177Cr8Gk3qhDpua8xqXYIjtzOjExOiJkZXNj
cmlwdGlvbiI7czowOiIiO3M6ODoidmFyaWFibGUiO3M6ODoiYnJlYWtudW0i
O3M6NDoidHlwZSI7czo2OiJudW1iZXIiO3M6NToidmFsdWUiO2k6NDtzOjU6
ImV4dHJhIjtzOjA6IiI7fWk6MTthOjc6e3M6MTI6ImRpc3BsYXlvcmRlciI7
aToyO3M6NToidGl0bGUiO3M6OToissQxpubDQ6biIjtzOjExOiJkZXNjcmlw
dGlvbiI7czowOiIiO3M6ODoidmFyaWFibGUiO3M6MTE6ImRpc3BsYXlfb25l
IjtzOjQ6InR5cGUiO3M6Njoic2VsZWN0IjtzOjU6InZhbHVlIjtzOjQ6ImJs
dWUiO3M6NToiZXh0cmEiO3M6NTU6ImJsdWUgPSDCxabiDQpncmVlbiA9ILrx
puINCm9yYW5nZSA9IL7tpuINCnB1cnBsZSA9ILW1puIiO31pOjI7YTo3Ontz
OjEyOiJkaXNwbGF5b3JkZXIiO2k6MztzOjU6InRpdGxlIjtzOjk6IrLEMqbm
w0Om4iI7czoxMToiZGVzY3JpcHRpb24iO3M6MDoiIjtzOjg6InZhcmlhYmxl
IjtzOjExOiJkaXNwbGF5X3R3byI7czo0OiJ0eXBlIjtzOjY6InNlbGVjdCI7
czo1OiJ2YWx1ZSI7czo1OiJncmVlbiI7czo1OiJleHRyYSI7czo1NToiYmx1
ZSA9IMLFpuINCmdyZWVuID0guvGm4g0Kb3JhbmdlID0gvu2m4g0KcHVycGxl
ID0gtbWm4iI7fWk6MzthOjc6e3M6MTI6ImRpc3BsYXlvcmRlciI7aTo1O3M6
NToidGl0bGUiO3M6OToissQ0pubDQ6biIjtzOjExOiJkZXNjcmlwdGlvbiI7
czowOiIiO3M6ODoidmFyaWFibGUiO3M6MTI6ImRpc3BsYXlfZm91ciI7czo0
OiJ0eXBlIjtzOjY6InNlbGVjdCI7czo1OiJ2YWx1ZSI7czo2OiJwdXJwbGUi
O3M6NToiZXh0cmEiO3M6NTU6ImJsdWUgPSDCxabiDQpncmVlbiA9ILrxpuIN
Cm9yYW5nZSA9IL7tpuINCnB1cnBsZSA9ILW1puIiO31pOjQ7YTo3OntzOjEy
OiJkaXNwbGF5b3JkZXIiO2k6NDtzOjU6InRpdGxlIjtzOjk6IrLEM6bmw0Om
4iI7czoxMToiZGVzY3JpcHRpb24iO3M6MDoiIjtzOjg6InZhcmlhYmxlIjtz
OjEzOiJkaXNwbGF5X3RocmVlIjtzOjQ6InR5cGUiO3M6Njoic2VsZWN0Ijtz
OjU6InZhbHVlIjtzOjY6Im9yYW5nZSI7czo1OiJleHRyYSI7czo1NToiYmx1
ZSA9IMLFpuINCmdyZWVuID0guvGm4g0Kb3JhbmdlID0gvu2m4g0KcHVycGxl
ID0gtbWm4iI7fX19


可以 加入 計劃任務 forumlist.inc.php 以進行定時更新

運行系統管理插件 進行設置

設置後請按下面的立即更新 如有問題 請看看本帖的討論

本風格外觀純屬參考, 如有雷同, 實屬巧合. 請用者自行衡量使用後的版權責任.


v1.05 > v1.051

找 index.php

if(!$showforumlist){
$showforumlist='straightdisplay'; //沒有選擇的顯示方式 straightdisplay為直排 default為本來的顯示
}

改為

$showforumlist=empty($showforumlist) ? $_DCOOKIE[showforumlist] : $showforumlist;

if(!$_DCOOKIE[showforumlist] or ($_DCOOKIE[showforumlist]!=$showforumlist)){
$sdsetcookie =!empty($showforumlist) ? $showforumlist : 'straightdisplay'; //沒有選擇的顯示方式 straightdisplay為直排 default為本來的顯示
dsetcookie('showforumlist',$sdsetcookie,$timestamp+3600000);
}

//社區直排顯示 Cache
if(!$showforumlist){
$showforumlist='straightdisplay'; //沒有選擇的顯示方式 straightdisplay為直排 default為本來的顯示
}

[ 本帖最後由 ntf 於 2008-2-11 18:23 編輯 ]



 附件: 您所在的用戶組無法下載或查看附件



 AL8 Forum © All rights reserved.
頂部
 ntf
 0043014
Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7

頭銜: Moderator

自述: ntf

帖子: 3663

精華: 0

積分: 5893 點

現金: 0 元

存款: 35577 元

閱讀權限: 100

註冊: 2006-4-7

狀態: 在線
 
發表於 2007-4-21 13:20  資料  個人空間  短消息  加為好友 
簡體版因過度少人需要 現刪除
本版本的cache將讀取最小的內容 如有需要 請通知我~
建議 計劃任務不要更新得過密 10分鐘也很足夠了

FREE:
v1.04的預告
整合
New同HOT圖示 :http://alan888.com/Discuz/viewthread.php?tid=116965
對uwxxts的 修正 子版同一般版的距離
加入更多的自定設置

  • 簡易的增加顏色教學。
  • 增加是否有+ - 的設置

[ 本帖最後由 ntf 於 2007-7-8 13:29 編輯 ]



 附件: 您所在的用戶組無法下載或查看附件



 AL8 Forum © All rights reserved.
頂部
 ntf
 0043014
Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7

頭銜: Moderator

自述: ntf

帖子: 3663

精華: 0

積分: 5893 點

現金: 0 元

存款: 35577 元

閱讀權限: 100

註冊: 2006-4-7

狀態: 在線
 
發表於 2007-4-21 13:21  資料  個人空間  短消息  加為好友 
如何安裝?

直排風格檔1

QUOTE:
1.請將直排風格檔上載到images/home/ 裹
2.上載straightdisplay_cache.htm到 templates/default/
3.把自己的logo放入images/forum/logo.gif 用來作沒有分區圖片時顯示的圖片
4.把各分區圖片放入images/forum/gidx.gif (沒有則顯示images/forum/logo.gif

直排風格檔2

QUOTE:
1.請將直排風格檔上載到images/displaystyle2/ 裹
2.上載straightdisplay_cache.htm到 templates/default/
4.把各分區圖片放入images/forum/title_x.jpg (沒有則顯示images/forum/title_顏色_notext.jpg

各位請根據模板,自行制作與眾不同的界面

[ 本帖最後由 ntf 於 2007-7-21 10:04 編輯 ]



 附件: 您所在的用戶組無法下載或查看附件



 AL8 Forum © All rights reserved.
頂部
 span
 0021180
Rank: 6Rank: 6Rank: 6Rank: 6Rank: 6Rank: 6

頭銜: Forum Legend

帖子: 1466

精華: 0

積分: 690 點

現金: 50 元

存款: 7511 元

閱讀權限: 70

註冊: 2005-5-14

來自: 東涌

狀態: 離線
 
發表於 2007-4-21 13:21  資料  個人空間  主頁 短消息  加為好友  添加 span 為MSN好友 通過MSN和 span 交談 ICQ 狀態
支持!第一個!




http://myuxd.com
 AL8 Forum © All rights reserved.
頂部
 kenkwan
 0015981
Rank: 4Rank: 4Rank: 4Rank: 4
點擊查看 kenkwan 的詳細資料

頭銜: Lord

帖子: 308

精華: 0

積分: 2930 點

現金: 363 元

存款: 0 元

閱讀權限: 25

註冊: 2005-2-2

來自: HongKong

狀態: 離線
 
發表於 2007-4-21 13:30  資料  個人空間  主頁 短消息  加為好友  添加 kenkwan 為MSN好友 通過MSN和 kenkwan 交談
我又裝來看下先...
之前那個我用不到>,,,<




 AL8 Forum © All rights reserved.
頂部
 ntf
 0043014
Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7

頭銜: Moderator

自述: ntf

帖子: 3663

精華: 0

積分: 5893 點

現金: 0 元

存款: 35577 元

閱讀權限: 100

註冊: 2006-4-7

狀態: 在線
 
發表於 2007-4-21 13:31  資料  個人空間  短消息  加為好友 


QUOTE:
原帖由 kenkwan 於 2007-4-21 13:30 發表。 
我又裝來看下先...
之前那個我用不到>,,,<

同之前果個差唔多只係

重寫1次個安裝教學
增加簡體版
及加回子版顯示




 AL8 Forum © All rights reserved.
頂部
 qboy2005
 0072812
Rank: 2Rank: 2

頭銜: Member

帖子: 87

精華: 0

積分: 1180 點

現金: 100 元

存款: 0 元

閱讀權限: 15

註冊: 2007-4-11

狀態: 離線
 
發表於 2007-4-21 13:32  資料  個人空間  短消息  加為好友 
支持!第三個




 AL8 Forum © All rights reserved.
頂部
 s061301
 0072550
Rank: 1

頭銜: Newbie

帖子: 30

精華: 0

積分: 320 點

現金: 100 元

存款: 0 元

閱讀權限: 10

註冊: 2007-4-9

狀態: 離線
 
發表於 2007-4-21 13:43  資料  個人空間  短消息  加為好友 
支持!支持!支持!




 AL8 Forum © All rights reserved.
頂部
 kenkwan
 0015981
Rank: 4Rank: 4Rank: 4Rank: 4
點擊查看 kenkwan 的詳細資料

頭銜: Lord

帖子: 308

精華: 0

積分: 2930 點

現金: 363 元

存款: 0 元

閱讀權限: 25

註冊: 2005-2-2

來自: HongKong

狀態: 離線
 
發表於 2007-4-21 13:46  資料  個人空間  主頁 短消息  加為好友  添加 kenkwan 為MSN好友 通過MSN和 kenkwan 交談
Warning: fread() [function.fread]: Length parameter must be greater than 0 in ./include/template.func.php on line 29

點解...




 AL8 Forum © All rights reserved.
頂部
 span
 0021180
Rank: 6Rank: 6Rank: 6Rank: 6Rank: 6Rank: 6

頭銜: Forum Legend

帖子: 1466

精華: 0

積分: 690 點

現金: 50 元

存款: 7511 元

閱讀權限: 70

註冊: 2005-5-14

來自: 東涌

狀態: 離線
 
發表於 2007-4-21 13:47  資料  個人空間  主頁 短消息  加為好友  添加 span 為MSN好友 通過MSN和 span 交談 ICQ 狀態
變左做空白= =~點解?




http://myuxd.com
 AL8 Forum © All rights reserved.
頂部
 人仔
 0022810
Rank: 6Rank: 6Rank: 6Rank: 6Rank: 6Rank: 6
點擊查看 人仔 的詳細資料

頭銜: Forum Legend

暱稱: [x'''┬ ...

自述: DVD-RW ...

帖子: 5088

精華: 1

積分: 3543 點

現金: 0 元

存款: 19093 元

閱讀權限: 70

註冊: 2005-6-2

來自: 澳門

狀態: 離線
 
發表於 2007-4-21 13:47  資料  個人空間  短消息  加為好友 
ntf-.-
可唔可以比個演示我睇下..
不過睇左我都係唔會裝-.-




 AL8 Forum © All rights reserved.
頂部