PDA

View Full Version : Custom Page Styles


steven72555
01-16-2010, 11:18 AM
vBa 4 won't over-ride default style..
just reporting

JWL
01-16-2010, 11:54 AM
vBa 4 won't over-ride default style..
just reporting

Ditto, stays with a funky combination there of. Meaning some of the colors are used but main layout is using VB Style.

Here is a before and after shot, It seems to me that VBa disrupts the style drastically.

This is With Out VBA
5614

This is with VBA
5615

Our Sponsors
 

badblu
01-16-2010, 07:21 PM
in somethings it wont but in other it will.

Brian
01-18-2010, 04:09 PM
Looks like a separate plugin to change the style is needed. For those having an issue with this, try adding a new plugin with the following values:

Product: vBadvanced CMPS
Hook Location: style_fetch
Title: vBa CMPS - Page Style
Execution Order: 5
Plugin PHP Code:global $pages;
if ($pages['styleid'] AND $pages['styleid'] != -1)
{
$styleid = $pages['styleid'];
$vbulletin->userinfo['styleid'] = $styleid;
$userselect = true;
}
Active: Yes

Our Sponsors
 

VeXioN
01-18-2010, 05:29 PM
Didn't fix the issue for me...

JWL
01-20-2010, 01:16 PM
Sorry Brian, Have to report this did not fix the issue as well on my site

If we can get this correct I would go live and increase some exposure to issues

kyle
01-22-2010, 05:47 AM
I also tried it and no go.

As mentioned in this thread http://www.vbadvanced.com/forum/showthread.php?p=183397#post183397 I am having problems when vbseo is enabled the style is screwed up, when vbseo is off its fine.

Vbseo replied that the issue is related to vBadvanced itself as your css is not correctly loaded.

Brian
01-22-2010, 12:48 PM
Could I get one of you guys that's having an issue with custom styles to submit a support ticket via the Members' Area here so I can take a look at things?

JWL
01-22-2010, 12:51 PM
Could I get one of you guys that's having an issue with custom styles to submit a support ticket via the Members' Area here so I can take a look at things?

Done should be posted in about 5 minutes, setting up permissions for you

kyle
01-22-2010, 10:46 PM
Just wondering if this got settled?

JWL
01-23-2010, 01:11 AM
Just wondering if this got settled?

For me it did, it was an issue in the VarStyle of the theme.

I will have some details tomorrow right now I am bummed, depressed, sad, upset, feeling like a doody poopy face

testoo
01-23-2010, 04:40 PM
beta 2 fixs this but still having issues when including search.php