vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Board Optimization - FUZZY SEO Booster - increase long tail search traffic AUTOMATICALLY! (https://vborg.vbsupport.ru/showthread.php?t=234192)

sadiq6210 12-28-2010 01:24 PM

Quote:

Originally Posted by mcyates (Post 2140071)
There is no formatting of the text, the most popular one is not bold or bigger than the other search terms!


REPLACE (f_seo_plugin_home) WITH:

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-shadownone;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_events" class="wgo_subblock">
            <
h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase seofq_title}" />&nbsp;{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">,&nbsp;</vb:if>
                </
vb:each>
            </
div>
        </
div


RPSmedia 12-29-2010 05:16 PM

Quote:

Originally Posted by onehost (Post 2136601)
It is getting to the point where coders are hording backlinks...The bottom of my
home page is looking so unattractive, and unprofessional. I think I am going to
start removing these mods, after all, what do I really get other then passing
my link juice off to other sites....If the OP does not want to respond, then
that is fine with me, I will uninstall, and life continues to go on....

maybe some coder will come in one day, and pick up where he left off.
They will no doubt make quite a bit of money if they are honest.

I've been using Vbseo on another forum and I decided to use this one on a different forum to compare. I just installed and then uninstalled it because I am turned off by the different links he is using at the bottom to promote his sites. Especially the Pokerforums.co - I don't think that's very professional at all.

cdoyle 12-29-2010 06:08 PM

Quote:

Originally Posted by RPSmedia (Post 2140849)
I've been using Vbseo on another forum and I decided to use this one on a different forum to compare. I just installed and then uninstalled it because I am turned off by the different links he is using at the bottom to promote his sites. Especially the Pokerforums.co - I don't think that's very professional at all.

Wait, I didn't even notice links to poker forums, where are these at?
I thought they all linked back to his SEO site.

final kaoss 12-29-2010 09:50 PM

Still need collapsible boxes on forum home & showthread pages... anyone have a fix for it?

https://vborg.vbsupport.ru/showthread.php?t=221565

RPSmedia 12-29-2010 10:05 PM

Quote:

Originally Posted by cdoyle (Post 2140870)
Wait, I didn't even notice links to poker forums, where are these at?
I thought they all linked back to his SEO site.

When I moved it to the footer I saw it only twice, I refreshed trying again for a screen shot but gave up. It was definitely a link to his pokerforums.co site or whoever it belongs to.

Edit - ironic that the poker site runs vbseo

final kaoss 12-29-2010 10:15 PM

I'm working on the showthread template right now & have

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 h1{font-size: 130%;font-weight: bold;}
                 #seofq_list_cell h2{font-size: 120%;font-weight: bold;}
                 #seofq_list_cell h3{font-size: 120%;font-weight: bold}
                 #seofq_list_cell h4{font-size: 110%;font-weight: italic}
                 #seofq_list_cell strong{font-size: 110%;}
                 #seof_queries_list a.seoq{margin:0px 0px 0px 0px;font-size: 100%;}
                 
</style>

<
div class="collapse">
            <
class="collapse" id="collapse_seof_queries_st" href="{vb:raw relpath}#top" ><img src="{vb:stylevar imgdir_button}/collapse{vb:raw vbcollapse.collapseimg_info_options}_40b.png" alt="Collapse this box." /></a>


    <
h4 class="threadinfohead"><span class="optiontitle">{vb:rawphrase seofq_title}</span></h4></div>
    <
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

the close button is present but it's not closing as suspected..

final kaoss 12-29-2010 10:24 PM

Updated.

Ok now I have the button collapsing but surrounding & collapsing the wrong spot.



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 h1{font-size: 130%;font-weight: bold;}
                 #seofq_list_cell h2{font-size: 120%;font-weight: bold;}
                 #seofq_list_cell h3{font-size: 120%;font-weight: bold}
                 #seofq_list_cell h4{font-size: 110%;font-weight: italic}
                 #seofq_list_cell strong{font-size: 110%;}
                 #seof_queries_list a.seoq{margin:0px 0px 0px 0px;font-size: 100%;}
                 
</style>

<
div class="block_collapse">
            <
class="collapse" id="collapse_cel_dummy" href="{vb:raw relpath}#top"><img src="{vb:stylevar imgdir_button}/collapse{vb:raw vbcollapse.collapseimg_cel_dummy_img}_40b.png" alt="{vb:rawphrase collapse_this_category}" /></a>


    <
h4 class="threadinfohead"><span class="optiontitle">{vb:rawphrase seofq_title}</span></h4>

<
div class="blockrow"  id="cel_dummy"> </div></div>


    <
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


RPSmedia 12-29-2010 11:11 PM

1 Attachment(s)
here is the pokerforums.co link

final kaoss 12-29-2010 11:22 PM

it's in the wrong place.... BUT it collapses.... after it collapses though the button dissappears for good... but I'm almost done figuring it out.

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 h1{font-size: 130%;font-weight: bold;}
                 #seofq_list_cell h2{font-size: 120%;font-weight: bold;}
                 #seofq_list_cell h3{font-size: 120%;font-weight: bold}
                 #seofq_list_cell h4{font-size: 110%;font-weight: italic}
                 #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" class="collapse_seof_queries_st">

<
class="collapse" id="collapse_seof_queries_list" href="{vb:raw relpath}#top" ><img src="{vb:stylevar imgdir_button}/collapse{vb:raw vbcollapse.collapseimg_info_options}_40b.png" alt="Collapse this box." /></a>


        <
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>
    </
div


final kaoss 12-29-2010 11:37 PM

and rps that's one of his sites as you can see in the "footer advertisement" plugin

PHP Code:

 if ($vbulletin->options['seofq_auto_link_pos'] == 2){
                
$footer_link '';
                switch( 
THIS_SCRIPT ){
                    case 
'index':
                        
$footer_link 'FuzzySEO by <a href="http://seoforums.org" title="SEO Forum" target="_blank">SEO Forum</a>.org<br />';
                    break;
                    case 
'forumdisplay':
                        
$footer_link 'FuzzySEO by <a href="http://pokerforums.co" target="_blank">Pokerforums.co</a><br />';
                    break;
                    case 
'showthread':
                        
$footer_link 'FuzzySEO by <a href="http://seoforums.org/google/" title="SEO Blog" target="_blank">Google SEO</a><br />';
                    break;
                }
                
$vbulletin->options['copyrighttext'] .= $footer_link



All times are GMT. The time now is 03:15 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01945 seconds
  • Memory Usage 1,825KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete