PDA

View Full Version : Quick Style Chooser on vBa CMPS Homepage


The Sandman
06-05-2004, 10:06 AM
The Quick Style Changer doesn't seem to work on the vBa CMPS Homepage. It's there, but it won't change the style - Whatever style you go to the Homepage with is "stuck"...

Chuckie
06-05-2004, 01:04 PM
Is it working in other areas of the site?
If so try re-uploading the files for you include/ folder. there are 2, top and bottom.

Our Sponsors
 

The Sandman
06-05-2004, 01:20 PM
Is it working in other areas of the site? Yes. :)
If so try re-uploading the files for you include/ folder. there are 2, top and bottom.No change. Brian had me alter one part of the forum/includes/vba_cmps_include_bottom file from:

global $vboptions, $vba_options, $vbphrase, $stylevar, $bbuserinfo, $show, $pmbox;

To:

global $vboptions, $vba_options, $vbphrase, $stylevar, $bbuserinfo, $show, $pmbox, $ushop_navbar;

This was done to allow normal use of the uShop Navbar controls. :) I don't know if this is what is affecting my Quick Style Chooser though...

Brian
06-05-2004, 10:01 PM
Strange... It works just fine for me. Are you sure you're not pulling from cache or something like that? Do other members of your site have the same problem?

Our Sponsors
 

The Sandman
06-05-2004, 10:17 PM
I've tried it with IE6 and Firefox, with 3 different accounts from 2 different computers. I have done multiple hard refreshes. Still doesn't work... Try it Here (http://www.painforums.com/index.php?).

mholtum
06-05-2004, 10:18 PM
worked for me..

Brian
06-05-2004, 10:20 PM
Still working just fine... Have you tried clearing your cookies?

The Sandman
06-05-2004, 10:22 PM
No - but I will. :)

The Sandman
06-05-2004, 10:37 PM
I cleared my cookies, and was able to change the style as a guest. But as soon as I logged on, I could no longer change it... whatever style I open the page with is stuck. Could it have something to do with a sessionid or something?? :confused:

Brian
06-05-2004, 10:41 PM
Strange... I just registered there and it does give me that problem when logged in. Would you mind filling out a support ticket so I can log in and have a look?

The Sandman
06-05-2004, 11:03 PM
Strange... I just registered there and it does give me that problem when logged in. Would you mind filling out a support ticket so I can log in and have a look?Well, I'm glad it's not just me anyway. Support ticket submitted. :)

NexVision
06-07-2004, 11:57 AM
please post the fix when you get it I am having the same problem whether being guest or logged in.

Brian
06-07-2004, 12:10 PM
In your forum/includes/vba_cmps_include_top.php file look for:

if ($pages['styleid'])
{
$codestyleid = $pages['styleid'];
}

Replace that with:

if ($pages['styleid'] AND $pages['styleid'] != -1)
{
$codestyleid = $pages['styleid'];
}


And that should fix the problem. :)

NexVision
06-07-2004, 02:12 PM
No go

eclectica
06-16-2004, 12:39 AM
Here's my own shot at something that might work

Put mycookies.php on your forum and see if that fixes it.
http://www.vbulletin.com/forum/showthread.php?t=91523

Also in the admincp maybe if you update counters and then update styles that would do something.

SomeName
07-18-2004, 11:53 PM
In your forum/includes/vba_cmps_include_top.php file look for:

if ($pages['styleid'])
{
$codestyleid = $pages['styleid'];
}

Replace that with:

if ($pages['styleid'] AND $pages['styleid'] != -1)
{
$codestyleid = $pages['styleid'];
}


And that should fix the problem. :)


I am experiencing the very same problem as the poster described above, styles can be selected from the cmps homepage, but they only affect the forum. :(

I applied the changes that Brian recommended, cleared my cookies and cache, but no luck.

Has this been addressed elsewhere and I missed it?

DarknessDivine
07-19-2004, 11:10 AM
Hey, I am also having the same issue..I thought maybe it was just me until I saw this post...Hope we get it figured out soon...;)

Brian
07-19-2004, 01:35 PM
If someone that's having a problem would like to submit a support ticket I'll be glad to have a look.

DarknessDivine
07-19-2004, 01:53 PM
will do Brian ;)

SomeName
07-19-2004, 07:20 PM
Just did. Thanks! :D

SomeName
07-20-2004, 01:33 AM
DOH!

I went to vBulletin admincp>vBa CMPS>Edit Pages>Default/Homepage -- Find the setting "Custom Style for this Page:" and set it to "Use Default Syle"

Works now. :D

DarknessDivine
07-20-2004, 01:36 PM
lol..yeah that's what Brian said too...lmao

caislander
08-04-2004, 01:40 AM
Brian,

Any other solutions to this problem? I have tried both of the offered solutions (control panel setting & code change) and neither worked for me, so any other possibilitys? I have to say that I hate to turn in a support ticket for a piece of software (and a darn good one :) ) that I got for free :(

Brian
08-04-2004, 01:24 PM
Hmm... Not really sure. If you'd like to submit a support ticket though I'll be glad to take a look. :)

morby
08-23-2004, 03:04 PM
DOH!

I went to vBulletin admincp>vBa CMPS>Edit Pages>Default/Homepage -- Find the setting "Custom Style for this Page:" and set it to "Use Default Syle"

Works now. :D

OMG ! DOH is right ! haha.
:D