View Full Version : Custom Page Styles
steven72555
01-16-2010, 11:18 AM
vBa 4 won't over-ride default style..
just reporting
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
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
VeXioN
01-18-2010, 05:29 PM
Didn't fix the issue for me...
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
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?
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
Just wondering if this got settled?
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
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.