PDA

View Full Version : Quick Style Chooser blank


jwaggoner
10-13-2020, 04:29 PM
I recently upgraded from vB 4.2.2 to vB 4.2.5. Since doing that the Quick Style Chooser is blank. If I select the arrow it just shows the name "Quick Style Chooser" and nothing else.

I have checked in settings and I do have it enabled for users to choose a style. I have a test board and Quick Style Chooser works there. They were both upgraded at the same time and are just about identical except for the posts and threads.

Here is the code I see in Google Developer Tools in the live site:
https://www.ncrs.org/img/prod.png

Here is what it looks like in the test site.
https://www.ncrs.org/img/test.png

I have searched everywhere to find where that code is generated.

Any help would be greatly appeciated.

z3r0
10-14-2020, 03:39 AM
I've never seent that before.

Is it happening on all your styles on your main site?
Have you tried the vb4 default skin?
Have you tried rebuilding styles? (admincp left column -> Maintenance ->General update tools -> Rebuild styles)

jwaggoner
10-14-2020, 11:09 AM
The styles all seem to work. Users can go into their profile and choose other styles. The styles just don't show up here. I can't figure out where in the code or database the information is supposed to come from.

TheLastSuperman
10-16-2020, 09:12 PM
Try creating a 100% new style, name it test or something simple, check the new style for the quick style chooser display issue - is it present? If it works in this new style (which is generated by your new vB4.2.5 version instead of being generated by 4.2.2) then we know there is another template or file-related issue with the previous styles.

jwaggoner
10-17-2020, 11:39 AM
Thanks for the suggestion. I will try that later today or tomorrow when I have some time.