January 7, 2015
用{}包含起來的是"標籤" 可以解釋為所保含的HTML與內容
注1: 標有*号號的是2.0.3起新增的標籤。
注2: 各個標籤在其規定的區域內可直接使用,例如在$elements['header'] 區域中,{blogkeywords}可直接輸出blog關鍵詞。但這些標籤不是全局性的,當在$elements['displayheader'] 中引用時,不會被解釋。在Bo-blog 2.0.3以前的版本中,您無法跨區域使用標籤,但2.0.3 版本起,程序提供了一個跨區域引用標籤的方法。要使用非本區域中定義的標籤,請使用<!--global:{標籤名}--> 。例如,在本例中,書寫<!--global:{blogkeywords}--> 即可輸出blog關鍵詞。
注1: 標有*号號的是2.0.3起新增的標籤。
注2: 各個標籤在其規定的區域內可直接使用,例如在$elements['header'] 區域中,{blogkeywords}可直接輸出blog關鍵詞。但這些標籤不是全局性的,當在$elements['displayheader'] 中引用時,不會被解釋。在Bo-blog 2.0.3以前的版本中,您無法跨區域使用標籤,但2.0.3 版本起,程序提供了一個跨區域引用標籤的方法。要使用非本區域中定義的標籤,請使用<!--global:{標籤名}--> 。例如,在本例中,書寫<!--global:{blogkeywords}--> 即可輸出blog關鍵詞。
January 6, 2015
關於有朋友反應小站在Windows裡面看不見,
Chrome Mac版是正常的
小妹已經將相關CSS都修改了,還是沒有辦法。
請移駕至其他瀏覽器觀賞喔。謝謝。
mobile 01也有類似的問題
http://www.mobile01.com/topicdetail.php?f=512&t=4050805
Chrome Mac版是正常的
小妹已經將相關CSS都修改了,還是沒有辦法。
請移駕至其他瀏覽器觀賞喔。謝謝。
mobile 01也有類似的問題
http://www.mobile01.com/topicdetail.php?f=512&t=4050805
January 5, 2015
January 4, 2015
January 2, 2015
template/主題/elements.php
找出下面這一段
// 評論數量 所有評論
$elements['comment']=<<<eot
<div class="commentbox">
<div class="commentbox-title">
<img src="{$template['images']}/comments_li.gif" /> <strong>{replier}</strong> {replierhomepage} {replierip}
<div class="commentbox-label">{replytime} {addadminreply} {deladminreply} {delreply} {blockreply}</div>
</div>
<div class="commentbox-content">
{replycontent}
<div style="display: {ifadminreplied}" id="replied_{commentid}">
<div class="reply-content"><span class="reply-content_title">回覆內容</span> {adminreplycontent}</div>
</div>
</div>
<div id="{commentid}" style="display: none">{adminreplybody}
</div>
</div>
eot;
$elements['comment']=<<<eot
<div class="commentbox">
<div class="commentbox-title">
<img src="{$template['images']}/comments_li.gif" /> <strong>{replier}</strong> {replierhomepage} {replierip}
<div class="commentbox-label">{replytime} {addadminreply} {deladminreply} {delreply} {blockreply}</div>
</div>
<div class="commentbox-content">
{replycontent}
<div style="display: {ifadminreplied}" id="replied_{commentid}">
<div class="reply-content"><span class="reply-content_title">回覆內容</span> {adminreplycontent}</div>
</div>
</div>
<div id="{commentid}" style="display: none">{adminreplybody}
</div>
</div>
eot;
January 1, 2015
CSS ARROW PLEASE! http://cssarrowplease.com
Size: ▲大小指定
Color:▲ 顏色指定
Border width: 邊框線的寬度
Border color: 邊框線的顏色
參考 CSS內說明: