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)

VBIran 03-21-2011 04:54 PM

Hi ,
YOU HAVE 2 STEP TO FIX :
Go to admincp then open the f_seo_plugin_home template .
Replace it with this code :
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_events" 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">,&nbsp;</vb:if>
                                </vb:each>
                        </div>
                </div>

Now open f_seo_plugin_thread template and replace it with :
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"><span class="optiontitle">{vb:rawphrase seofq_title}</span></h4>
        <div id="seof_queries_list" 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">,&nbsp;</vb:if>
                        </vb:each>
                        </div>
                </div>
        </div>

You are done !
Enjoy !

evershawn 03-21-2011 05:53 PM

I can't use this plugin because the keywords show up in black and my background is black. There is no way to change the color of the text. If I got indexed while this plugin was active Google would blacklist me for blackhat SEO.

Beware if you have a dark forum and you use this plugin. I checked for a solution and someone else mentioned it on his site and he simply closed the thread without replying to it...

http://seoforums.org/fuzzy-seo-vbull...ext-color.html

Kind of odd.....

Poker Face 03-22-2011 01:55 AM

Quote:

Originally Posted by VBIran (Post 2175870)
Hi ,
YOU HAVE 2 STEP TO FIX :
Go to admincp then open the f_seo_plugin_home template .
Replace it with this code :
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_events" 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">,&nbsp;</vb:if>
                                </vb:each>
                        </div>
                </div>

You are done !
Enjoy !

Thanks Allot! :up:

This worked!

Only needed it on the Forum Page...

Threads are ok.

VBIran 03-22-2011 03:35 PM

Quote:

Threads are ok.
Threads table isn't works properly .
Borders are missed .

Poker Face 03-23-2011 02:38 AM

Quote:

Originally Posted by VBIran (Post 2176240)
Threads table isn't works properly .
Borders are miseed .

Your right again! :up:

My borders < are > missing on the threads...

Thanks!

bartek24m 03-29-2011 04:42 PM

150 $ for rewrite it on 3.8.6 ?

please contact

DNN 04-06-2011 04:35 AM

How is this compatible with other plugins ?

NPGamers.Net 04-11-2011 03:22 AM

This does or does not work with VB suite?? As long as I have CMS activated the bottom of my forums do not update with the words. Also is there a way to have the search words display on the CMS page?

cormee 04-11-2011 08:55 AM

Clever plugin. Installed perfectly, thanks :)

sergioloporto 04-12-2011 06:54 AM

Hello, I am running VB 4.0.3 and I will upgrade to 4.1.3.

I have SEOforums.org Fuzzy SEO Booster RC2 1.3.2 and I would like to upgrade it to 1.5.0b.

When should I upgrade it? Now or when I have VB 4.13?
Will I continue to have the keywords/settings that are already set or I will loose everything?
Any suggestions on how to upgrade?


All times are GMT. The time now is 08:14 PM.

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.01714 seconds
  • Memory Usage 1,759KB
  • 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
  • (3)bbcode_code_printable
  • (3)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