vBSEO Pro Style 1.0

Mr. C

New Member
It's a free style now. Huzzah.

Demo:

Code:
http://www.vbseo.com/forums/

Thread on vBulletin.org:

Code:
http://www.vbulletin.org/forum/showthread.php?t=215963

vBSEO Style 1.0 PRO

vBSEO's 1.0 style was originally released to vBSEO users only. Now, the PRO style has been updated and is available to all vBulletin forums.

It was created as an extremely lightweight and easy to navigate style, with a subtle white based color scheme easy on the eyes (allowing for extended forum activity with minimal eye strain).

We designed the style to be professional, user friendly, and easy to use. Having a template with these characteristics will help improve user retention (stickiness) for your forum.

Most of all, it allows forums to have a professional looking style with just a few minor updates.
Max CSS Usage
Easy Color Changes
Top menu changed without images
Rounded corners changed without images
Faster Display - Renders to users quickly / Fast Browser Display (Versus More Graphic Heavy Styles)
Minimim Templates Changed - We stayed close to the default vBulletin style
Plays Well with Plugins - No known conflicts
Getting started can be as easy as adding your logo, and adjusting the basic color settings.

Are you using the vBSEO 1.0 or 1.0 PRO style? We would love to see your customizations. Please post your link or screen capture in this thread.

Compatible with vBulletin 3.8.x versions.


UPDATE (June 20, 2009)

Reimport the PRODUCT XML I attached to the post. It fixes a few errors.
 

Mr. C

New Member
Did you import the product XML that came with it? There should be a style XML and a product XML.
 

danswano

New Member
Yeah it's there, can you tell me what modifications you are doing, i'm planing to officially use it and re built all the graphics in it, yours might be better than mine, how i will know ?
 

danswano

New Member
Ok fixed it.

Find in FORUMDISPLAY:
<title><!--VBSEO_RR_2_NOHTML--><if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if></title>

Replace with:
<title>$foruminfo[title_clean]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>
 

Mr. C

New Member
I just plan on making a few code changes, and image changes. I can also premodify the style for people.
 

danswano

New Member
Another bug poped up, in some areas in the forum there is a slash being added to for example: don't > don/'t
and the another one is when the product is enabled i can't see 2 rows sub forum in subforums manager mod.


help us please vb experts :)
 

danswano

New Member
i can see that the vbseo pro making it's own subforums styling so sure it will conflict, but the reall buffy problem is the slashes like What\'s or I\'m.
 

danswano

New Member
Ok found out how:
Go to Plugin Manager > VBSEO Pro > edit global_complete > replace all of it with:
if(VBSEO_CT_APPLY)
{

if($vbulletin->options['vbseo_ct_autohx'])
{
$output = preg_replace('#(<td class="tcat"[^>]*?>)(.*?)(</td>)#ise', 'stripslashes("$1".preg_replace(\'#^(.*?<div[^>]*?>)?(.*?)(</div>.*)?$#is\', \'\$1<h4>\$2</h4>\$3\', "$2")."$3")', $output);
}

}
 
Top