免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
返回列表 發帖
回復 13# empty


    若您有本站的帳號,那麼可以到這個帖看看!

目前,本站的代碼已經取消開放,但還是可以經由網址連結!

TOP

本帖最後由 kowloon 於 2012-9-21 15:40 編輯
回復  kowloon

----------------还有几个问题。也是独家藏书阁的。--可以解答吗? ...
empty 發表於 2012-9-21 12:42



    妳是說更新的問題A跟B吧?

A是我將論壇公告改為許願池的,算是原創!若是你要使用的話,得要有心理準備,因為改的東西挺多的,若是你對代碼不熟,很容易出問題,也會沒辦法復原喔!

 至於餵金魚那個,是我使用【隨便玩】論壇的,因為這好像是他們原創,我不便提供代碼,得要請你去他們論壇找嚕!^^

B是首頁多格功能,我們除了首頁N格外,還有首頁多格,基本上我有些不明白你是不是要問這個啦QQ


另外有個問題想問一下,你有申請獨家藏書閣的帳號嗎?

TOP

本帖最後由 kowloon 於 2012-9-21 15:50 編輯

這是第一個:

 代碼狀態: 正常
 代碼類型: 模板編輯類
 代碼來源: 
 來源網址: 
 版權所屬: 
 演示圖片: 

 
打開模板discuz.htm,查找代碼:
<div id="wrap"{if $infosidestatus['allow'] < 2} class="wrap s_clear"{else} class="wrap with_side s_clear"{/if}>

 

下方添加代碼:
<style>

  div.divad { margin-bottom: -10px;padding: 5px 10px; text-align:left;border: solid #CDCDCD;border-width: 0 1px 1px;background: #f6f6f6 url(static/image/pl_briefnesss/pl_mubg.png) repeat-x 50% 100%;}

  div.divad strong {font-weight: bold; color:#000; clear: both; padding-right:5px;}

  div.divad a{display:inline; margin:5px 1px; white-space: nowrap;text-decoration:none;padding:2px 10px; padding-bottom: 0px;}

  div.divad a:hover{margin:4px 0px; text-decoration:none;padding: 2px 10px;border: 1px solid #cecece; }

  div.adtv { padding:5px 0;}

  div.adtv a:hover{ background: #ededed; color: #336699;font-weight:700;}

</style>   

<div class="divad">

<div class="adtv">
<strong>【本站資訊】</strong>
<a href="http://lovestories.funbbs.me/viewthread.php?tid=56">本站壇規</a>
<a href="http://lovestories.funbbs.me/viewthread.php?tid=1211">著作權法</a>
</div>

<div class="adtv">
<strong>【本站公告】</strong>
<a href="http://lovestories.funbbs.me/viewthread.php?tid=57">招募版主</a>
<a href="http://lovestories.funbbs.me/viewthread.php?tid=1066">申請評文</a>
</div>

<div class="adtv">
<strong>【本站活動】</strong>
<a href="http://lovestories.funbbs.me/viewthread.php?tid=2106">每日簽到</a>
<a href="http://lovestories.funbbs.me/viewthread.php?tid=415">論壇推廣</a>
</div>

</div>

(備註1)


補充教學:
    紅字可自行更改,藍字為網址連結。
    此代碼放置模版將出現於首頁四格下方,且不超出版面(同演示圖)
    可參考2樓另一種放置方法


備註1:若使用後發現並未貼齊邊欄,請查找代碼:
<div class="main"><div class="content">
$pluginhooks[index_header]
     將此段代碼放置代碼(備註1)之處即可






這是第二個:

 代碼狀態: 正常
 代碼類型: 模板編輯類
 代碼來源: sclub討論區
 來源網址: http://sclub.com.tw/discuz/viewthread.php?tid=14557
 版權所屬: 
 演示圖片: 


打開模板discuz.htm,查找代碼:
{template index_header}


在下方添加代碼:
<div class="mainbox list" style="margin-bottom:0px">
<h3>【獨家藏書閣】論壇資訊</h3>
<p style="margin-left:10px;padding:5px 0 5px 0"><font color=Blue>歡迎新會員:</font><a href="space.php?username=$memberenc">$lastmember</a>
<span class="pipe">|</span><font color=red>總會員數:</font><em>$totalmembers</em> 位
<span class="pipe">|</span><font color=Green>{lang index_maxday}發帖數: </font> <em>$postdata[1]</em> 帖
<span class="pipe">|</span><font color=DarkOrange>總{lang index_posts}數:</font><em>$posts</em> 帖
<span class="pipe">|</span><font color=Purple>總{lang index_threads}數:</font><em>$threads</em> 篇
<span class="pipe">|</span><font color=Sienna>{lang index_yesterday}發帖數:</font><em>$postdata[0]</em> 帖
<span class="pipe">|</span><font color=Magenta>{lang index_today}發帖數:</font><em>$todayposts</em> 帖
</p>
<br>
</div>


再查找代碼並刪除:
<p class="right forumcount">
{lang index_today}: <em>$todayposts</em>, {lang index_yesterday}: <em>$postdata[0]</em>, {lang index_members}: <em>$totalmembers</em>
</p>



補充說明:紅字處可自行更改。
     添家新代碼可自行放置適合的位置,本站是放在{template index_header}下方,建議放置代碼後重整首頁,自行觀看是否適合。
3

評分人數

TOP

返回列表