
12-28-2010, 11:27 AM
|
|
|
Join Date: Jan 2003
Location: Middlesbrough, Cleveland
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by sadiq6210
I do it by my self
For VB4.1.0
Modify these templates:
1- Find template:
f_seo_plugin_forumdisplay
Replace all contnet by this:
PHP Code:
<style type="text/css">
#seof_queries_inner.seof_queries_fd_subblock{padding:10px;}
#seof_queries_inner.seof_queries_fd_subblock *{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;}
#seof_queries_inner.seof_queries_fd_subblock h2{font-size: 130%;font-weight: bold;}
#seof_queries_inner.seof_queries_fd_subblock h3{font-size: 120%;font-weight: bold;}
#seof_queries_inner.seof_queries_fd_subblock h4{font-size: 120%;}
#seof_queries_inner.seof_queries_fd_subblock h5{font-size: 110%;}
#seof_queries_inner.seof_queries_fd_subblock strong{font-size: 100%;}
#seof_queries_inner.seof_queries_fd_subblock a.seoq{color: rgb(65, 115, 148);font-size: 100%;}
</style>
<div class="collapse">
<a class="collapse" id="collapse_seof_queries_fd" href="{vb:raw relpath}#top"><img src="{vb:stylevar imgdir_button}/collapse{vb:raw vbcollapse.collapseimg_info_options}_40b.png" alt="" /></a>
<h4 class="forumoptiontitle blockhead">{vb:rawphrase seofq_title}</h4>
</div>
<div id="forum_info" class="forum_info_block blockbody formcontrols">
<div id="seof_queries_inner" class="seof_queries_fd_subblock">
<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">, </vb:if>
</vb:each>
<br />
</div>
</div>
2- Find template:
f_seo_plugin_home
Replace all contnet by this:
PHP Code:
<style type="text/css">
#wgo_events div.inner *{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;}
#wgo_events div.inner h2{font-size: 130%;font-weight: bold;}
#wgo_events div.inner h3{font-size: 120%;font-weight: bold;}
#wgo_events div.inner h4{font-size: 120%;}
#wgo_events div.inner h5{font-size: 110%;}
#wgo_events div.inner strong{font-size: 100%;}
#wgo_events a.seoq{margin:5px 0px 0px 20px;}
</style>
<div id="wgo_stats" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase seofq_title}" />{vb:rawphrase seofq_title}</h3>
<div class="inner">
<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">, </vb:if>
</vb:each>
</div>
</div>
3- Find template:
f_seo_plugin_thread
Replace all contnet by this:
PHP Code:
<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 blockhead">{vb:rawphrase seofq_title}</h4>
<div id="thread_onlineusers" class="thread_info_block blockbody formcontrols">
<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">, </vb:if>
</vb:each>
</div>
</div>
</div>
That's all 
|
There is no formatting of the text, the most popular one is not bold or bigger than the other search terms!
|