السلام عليكم

لدي قالب به اكواد منتدى اصدار vbulletin 4.1

و اريد تحويله الى اصدار منتدى 3.8

القالب

كود PHP:
<style type="text/css">
                 
#seofq_list_cell *{background:none;display:inline;border:none;color:black;padding:0px 0px 0px 0px;-webkit-border-top-right-radius:0px;-webkit-border-top-left-radius:0px;-webkit-box-shadow: none;font-weight:normal;}
                 #seofq_list_cell h2{font-size: 130%;font-weight: bold;}
                 #seofq_list_cell h3{font-size: 120%;font-weight: bold;}
                 #seofq_list_cell h4{font-size: 120%;}
                 #seofq_list_cell h5{font-size: 110%;}
                 #seofq_list_cell strong{font-size: 110%;}
                 #seof_queries_list a.seoq{margin:0px 0px 0px 0px;font-size: 100%;}
                 
</style>
    <
h4 class="threadinfohead"><span class="optiontitle">{vb:rawphrase seofq_title}</span></h4>
    <
div id="seof_queries_list" class="thread_info_block">
        <
div class="inner_block">
            <
div id='seofq_list_cell'>
            <
vb:each from="keywords" key="wordid" value="word">
                {
vb:var tag_fix}{vb:var word.tag}>{vb:var word.term_value}</{vb:var word.tag}><vb:if condition="$wordid != $tagscount">,&nbsp;</vb:if>
            </
vb:each>
            </
div>
        </
div>
    </
div