extreme-gaming: That's a great fix, but you made a small mistake in seo_plugin_home:
Code:
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase seofq_title}" />{vb:rawphrase seofq_title}</h3></div>
...should be
Code:
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase seofq_title}" />{vb:rawphrase seofq_title}</h3>
The extra </div> causes the current <div> to break too early, and slightly messes up the layout of the collapsible box.
--------------- Added [DATE]1311093969[/DATE] at [TIME]1311093969[/TIME] ---------------
While we're on the subject, does anyone know where the 'ban filter' is in Fuzzy SEO Booster? I've seen it referenced several times, but never where it actually is, and I can't seem to find it. It would be nice to filter useless results like "powered by vbulletin 3.x"...
--------------- Added [DATE]1311095445[/DATE] at [TIME]1311095445[/TIME] ---------------
Ah, I found the ban filter...
Apparently, I was missing the entire AdminCP section for Fuzzy SEO Booster, hence I had very minimal configuration capability. Heh.