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
Attachment 5614
This is with VBA
Attachment 5615
Last edited by JWL; 01-16-2010 at 01:22 PM.
in somethings it wont but in other it will.
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:Active: YesPHP Code:
global $pages;
if ($pages['styleid'] AND $pages['styleid'] != -1)
{
$styleid = $pages['styleid'];
$vbulletin->userinfo['styleid'] = $styleid;
$userselect = true;
}
Frequently Asked Questions
CMPS Users Manual
For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
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
Last edited by JWL; 01-20-2010 at 03:04 PM.
I also tried it and no go.
As mentioned in this thread http://www.vbadvanced.com/forum/show...397#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.
Last edited by kyle; 01-22-2010 at 07:05 AM.
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?
Frequently Asked Questions
CMPS Users Manual
For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
Just wondering if this got settled?
beta 2 fixs this but still having issues when including search.php
There are currently 1 users browsing this thread. (0 members and 1 guests)