![]() |
Confusing issue with the sidebar
1 Attachment(s)
Not sure where else to look for this, but I've managed to get the default vBulletin sidebar added to forumdisplay and showthread by using 2 plugins and some minor edits to the forumdisplay and showthread templates (no file edits now :D).
Everything worked just fine when I was doing everything via file and template edits, but now that I've moved the file edits to the plugin system, I ran into a.....very odd issue lol. If in vBulletin Options, I set Store CSS Stylesheets as Files? to No, everything looks as it should. However, if I set Store CSS Stylesheets as Files? to Yes, the sidebar goes all crazy :confused: https://vborg.vbsupport.ru/attachmen...1&d=1323306959 The contents of both plugins are pretty much the same and I'm using the hook locations forumdisplay_complete and showthread_complete... PHP Code:
SHOWTHREAD Code:
FIND: FORUMDISPLAY Code:
FIND: |
Have you checked for css files not loading or having errors? I usually use the error console in Firefox (although it's been so long I can't remember if it's an add-on or a standard feature).
|
I just checked it and it all looks fine, did you fix this issue already?
|
Quote:
--------------- Added [DATE]1323316588[/DATE] at [TIME]1323316588[/TIME] --------------- I set it back to No if anyone wants to take a look again --------------- Added [DATE]1323317209[/DATE] at [TIME]1323317209[/TIME] --------------- Hmm, I think I found the issue :p. Looking at the templates again.... FORUMDISPLAY HTML Code:
<vb:if condition="$vboptions['storecssasfile']"> HTML Code:
<vb:if condition="$vboptions['storecssasfile']"> HTML Code:
{vb:cssfile forumdisplay-rollup.css} HTML Code:
{vb:cssfile forumdisplay-rollup.css,sidebar.css,tagcloud.css,widgets.css} HTML Code:
{vb:cssfile showthread-rollup.css} HTML Code:
{vb:cssfile showthread-rollup.css,sidebar.css,tagcloud.css,widgets.css} |
All times are GMT. The time now is 04:46 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|