熊族大雜燴
彌6:8 世人哪、耶和華已指示你何為善。他向你所要的是甚麼呢。只要你行公義、好憐憫、存謙卑的心、與你的神同行。

讓 Community Server 2007 可以放置Youtube的語法

rated by 0 users
This post has 0 回覆群 | 1 關注

Top 10 Contributor
男
發表文章總數 6,770
黑熊 Posted: 星期六, 八月 25 2007 0:00

終於尋找解答放置Youtube的語法方式,先前有人寫過模組程式可以放置,但是並沒有解決問題。

終於在以下討論中找到答案

http://communityserver.org/forums/p/470828/596105.aspx

方法並不能,只需要針對 communityserver.config 進行修正,請尋找到下列位置進行修改

<object enable = "true" /> 的語法家到下列位置

<MarkUp>
    <globalAttributes>
        <class enable = "true" />
        <style enable = "true" />
        <align enable = "true" />
        <object enable = "true" />
        <id enable = "true" />
    </globalAttributes>

另外在將 <embed src = "true" width = "true" height = "true" type = "true" /> 加到下方的位置

 <html>
        <h1 />
        <h2 />
        <h3 />
        <h4 />
        <h5 />
        <h6 />
        <h7 />
        <strong />
        <em />
        <u />
        <b />
        <i />
        <strike />
        <sub />
        <sup />
        <font size = "true" color = "true" face = "true" />
        <blockquote dir = "true" />
        <ul />
        <ol start="true" />
        <li />
        <p dir = "true" />
        <address />
        <div />
        <hr />
        <br />
        <a href = "true" title = "true" name = "true" target= "true" rel = "true" />
        <span />
        <img src = "true" alt = "true" title = "true" border = "true" width = "true" height = "true" hspace = "true" />
        <table cellpadding = "true" cellspacing = "true" bgcolor = "true" />
        <th />
        <td rowspan = "true" colspan = "true" />
        <tr />
        <pre />
        <code />
        <xmp />
        <lecut />
        <embed src = "true" width = "true" height = "true" type = "true" />
    </html>
  </MarkUp>

做好上述修改後,就可以在BLOG或討論區中放置該語法。

不要問我為你做了什麼,只要問你為我做了什麼,問這麼多有什麼用呢?好好的給我做就對了
我的部落格 http://bbs.jbear.net/blogs/black

頁 1 / 1 (1 項) | RSS
Power by JbearNet
Powered by Community Server (Non-Commercial Edition), by Telligent Systems